!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.26 GB of 117.98 GB (23.95%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     bbcd78f4461071e2b725ad665d25c806.php (9.37 KB)      -rwxrwxrwx
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php $__env->startSection('title'); ?> <?php echo e(get_settings('app_name')); ?> - <?php echo e(trans('Coverage')); ?> <?php $__env->stopSection(); ?>

<?php $__env->startSection('css'); ?>
    <link href="<?php echo e(asset('plugins/select2/css/select2.min.css')); ?>" rel="stylesheet" />

    <style>
        .select2-search--dropdown .select2-search__field{
            outline-offset: 0px !important;
            outline: azure !important;
        }
        .select2-container--default .select2-results__option--highlighted[aria-selected]{
            background-color: #6c55f9 !important;
        }
        .select2-container--default .select2-results__option[aria-selected=true]{
            background-color: #efefef !important;
            color: rgba(0, 0, 0, 0.93) !important;
        }
        .select2-container--default .select2-selection--single{
            height: 35px;
            padding: 4px 15px !important;
        }
        .select2-container--default .select2-selection--single .select2-selection__arrow{
            height: 35px;
            padding: 4px 15px !important;
        }
    </style>
<?php $__env->stopSection(); ?>


<?php $__env->startSection('header'); ?>

    <div class="container">
        <div class="page-banner">
            <div class="row justify-content-center align-items-center h-100">
                <div class="col-md-6">
                    <nav aria-label="Breadcrumb">
                        <ul class="breadcrumb justify-content-center py-0 bg-transparent">
                            <li class="breadcrumb-item"><a href="<?php echo e(route('home')); ?>"><?php echo e(trans('admin.home')); ?></a></li>
                            <li class="breadcrumb-item active"><?php echo e(trans('Coverage')); ?></li>
                        </ul>
                    </nav>
                    <h1 class="text-center"><?php echo e(trans('Coverage')); ?></h1>
                </div>
            </div>
        </div>
    </div>
<?php $__env->stopSection(); ?>
<?php $__env
->startSection('main-section'); ?>

    <div class="page-section">
        <div class="container">
            <div class="row align-items-center">
                <div class="col-lg-12 py-3">
                    <h2 class="title-section">
                        Coverage For <?php if(isset($plan_title)): ?> <?php echo e($plan_title); ?> <small class="font-11">(Plan)</small><?php endif; ?>
                    </h2>
                    <div class="divider"></div>
                    <div class="row">
                        <div class="col-md-8 mx-auto">
                            <div class="card">
                                <div class="card-body">
                                    <div class="row p-3 pb-0">
                                        <div class="col-md-6 mx-auto">
                                            <div class="form-group">
                                                <label for=""><?php echo e(trans('Choose Country')); ?></label>
                                                <select name="country" id="select_country" class="form-control country_select">
                                                    <?php $__currentLoopData $coverages$__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key=>$coverage): $__env->incrementLoopIndices(); $loop $__env->getLastLoop(); ?>
                                                        <option value="<?php echo e($coverage->id); ?>"><?php echo e(ucfirst($coverage->country)); ?></option>
                                                    <?php endforeach; $__env->popLoop(); $loop $__env->getLastLoop(); ?>
                                                </select>
                                            </div>
                                        </div>
                                    </div>
                                    <div class="row p-3 pt-0">
                                        <div class="col-md-6 mt-2">
                                            <div class="form-group">
                                                <label for=""><?php echo e(trans('admin.send_sms')); ?>: <strong class="send-sms"><?php echo e(isset($coverage->plain_sms)?$coverage->plain_sms:0); ?></strong></label>
                                            </div>
                                        </div>

                                        <div class="col-md-6 mt-2">
                                            <div class="form-group">
                                                <label for=""><?php echo e(trans('admin.receive_sms')); ?>: <strong class="receive-sms"><?php echo e(isset($coverage->receive_sms)?$coverage->receive_sms:0); ?></strong></label>
                                            </div>
                                        </div>

                                        <div class="col-md-6 mt-2">
                                            <div class="form-group">
                                                <label for=""><?php echo e(trans('Send MMS')); ?>: <strong class="send-mms"><?php echo e(isset($coverage->send_mms)?$coverage->send_mms:0); ?></strong></label>
                                            </div>
                                        </div>

                                        <div class="col-md-6 mt-2">
                                            <div class="form-group">
                                                <label for=""><?php echo e(trans('Receive MMS')); ?>: <strong class="receive-mms"><?php echo e(isset($coverage->receive_mms)?$coverage->receive_mms:0); ?></strong></label>
                                            </div>
                                        </div>

                                        <div class="col-md-6 mt-2">
                                            <div class="form-group">
                                                <label for=""><?php echo e(trans('Send Voice SMS')); ?>: <strong class="send-voice"><?php echo e(isset($coverage->send_voice_sms)?$coverage->send_voice_sms:0); ?></strong></label>
                                            </div>
                                        </div>

                                        <div class="col-md-6 mt-2">
                                            <div class="form-group">
                                                <label for=""><?php echo e(trans('Receive Voice SMS')); ?>: <strong class="receive-voice"><?php echo e(isset($coverage->receive_voice_sms)?$coverage->receive_voice_sms:0); ?></strong></label>
                                            </div>
                                        </div>

                                        <div class="col-md-6 mt-2">
                                            <div class="form-group">
                                                <label for=""><?php echo e(trans('Send Whatsapp Message')); ?>: <strong class="send-whatsapp"><?php echo e(isset($coverage->send_whatsapp_sms)?$coverage->send_whatsapp_sms:0); ?></strong></label>
                                            </div>
                                        </div>

                                        <div class="col-md-6 mt-2">
                                            <div class="form-group">
                                                <label for=""><?php echo e(trans('Receive Whatsapp Message')); ?>: <strong class="receive-whatsapp"><?php echo e(isset($coverage->receive_whatsapp_sms)?$coverage->receive_whatsapp_sms:0); ?></strong></label>
                                            </div>
                                        </div>
                                    </div>
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>

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

<?php $__env->startSection('js'); ?>
    <script src="<?php echo e(asset('plugins/select2/js/select2.full.js')); ?>"></script>

    <script>
        $(document).ready(function(){
            $('#select_country').select2({
                multiple:false
            });
        });

        $(document).on('change', '#select_country', function(e){
            const country=$(this).val();
            const plan_id='<?php echo e($plan_id); ?>';

            $.ajax({
                type:'GET',
                url:'<?php echo e(route('get.coverage')); ?>',
                data:{
                    country:country
                },

                success:function(res){
                    if(res.status=='success'){
                        $('.send-sms').text(res.data.plain_sms);
                        $('.receive-sms').text(res.data.receive_sms);
                        $('.send-mms').text(res.data.send_mms);
                        $('.receive-mms').text(res.data.receive_mms);
                        $('.send-voice').text(res.data.send_voice_sms);
                        $('.receive-voice').text(res.data.receive_voice_sms);
                        $('.send-whatsapp').text(res.data.send_whatsapp_sms);
                        $('.receive-whatsapp').text(res.data.receive_whatsapp_sms);
                    }
                }
            })
        })

    </script>

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

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