!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/school.picotech.app/public_html/storage/framework/views/   drwxr-xr-x
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:     dcd6e194d0bca4efd090b897d0ae0a6c46b298ab.php (5.48 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php $__env->startSection('title''Home School Name'); ?>


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

    <style>
        .details_right {
            background: #f19300 !important;
        }

        .list-bg-color {
            background: #bbbecf91 !important;
            padding: 7px 10px 0px 10px !important;
            border-radius: 5px;
            margin-top: 10px;
        }

        .studentFindForm {
            background-image: -webkit-gradient(linear, left top, left bottom, from(#a8c2dd), to(#ffffff)) !important;
            min-height: 250px !important;
            border: hidden !important;
            padding: 10px 20px;
            box-shadow: 0 0px 16px rgb(0 0 0 / 18%), 0 0px 1px rgba(0,0,0,0.22);
        }

        .form-control {
            height: 26px !important;
            /*width: 100% !important;*/
            border: 1px solid #a9a6a6;
            border-radius: 4px;
        }

        .form-textarea {
            width: 100% !important;
            border: 1px solid #a9a6a6;
            border-radius: 4px;
        }
        .rollField{
            width: 48%;
            float:right;
        }
    </style>

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


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

    <div class="leftCon">

        <div class="infoWrap">
            <h2>নিচে ফর্ম পূরণ করে "সাবমিট" টী চাপুন :</h2>
            <form action="<?php echo e(route('find.student.detail')); ?>" class="admitForm" id="StudentGetSidForm"  method="post" >
                <?php echo csrf_field(); ?>
                <div class="studentFindForm" >
                    <div class="formCont">
                        <div class="formLft">
                            <label>
                                ক্লাস
                                <select name="class_id" class="form-control" id="classId">
                                    <option value="">ক্লাস নির্বাচন করুন</option>
                                    <?php $__currentLoopData $classes$__env->addLoop($__currentLoopData); foreach($__currentLoopData as $class): $__env->incrementLoopIndices(); $loop $__env->getLastLoop(); ?>
                                        <option value="<?php echo e($class->id); ?>"><?php echo e($class->name); ?></option>
                                    <?php endforeach; $__env->popLoop(); $loop $__env->getLastLoop(); ?>
                                </select>
                            </label>

                            <label>
                                সেকশন
                                <select class="form-control" required name="section_id" id="sectionId">
                                    <option value="">সেকশন নির্বাচন করুন</option>
                                </select>
                            </label>

                            <label>
                                সেশন
                                <select class="form-control" name="session_id" id="StudentSchoolSessionId">
                                    <option value="">সেশন নির্বাচন করুন</option>
                                    <?php $__currentLoopData $sessions$__env->addLoop($__currentLoopData); foreach($__currentLoopData as $session): $__env->incrementLoopIndices(); $loop $__env->getLastLoop(); ?>
                                        <option value="<?php echo e($session->id); ?>"><?php echo e($session->session_title); ?></option>
                                    <?php endforeach; $__env->popLoop(); $loop $__env->getLastLoop(); ?>
                                </select>
                            </label>

                            <label>
                                রোল
                                <input name="roll"  class="rollField form-control" type="text"  id="StudentRoll">
                            </label>
                        </div><!--End of formLft-->
                        <input class="custom-btn" style="float: left;clear: left;" type="submit" value="সাবমিট">

                    </div><!--End of formCont-->
                </div><!--End of formWrap-->
            </form>
        </div>

    </div>

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

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

    <script>
        $(document).on('change', '#classId', function(e){
            const id=$(this).val();

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

                success:function(res){
                    if(res.status=='success'){
                        let html='<option value="">সেকশন নির্বাচন করুন</option>';
                        $.each(res.data, function(index, value){
                            html+=`<option value=${value.id}>${value.name}</option>`;
                        });

                        $('#sectionId').html(html);
                    }
                }
            })
        })
    </script>



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

<?php echo $__env->make('frontend.index'\Illuminate\Support\Arr::except(get_defined_vars(), ['__data''__path']))->render(); ?><?php /**PATH /home/anandabazargirlsschool/public_html/resources/views/frontend/student/index.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.0035 ]--