Skip to content

Instantly share code, notes, and snippets.

@iknowzo
Created September 10, 2019 04:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iknowzo/3e01e89337244294f9f8f88f21645243 to your computer and use it in GitHub Desktop.
Save iknowzo/3e01e89337244294f9f8f88f21645243 to your computer and use it in GitHub Desktop.
KKPoWmr
http://www.sports24.club/tv/c.m3u8?id=accn
<script>
/*
var now = new Date();
var time = now.getTime();
time += 300 * 1000;
now.setTime(time);
document.cookie =
'challenge=BitMitigate.com'
'; expires=' + now.toUTCString() +
'; path=/';
*/
// cookie.js file
var cookieToday = new Date();
var expiryDate = new Date(cookieToday.getTime() + (1000 * 60 * 60)); // 60 minutes
/* Cookie functions originally by Bill Dortsch */
setCookie("challenge","BitMitigate.com",expiryDate,"/");
function setCookie (name,value,expires,path,theDomain,secure) {
value = escape(value);
var theCookie = name + "=" + value +
((expires) ? "; expires=" + expires.toGMTString() : "") +
((path) ? "; path=" + path : "") +
((theDomain) ? "; domain=" + theDomain : "") +
((secure) ? "; secure" : "");
document.cookie = theCookie;
}
function getCookie(Name) {
var search = Name + "="
if (document.cookie.length > 0) { // if there are any cookies
var offset = document.cookie.indexOf(search)
if (offset != -1) { // if cookie exists
offset += search.length
// set index of beginning of value
var end = document.cookie.indexOf(";", offset)
// set index of end of cookie value
if (end == -1) end = document.cookie.length
return unescape(document.cookie.substring(offset, end))
}
}
}
function delCookie(name,path,domain) {
if (getCookie(name)) document.cookie = name + "=" +
((path) ? ";path=" + path : "") +
((domain) ? ";domain=" + domain : "") +
";expires=Thu, 01-Jan-70 00:00:01 GMT";
}
</script>
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="shortcut icon" href="https://bitmitigate.com/img/favicon.png" type="image/x-icon">
<meta http-equiv="refresh" content="2">
<title>BitMitigate DDoS Protection</title>
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://bitmitigate.com/css/bootstrap.min.css">
<!--icon font css-->
<link rel="stylesheet" href="https://bitmitigate.com/vendors/themify-icon/themify-icons.css">
<link rel="stylesheet" href="https://bitmitigate.com/vendors/font-awesome/css/all.css">
<link rel="stylesheet" href="https://bitmitigate.com/vendors/flaticon/flaticon.css">
<link rel="stylesheet" href="https://bitmitigate.com/vendors/animation/animate.css">
<link rel="stylesheet" href="https://bitmitigate.com/vendors/owl-carousel/assets/owl.carousel.min.css">
<link rel="stylesheet" href="https://bitmitigate.com/vendors/animation/animate.css">
<link rel="stylesheet" href="https://bitmitigate.com/vendors/magnify-pop/magnific-popup.css">
<link rel="stylesheet" href="https://bitmitigate.com/vendors/elagent/style.css">
<link rel="stylesheet" href="https://bitmitigate.com/css/style.css">
<link rel="stylesheet" href="https://bitmitigate.com/css/responsive.css">
</head>
<body>
<header class="header_area">
<nav class="navbar navbar-expand-lg menu_one menu_four">
<div class="container">
<a class="navbar-brand sticky_logo" href="https://bitmitigate.com/#">
<img src="https://bitmitigate.com/2x-white.png" srcset="https://bitmitigate.com/1x-white.png 2x" alt="logo">
<img src="https://bitmitigate.com/1x.png" srcset="https://bitmitigate.com/2x.png 2x" alt="">
</a>
<button class="navbar-toggler collapsed" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="menu_toggle">
<span class="hamburger">
<span></span>
<span></span>
<span></span>
</span>
<span class="hamburger-cross">
<span></span>
<span></span>
</span>
</span>
</button>
</div>
</nav>
</header>
<section class="error_area">
<img class="error_shap" src="https://bitmitigate.com/img/breadcrumb/banner_bg.png" alt="">
<div class="container flex">
<div class="error_contain text-center">
<h2 class="f_p f_400 w_color f_size_40">Loading...</h2>
<p class="w_color f_300">We are checking your browser to make sure you aren't a bot or DDoS attack. This process is completely automatic and will only take a moment. Once it is completed you will be forwarded immediately.</p>
<a href="https://bitmitigate.com/" class="about_btn btn-success btn_hover mt_40">DDoS protection by BitMitigate</a>
</div>
</div>
</section>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://bitmitigate.com/js/jquery-3.2.1.min.js"></script>
<script src="https://bitmitigate.com/js/propper.js"></script>
<script src="https://bitmitigate.com/js/bootstrap.min.js"></script>
<script src="https://bitmitigate.com/vendors/wow/wow.min.js"></script>
<script src="https://bitmitigate.com/vendors/sckroller/jquery.parallax-scroll.js"></script>
<script src="https://bitmitigate.com/vendors/owl-carousel/owl.carousel.min.js"></script>
<script src="https://bitmitigate.com/vendors/imagesloaded/imagesloaded.pkgd.min.js"></script>
<script src="https://bitmitigate.com/vendors/isotope/isotope-min.js"></script>
<script src="https://bitmitigate.com/vendors/magnify-pop/jquery.magnific-popup.min.js"></script>
<script src="https://bitmitigate.com/js/main.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment