REDROOM
PHP 8.0.30
Path:
Logout
Edit File
Size: 25.78 KB
Close
/home/ostadcom/public_html/ostadgroup.com/index.php
Text
Base64
<?php include "admin/php/functions.php"; ?> <!doctype html> <html class="no-js" lang="en"> <head> <title>Ostad Group</title> <meta name="description" content=""> <?php include "head.php"; ?> <script src="https://www.google.com/recaptcha/api.js" async defer></script> </head> <body> <!--============================== Preloader ==============================--> <?php //include "preloader.php"; ?> <!--============================== Mobile Menu ============================== --> <div class="th-menu-wrapper"> <div class="th-menu-area text-center"> <button class="th-menu-toggle"><i class="fal fa-times"></i></button> <div class="mobile-logo"> <a href="index.php"><img src="<?php echo $darkLogo; ?>" alt="Ostad Group"></a> </div> <div class="th-mobile-menu"> <ul> <li><a href="index.php">Home</a></li> <?php $serviceCat = $connect->prepare("select * from `tbl_service_cat` where `delete_flag` = 0 and `parent` = 0 order by `id`"); $serviceCat->execute(); if ($serviceCat->rowCount() > 0) { ?> <li class="menu-item-has-children"> <a href="#">Services</a> <ul class="sub-menu"> <?php while ($serviceCatRows = $serviceCat->fetch(PDO::FETCH_ASSOC)) { $serviceCat2 = $connect->prepare("select * from `tbl_service_cat` where `delete_flag` = 0 and `parent` = " . $serviceCatRows['id'] . " order by `id`"); $serviceCat2->execute(); if ($serviceCat2->rowCount() > 0) { ?> <li class="menu-item-has-children menu-item-has-children2"> <a href="#"><?php echo $serviceCatRows['title']; ?></a> <ul class="sub-menu"> <?php while ($serviceCatRows2 = $serviceCat2->fetch(PDO::FETCH_ASSOC)) { echo '<li><a href="services.php?cat='.$serviceCatRows2['id'].'">' . $serviceCatRows2['title'] . '</a></li>'; } ?> </ul> </li> <?php } else { echo '<li><a href="services.php?cat='.$serviceCatRows['id'].'">' . $serviceCatRows['title'] . '</a></li>'; } } ?> </ul> </li> <?php } else { echo '<li><a href="services.php">Services</a></li>'; } ?> <li><a href="blog.php">Blog</a></li> <li><a href="contact.php">Contact Us</a></li> <li><a href="about.php">About Us</a></li> </ul> </div> </div> </div> <!--============================== Header Area ==============================--> <header class="th-header header-layout1 style-black"> <div class="header-top"> <div class="container"> <div class="row justify-content-center justify-content-lg-between align-items-center gy-2"> <div class="col-auto d-none d-lg-block"> <div class="header-links"> <ul> <?php $topMenu = $connect -> prepare("select * from `tbl_contact` where `delete_flag` = 0 and `top_menu` = 1"); $topMenu -> execute(); if($topMenu -> rowCount() > 0){ while ($topMenuRows = $topMenu -> fetch(PDO::FETCH_ASSOC)){ echo '<li><i class="fas '.$topMenuRows['icon'].'"></i>'.$topMenuRows['information'].'</li>'; } } ?> </ul> </div> </div> <div class="col-auto"> <div class="header-links"> <div class="th-social"> <?php $menuSocial = $connect -> prepare("select * from `tbl_social` where `delete_flag` = 0"); $menuSocial -> execute(); if($menuSocial -> rowCount() > 0){ while ($menuSocialRows = $menuSocial -> fetch(PDO::FETCH_ASSOC)){ echo '<a href="'.$menuSocialRows['link'].'" target="_blank" title="'.$menuSocialRows['title'].'"><i class="fab '.$menuSocialRows['icon'].'" style="color: #101840;"></i></a>'; } } ?> </div> </div> </div> </div> </div> </div> <div class="sticky-wrapper"> <!-- Main Menu Area --> <div class="container"> <div class="menu-area"> <div class="row align-items-center justify-content-between"> <div class="col-auto"> <div class="header-logo"> <a href="index.php"><img src="<?php echo $lightLogo; ?>" alt="Ostad Group" style="max-width:120px;"></a> </div> </div> <div class="col-auto"> <nav class="main-menu d-none d-lg-inline-block"> <ul> <!-- <li class="menu-item-has-children">--> <!-- <a href=""></a>--> <!-- <ul class="sub-menu">--> <!-- <li><a href=""></a></li>--> <!-- <li><a href=""></a></li>--> <!-- <li><a href=""></a></li>--> <!-- <li><a href=""></a></li>--> <!-- <li><a href=""></a></li>--> <!-- </ul>--> <!-- </li>--> <li><a href="index.php">Home</a></li> <?php $serviceCat = $connect->prepare("select * from `tbl_service_cat` where `delete_flag` = 0 and `parent` = 0 order by `id`"); $serviceCat->execute(); if ($serviceCat->rowCount() > 0) { ?> <li class="menu-item-has-children"> <a href="#">Services</a> <ul class="sub-menu"> <?php while ($serviceCatRows = $serviceCat->fetch(PDO::FETCH_ASSOC)) { $serviceCat2 = $connect->prepare("select * from `tbl_service_cat` where `delete_flag` = 0 and `parent` = " . $serviceCatRows['id'] . " order by `id`"); $serviceCat2->execute(); if ($serviceCat2->rowCount() > 0) { ?> <li class="menu-item-has-children menu-item-has-children2"> <a href="#"><?php echo $serviceCatRows['title']; ?></a> <ul class="sub-menu"> <?php while ($serviceCatRows2 = $serviceCat2->fetch(PDO::FETCH_ASSOC)) { echo '<li><a href="services.php?cat='.$serviceCatRows2['id'].'">' . $serviceCatRows2['title'] . '</a></li>'; } ?> </ul> </li> <?php } else { echo '<li><a href="services.php?cat='.$serviceCatRows['id'].'">' . $serviceCatRows['title'] . '</a></li>'; } } ?> </ul> </li> <?php } else { echo '<li><a href="services.php">Services</a></li>'; } ?> <li><a href="blog.php">Blog</a></li> <li><a href="contact.php">Contact Us</a></li> <li><a href="about.php">About Us</a></li> </ul> </nav> <button type="button" class="th-menu-toggle d-block d-lg-none"><i class="far fa-bars"></i> </button> </div> <div class="col-auto d-none d-xl-block"> <div class="header-button"> <a class="header-call" href="tel:<?php echo $phone; ?>"><span class="icon-btn"><i class="fas fa-phone-volume"></i></span> <?php echo $phone; ?></a> </div> </div> </div> </div> </div> </div> </header> <!--============================== Slide ==============================--> <div class="th-hero-wrapper hero-3 slider-area" id="hero" data-bg-src="assets/img/hero/hero_bg_3.png"> <div class="swiper th-slider" id="heroSlide3" data-slider-options='{"effect":"fade","autoHeight":true}'> <div class="swiper-wrapper"> <?php $slide = $connect -> prepare("select * from `tbl_slide` where `delete_flag` = 0 order by `id` desc"); $slide -> execute(); if($slide -> rowCount() > 0){ while ($slideRows = $slide -> fetch(PDO::FETCH_ASSOC)){ ?> <div class="swiper-slide"> <div class="hero-inner"> <div class="container"> <div class="hero-style3"> <div class="hero-arrow" data-ani="slideinright" data-ani-delay="0.4s"> <img src="assets/img/hero/hero_arrow2.svg" alt="Arrow"> </div> <span class="sub-title" data-ani="slideinup" data-ani-delay="0.1s"><span class="line"></span>Welcome to Ostad Group</span> <h1 class="hero-title"> <span class="title1" data-ani="slideinup" data-ani-delay="0.2s"><?php echo $slideRows['title']; ?></span> </h1> <p class="hero-text" data-ani="slideinup" data-ani-delay="0.6s"<?php echo $slideRows['description']; ?></p> <div class="btn-group justify-content-center" data-ani="slideinup" data-ani-delay="0.8s"> <a href="services.php" class="th-btn style4">Our All Services<i class="fas fa-arrow-right ms-2"></i></a> <a href="contact.php" class="th-btn">Contact Us<i class="fas fa-arrow-right ms-2"></i></a> </div> </div> </div> <div class="hero-img" data-ani="slideinrighthero" data-ani-delay="0.2s"> <img src="<?php echo $slideRows['image']; ?>" alt="<?php echo $slideRows['title']; ?>"> </div> </div> </div> <?php } } ?> </div> <div class="slider-pagination"></div> </div> <button data-slider-next="#heroSlide3" class="slider-arrow slider-next"><i class="far fa-arrow-right"></i></button> </div> <!--============================== About Area ==============================--> <?php $about = $connect -> prepare("select * from `tbl_about`"); $about -> execute(); if($about -> rowCount() > 0){ $aboutRow = $about -> fetch(PDO::FETCH_ASSOC); ?> <div class="overflow-hidden space" data-bg-src="assets/img/bg/pattern_bg_5.png" id="about-sec"> <div class="container"> <div class="row align-items-center"> <div class="col-xl-6 text-center text-xl-start"> <div class="title-area mb-37"> <span class="sub-title">About Us</span> <h2 class="sec-title"><?php echo $aboutRow['title']; ?></h2> <p class="sec-text"><?php echo $aboutRow['full_desc']; ?></p> </div> <div class="btn-group justify-content-center btn-mr"> <a href="about.php" class="th-btn style4">Discover More<i class="far fa-arrow-right ms-2"></i></a> <div class="call-btn"> <div class="play-btn"> <i class="fal fa-phone"></i> </div> <div class="media-body"> <p class="box-label">Call Us 24/7</p> <h6 class="box-link"><a href="tel:+905528920422">+905528920422</a></h6> </div> </div> </div> </div> <div class="col-xl-6 my-5 my-xl-0"> <div class="rounded-img1"> <img class="w-100" src="<?php echo $aboutRow['image']; ?>" alt="<?php echo $aboutRow['title']; ?>"> </div> </div> </div> </div> </div> <?php } ?> <!--============================== Service Area ==============================--> <section class="overflow-hidden space" id="service-sec" data-bg-src="assets/img/bg/pattern_bg_6.jpg"> <div class="container"> <div class="row justify-content-between align-items-center"> <div class="col-md-7 col-xl-6 text-center text-md-start"> <div class="title-area"> <span class="sub-title shape-white"><span class="line"></span><img src="assets/img/theme-img/title_icon3_white.svg" alt="shape">What we do</span> <h2 class="sec-title text-white">You can rely on us to provide quality services</h2> </div> </div> <div class="col-md-auto"> <div class="sec-btn mt-n3 mt-md-0"> <a href="services.php" class="th-btn style3">View All Services<i class="far fa-arrow-right ms-2"></i></a> </div> </div> </div> <div class="slider-wrap text-center"> <div class="swiper th-slider has-shadow" id="serviceSlider3" data-slider-options='{"paginationType":"fraction","breakpoints":{"0":{"slidesPerView":1},"576":{"slidesPerView":"1"},"768":{"slidesPerView":"2"},"992":{"slidesPerView":"2"},"1200":{"slidesPerView":"3"},"1300":{"slidesPerView":"3"}}}'> <div class="swiper-wrapper"> <?php $service = $connect -> prepare("select * from `tbl_service` where `delete_flag` = 0 order by `id` desc"); $service -> execute(); if($service -> rowCount() > 0){ while ($serviceRows = $service -> fetch(PDO::FETCH_ASSOC)){ ?> <div class="swiper-slide"> <div class="service-box"> <div class="box-img"> <img src="<?php echo $serviceRows['image']; ?>" alt="<?php echo $serviceRows['title']; ?>"> </div> <div class="box-content"> <h3 class="box-title"><a href="service-details.php?id=<?php echo $serviceRows['id']; ?>"><?php echo $serviceRows['title']; ?></a></h3> <a href="service-details.php?id=<?php echo $serviceRows['id']; ?>" class="th-btn style2 btn-sm">Read More<i class="far fa-arrow-right ms-2"></i></a> </div> </div> </div> <?php } } ?> </div> </div> <div class="slider-controller"> <button data-slider-prev="#serviceSlider3" class="slider-arrow default text-white slider-prev"><i class="far fa-arrow-left"></i></button> <div class="slider-pagination white-color" data-slider-id="#serviceSlider3"></div> <button data-slider-next="#serviceSlider3" class="slider-arrow default text-white slider-next"><i class="far fa-arrow-right"></i></button> </div> </div> </div> </section> <!--============================== Contact Area ==============================--> <div class="overflow-hidden space-bottom"> <div class="shape-mockup moving d-none d-xxl-block" data-bottom="0%" data-right="0%"><img src="assets/img/shape/man_shape_2.png" alt="shape"></div> <div class="container"> <div class="contact-area area-rounded"> <div class="row"> <div class="col-xl-5 mb-35 mb-xl-0"> <div class="contact-media-area"> <div class="contact-media-wrap"> <h3 class="box-title">Quick Contact</h3> <?php $contact = $connect -> prepare("select * from `tbl_contact` where `delete_flag` = 0"); $contact -> execute(); if($contact -> rowCount() > 0){ while ($contactRow = $contact -> fetch(PDO::FETCH_ASSOC)){ ?> <div class="contact-media"> <div class="icon-btn"> <i class="fas <?php echo $contactRow['icon']; ?>"></i> </div> <div class="media-body"> <h4 class="box-label"><?php echo $contactRow['title']; ?>:</h4> <p class="box-text"><a><?php echo $contactRow['information']; ?></a></p> </div> </div> <?php } } ?> </div> <h6 class="contact-info-text">We will get back to you within 24 hours, or Call us everyday, 09:00AM - 04:00PM</h6> </div> </div> <div class="col-xl-7 text-center text-xl-start"> <div class="ps-xxl-4 ms-xl-3"> <div class="title-area"> <span class="sub-title"><span class="line"></span> <img src="assets/img/theme-img/title_icon3.svg" alt="shape">Book an appointment</span> <h2 class="sec-title">Request a quote</h2> </div> <form action="assets/php/mail.php" method="POST" class="contact-form2 ajax-contact"> <div class="row"> <div class="form-group col-md-6"> <input type="text" class="form-control" name="name" id="name" placeholder="Your Name"> <i class="fal fa-user"></i> </div> <div class="form-group col-md-6"> <input type="email" class="form-control" name="email" id="email" placeholder="Email Address"> <i class="fal fa-envelope"></i> </div> <div class="form-group col-md-12"> <input type="tel" class="form-control" name="number" id="number" placeholder="Phone Number"> <i class="fal fa-phone"></i> </div> <div class="form-group col-12"> <textarea name="message" id="message" cols="30" rows="3" class="form-control" placeholder="Your Message"></textarea> <i class="fal fa-pencil"></i> </div> <div class="g-recaptcha" style="margin-bottom:20px;" data-sitekey="6Lfk5zwsAAAAAIc5azLN6OlONFZAwo5BS9dyjQP_"></div> <div class="form-btn col-12"> <button class="th-btn">Submit Request<i class="far fa-arrow-right ms-2"></i> </button> </div> </div> <p class="form-messages mb-0 mt-3"></p> </form> </div> </div> </div> </div> </div> </div> <!--============================== Blog Area ==============================--> <section class="space" id="blog-sec"> <div class="container"> <div class="row justify-content-between align-items-center"> <div class="col-xl-5 col-lg-6 col-md-7"> <div class="title-area text-center text-md-start"> <span class="sub-title"><span class="line"></span><img src="assets/img/theme-img/title_icon3.svg" alt="shape">Blog & Articles</span> <h2 class="sec-title">Related Blog</h2> </div> </div> <div class="col-md-auto"> <div class="sec-btn mt-n3 mt-md-0"> <a href="blog.php" class="th-btn style4">View All Articles<i class="far fa-arrow-right ms-2"></i></a> </div> </div> </div> <div class="row gy-4"> <?php $blog = $connect -> prepare("select * from `tbl_blog` where `delete_flag` = 0 order by `id` desc limit 3"); $blog -> execute(); if($blog -> rowCount() > 0){ while ($blogRows = $blog -> fetch(PDO::FETCH_ASSOC)){ ?> <div class="col-xl-4 col-md-6"> <div class="blog-card style3"> <a href="blog-details.php?id=<?php echo $blogRows['id']; ?>" class="blog-img"> <img src="<?php echo $blogRows['image']; ?>" alt="<?php echo $blogRows['title']; ?>"> </a> <span class="box-date"><span class="date">15</span> Jan, 2024</span> <div class="blog-content"> <h3 class="box-title"><a href="blog-details.php?id=<?php echo $blogRows['id']; ?>"><?php echo $blogRows['title']; ?></a></h3> </div> </div> </div> <?php } } ?> </div> </div> </section> <!--============================== Footer Area ==============================--> <?php include "footer.php"; ?> <!-- Scroll To Top --> <div class="scroll-top"> <svg class="progress-circle svg-content" width="100%" height="100%" viewBox="-1 -1 102 102"> <path d="M50,1 a49,49 0 0,1 0,98 a49,49 0 0,1 0,-98" style="transition: stroke-dashoffset 10ms linear 0s; stroke-dasharray: 307.919, 307.919; stroke-dashoffset: 307.919;"></path> </svg> </div> <script src="<?php echo $url; ?>assets/js/vendor/jquery-3.7.1.min.js"></script> <script src="<?php echo $url; ?>assets/js/swiper-bundle.min.js"></script> <script src="<?php echo $url; ?>assets/js/bootstrap.min.js"></script> <script src="<?php echo $url; ?>assets/js/jquery.magnific-popup.min.js"></script> <script src="<?php echo $url; ?>assets/js/jquery.counterup.min.js"></script> <script src="<?php echo $url; ?>assets/js/tilt.jquery.min.js"></script> <script src="<?php echo $url; ?>assets/js/imagesloaded.pkgd.min.js"></script> <script src="<?php echo $url; ?>assets/js/isotope.pkgd.min.js"></script> <script src="<?php echo $url; ?>assets/js/main.js"></script> </body> </html>
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 4 × Files: 18
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
.well-known
DIR
-
drwxr-xr-x
2026-02-17 18:27:30
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
admin
DIR
-
drwxr-xr-x
2026-07-25 23:31:38
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
assets
DIR
-
drwxr-xr-x
2026-01-01 07:37:07
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
images
DIR
-
drwxr-xr-x
2025-12-31 08:29:39
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
.htaccess
700 B
lrw-r--r--
2026-08-01 00:14:03
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
about.php
6.01 KB
lrw-r--r--
2026-01-01 07:18:27
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
blog-details.php
6.34 KB
lrw-r--r--
2026-01-01 07:18:07
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
blog.php
6.89 KB
lrw-r--r--
2026-01-01 07:17:50
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
contact.php
4.32 KB
lrw-r--r--
2026-01-01 07:17:32
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
error_log
8.00 MB
lrw-r--r--
2026-08-02 05:35:46
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
footer.php
5.24 KB
lrw-r--r--
2024-12-29 10:45:04
Edit
Download
Rename
Chmod
Change Date
Delete
head.php
1.62 KB
lrw-r--r--
2026-01-01 07:14:35
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
index.php
25.78 KB
lrw-r--r--
2026-01-01 07:42:03
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
menu.php
9.35 KB
lrw-r--r--
2025-02-05 08:03:32
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
preloader.php
355 B
lrw-r--r--
2024-08-04 18:32:42
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
robots.txt
66 B
lrw-r--r--
2025-11-27 07:18:17
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
ror.xml
8.05 KB
lrw-r--r--
2026-01-01 04:15:18
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
service-details.php
5.31 KB
lrw-r--r--
2026-01-01 07:17:00
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
services.php
3.71 KB
lrw-r--r--
2026-01-01 07:16:41
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
sitemap.html
5.93 KB
lrw-r--r--
2026-01-01 04:15:18
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
sitemap.xml
3.88 KB
lrw-r--r--
2026-01-01 04:15:18
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
urllist.txt
1.02 KB
lrw-r--r--
2026-01-01 04:15:18
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).