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


Viewing file:     632e463deef721cc58611ff59aa82171.php (16.94 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php $__env->startSection('title'); ?> <?php echo e(trans('admin.create')); ?> <?php echo e(trans('admin.video_content')); ?> <?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')); ?>">
<link href="https://cdn.jsdelivr.net/npm/summernote/dist/summernote-bs4.min.css" rel="stylesheet">

<style>
    .card-header-title-collapse {
        cursor: pointer;
        font-size: 15px !important;
    }
</style>
<?php $__env->stopSection(); ?>

<?php $__env->startSection('content'); ?>
<section class="content">
    <div class="row">
        <div class="col-12 mx-auto col-sm-10 mt-3">
            <div class="card">
                <div class="card-header">
                    <h2 class="card-title"><?php echo e(trans('admin.create')); ?> <?php echo e(trans('admin.video_content')); ?> </h2>
                </div>

                <div class="card-body">
                    <?php
                    $video_hsc_content 
=json_decode(get_settings('hsc_video_section'));
                    
$video_versity_content =json_decode(get_settings('varsity_video_section'));
                    
$video_professinal_content =json_decode(get_settings('profesional_video_section'));
                    
?>
                    <div id="accordion">
                        <div class="card">
                            <div class="card-header" id="headingHscTwo">
                                <h4 class="mb-0 card-header-title-collapse collapsed" data-toggle="collapse"
                                    data-target="#collapseHscTwo" aria-expanded="false" aria-controls="collapseHscTwo">
                                    HSC Section
                                </h4>
                            </div>
                            <div id="collapseHscTwo" class="collapse" aria-labelledby="headingHscTwo"
                                data-parent="#accordion">
                                <div class="card-body">
                                    <div class="form-group">
                                        <form action="<?php echo e(route('admin.theme.video.store')); ?>" method="post">
                                            <?php echo csrf_field(); ?>
                                            <input type="hidden" name="type" value="hsc_section">
                                            <div class="row">
                                                <div class="col-md-6 form-group">
                                                    <input type="text" name="hsc_video_one" value="<?php echo e(isset($video_hsc_content->hsc_video_one)?$video_hsc_content->hsc_video_one:''); ?>" class="form-control"
                                                        placeholder="Enter Iframe Video">
                                                </div>

                                                <div class="col-md-6 form-group">
                                                    <input type="text" name="hsc_video_two" value="<?php echo e(isset($video_hsc_content->hsc_video_two)?$video_hsc_content->hsc_video_two:''); ?>" class="form-control"
                                                        placeholder="Enter Iframe Video">
                                                </div>

                                                <div class="col-md-6 form-group">
                                                    <input type="text" name="hsc_video_three" value="<?php echo e(isset($video_hsc_content->hsc_video_three)?$video_hsc_content->hsc_video_three:''); ?>" class="form-control"
                                                        placeholder="Enter Iframe Video">
                                                </div>

                                                <div class="col-md-6 form-group">
                                                    <input type="text" name="hsc_video_four" value="<?php echo e(isset($video_hsc_content->hsc_video_four)?$video_hsc_content->hsc_video_four:''); ?>" class="form-control"
                                                        placeholder="Enter Iframe Video">
                                                </div>

                                                <div class="col-md-6 form-group">
                                                    <input type="text" name="hsc_video_five" value="<?php echo e(isset($video_hsc_content->hsc_video_five)?$video_hsc_content->hsc_video_five:''); ?>" class="form-control"
                                                        placeholder="Enter Iframe Video">
                                                </div>

                                                <div class="col-md-6 form-group">
                                                    <input type="text" name="hsc_video_six" value="<?php echo e(isset($video_hsc_content->hsc_video_six)?$video_hsc_content->hsc_video_six:''); ?>" class="form-control"
                                                        placeholder="Enter Iframe Video">
                                                </div>

                                                <div class="col-md-12 form-group">
                                                    <input type="text" name="hsc_video_list" value="<?php echo e(isset($video_hsc_content->hsc_video_list)?$video_hsc_content->hsc_video_list:''); ?>" class="form-control"
                                                        placeholder="Enter Playlist Url">
                                                </div>

                                                <div class="col-md-12 form-group">
                                                    <button class="btn btn-success float-right" type="submit">Save</button>
                                                </div>

                                            </div>
                                        </form>
                                    </div>
                                </div>
                            </div>
                        </div>

                        <div class="card">
                            <div class="card-header" id="headingVarsityOne">
                                <h4 class="mb-0 card-header-title-collapse collapsed" data-toggle="collapse"
                                    data-target="#collapseVarsityOne" aria-expanded="false" aria-controls="collapseVarsityTwo">
                                    Varsity Section
                                </h4>
                            </div>
                            <div id="collapseVarsityOne" class="collapse" aria-labelledby="headingVarsityOne"
                                data-parent="#accordion">
                                <div class="card-body">
                                    <div class="form-group">
                                        <form action="<?php echo e(route('admin.theme.video.store')); ?>" method="post">
                                            <?php echo csrf_field(); ?>
                                            <input type="hidden" name="type" value="varsity_section">
                                            <div class="row">
                                                <div class="col-md-6 form-group">
                                                    <input type="text" name="varsity_video_one" value="<?php echo e(isset($video_versity_content->varsity_video_one)?$video_versity_content->varsity_video_one:''); ?>" class="form-control"
                                                        placeholder="Enter Iframe Video">
                                                </div>

                                                <div class="col-md-6 form-group">
                                                    <input type="text" name="varsity_video_two" value="<?php echo e(isset($video_versity_content->varsity_video_two)?$video_versity_content->varsity_video_two:''); ?>" class="form-control"
                                                        placeholder="Enter Iframe Video">
                                                </div>

                                                <div class="col-md-6 form-group">
                                                    <input type="text" name="varsity_video_three" value="<?php echo e(isset($video_versity_content->varsity_video_three)?$video_versity_content->varsity_video_three:''); ?>" class="form-control"
                                                        placeholder="Enter Iframe Video">
                                                </div>

                                                <div class="col-md-6 form-group">
                                                    <input type="text" name="varsity_video_four" value="<?php echo e(isset($video_versity_content->varsity_video_four)?$video_versity_content->varsity_video_four:''); ?>" class="form-control"
                                                        placeholder="Enter Iframe Video">
                                                </div>

                                                <div class="col-md-6 form-group">
                                                    <input type="text" name="varsity_video_five" value="<?php echo e(isset($video_versity_content->varsity_video_five)?$video_versity_content->varsity_video_five:''); ?>" class="form-control"
                                                        placeholder="Enter Iframe Video">
                                                </div>

                                                <div class="col-md-6 form-group">
                                                    <input type="text" name="varsity_video_six" value="<?php echo e(isset($video_versity_content->varsity_video_six)?$video_versity_content->varsity_video_six:''); ?>" class="form-control"
                                                        placeholder="Enter Iframe Video">
                                                </div>

                                                <div class="col-md-12 form-group">
                                                    <input type="text" name="varsity_video_list" value="<?php echo e(isset($video_versity_content->varsity_video_list)?$video_versity_content->varsity_video_list:''); ?>" class="form-control"
                                                        placeholder="Enter Playlist Url">
                                                </div>

                                                <div class="col-md-12 form-group">
                                                    <button class="btn btn-success float-right" type="submit">Save</button>
                                                </div>

                                            </div>
                                        </form>
                                    </div>
                                </div>
                            </div>
                        </div>


                        <div class="card">
                            <div class="card-header" id="headingProfessionalOne">
                                <h4 class="mb-0 card-header-title-collapse collapsed" data-toggle="collapse"
                                    data-target="#collapseProfessionalOne" aria-expanded="false" aria-controls="collapseProfessionalTwo">
                                    Professional Section
                                </h4>
                            </div>
                            <div id="collapseProfessionalOne" class="collapse" aria-labelledby="headingProfessionalOne"
                                data-parent="#accordion">
                                <div class="card-body">
                                    <div class="form-group">
                                        <form action="<?php echo e(route('admin.theme.video.store')); ?>" method="post">
                                            <?php echo csrf_field(); ?>
                                            <input type="hidden" name="type" value="profesional">
                                            <div class="row">
                                                <div class="col-md-6 form-group">
                                                    <input type="text" name="professional_video_one" value="<?php echo e(isset($video_professinal_content->professional_video_one)?$video_professinal_content->professional_video_one:''); ?>" class="form-control"
                                                        placeholder="Enter Iframe Video">
                                                </div>

                                                <div class="col-md-6 form-group">
                                                    <input type="text" name="professional_video_two" value="<?php echo e(isset($video_professinal_content->professional_video_two)?$video_professinal_content->professional_video_two:''); ?>" class="form-control"
                                                        placeholder="Enter Iframe Video">
                                                </div>

                                                <div class="col-md-6 form-group">
                                                    <input type="text" name="professional_video_three" value="<?php echo e(isset($video_professinal_content->professional_video_three)?$video_professinal_content->professional_video_three:''); ?>" class="form-control"
                                                        placeholder="Enter Iframe Video">
                                                </div>

                                                <div class="col-md-6 form-group">
                                                    <input type="text" name="professional_video_four" value="<?php echo e(isset($video_professinal_content->professional_video_four)?$video_professinal_content->professional_video_four:''); ?>" class="form-control"
                                                        placeholder="Enter Iframe Video">
                                                </div>

                                                <div class="col-md-6 form-group">
                                                    <input type="text" name="professional_video_five" value="<?php echo e(isset($video_professinal_content->professional_video_five)?$video_professinal_content->professional_video_five:''); ?>" class="form-control"
                                                        placeholder="Enter Iframe Video">
                                                </div>

                                                <div class="col-md-6 form-group">
                                                    <input type="text" name="professional_video_six" value="<?php echo e(isset($video_professinal_content->professional_video_six)?$video_professinal_content->professional_video_six:''); ?>" class="form-control"
                                                        placeholder="Enter Iframe Video">
                                                </div>

                                                <div class="col-md-12 form-group">
                                                    <input type="text" name="professional_video_list" value="<?php echo e(isset($video_professinal_content->professional_video_list)?$video_professinal_content->professional_video_list:''); ?>" class="form-control"
                                                        placeholder="Enter Playlist Url">
                                                </div>

                                                <div class="col-md-12 form-group">
                                                    <button class="btn btn-success float-right" type="submit">Save</button>
                                                </div>

                                            </div>
                                        </form>
                                    </div>
                                </div>
                            </div>
                        </div>
                    </div>

                </div>

            </div>
        </div>
    </div>
    </div>
</section>
<?php $__env->stopSection(); ?>

<?php $__env->startSection('extra-scripts'); ?>
<script src="<?php echo e(asset('plugins/datatables/jquery.dataTables.min.js')); ?>"></script>
<script src="<?php echo e(asset('plugins/datatables-bs4/js/dataTables.bootstrap4.min.js')); ?>"></script>
<script src="<?php echo e(asset('plugins/datatables-responsive/js/dataTables.responsive.min.js')); ?>"></script>
<script src="<?php echo e(asset('plugins/datatables-responsive/js/responsive.bootstrap4.min.js')); ?>"></script>
<script src="https://cdn.jsdelivr.net/npm/summernote/dist/summernote-bs4.min.js"></script>
<script>
    $(document).ready(function() {
        $('#description').summernote();
    });
</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/portfolio2.picotech.app/public_html/resources/views/admin/video_content/video.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.0053 ]--