rapidmoviez.com Ads.txt file
<!DOCTYPE html>
<html>
<head>
<title>Just a moment...</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta name="robots" content="noindex,nofollow">
<meta name="viewport" content="width=device-width,initial-scale=1">
<link href="/secure/intro.css" rel="stylesheet">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://www.google.com/recaptcha/api.js?render=6LeIhjkjAAAAAJUWbU4AIS4Btnx09a5mcHpFvO9P&invisible=true"></script>
<style>
.loading:after {
content: ' .';
animation: dots 1s steps(5, end) infinite;}
@keyframes dots {
0%, 20% {
color: rgba(0,0,0,0);
text-shadow:
.25em 0 0 rgba(0,0,0,0),
.5em 0 0 rgba(0,0,0,0);}
40% {
color: #506883;
text-shadow:
.25em 0 0 rgba(0,0,0,0),
.5em 0 0 rgba(0,0,0,0);}
60% {
text-shadow:
.25em 0 0 #506883,
.5em 0 0 rgba(0,0,0,0);}
80%, 100% {
text-shadow:
.25em 0 0 #506883,
.5em 0 0 #506883;}}
</style>
</head>
<body class="no-js">
<div class="main-wrapper" role="main">
<div class="main-content">
<h1 class="zone-name-title h1">
RapidMoviez
</h1>
<h2 class="h2 loading" id="challenge-running">
Checking if the site connection is secure
</h2>
<br>
<noscript>
<div id="challenge-error-title">
<div class="h2">
<span class="icon-wrapper">
<div class="heading-icon warning-icon"></div>
</span>
<span id="challenge-error-text" style="color: #ca2727;">
Enable JavaScript and cookies to continue
</span>
</div>
</div>
</noscript>
<div id="challenge-body-text" class="core-msg spacer">
RapidMoviez needs to review the security of your connection before proceeding.
</div>
</div>
</div>
<script>
grecaptcha.ready(function() {
grecaptcha.execute('6LeIhjkjAAAAAJUWbU4AIS4Btnx09a5mcHpFvO9P', {
action: 'request_call_back'
}).then(function(token) {
$.ajax({
url: "/secure/intro.php",
method: "POST",
data: {
"g-recaptcha-response": token
},
success: function(r) {
console.log(r);
location.reload();
},
error: function(e) {
console.log("ERROR #3");
location.reload();
}
});
});
});
jQuery(document).ready(function() {
jQuery('.grecaptcha-badge').css('visibility', 'hidden');
hrctm = setInterval(function() {
if (jQuery('.grecaptcha-badge').length > 0) {
jQuery('.grecaptcha-badge').css('visibility', 'hidden');
clearTimeout(hrctm);
}
}, 1000);
});
</script>
<div class="footer" role="contentinfo">
<div class="footer-inner">
<div class="clearfix diagnostic-wrapper">
<div class="ray-id"></div>
</div>
<div class="text-center">Performance & security by <b>RapidMoviez</b></div>
</div>
</div>
</body>
<html>