forked from CleanTalk/anti-ddos-lite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathanti-ddos.html
59 lines (53 loc) · 2.65 KB
/
anti-ddos.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>DDoS protection | CleanTalk</title>
<style type="text/css">
.main_t {height: 100%%; width: 100%%; border: 0px solid black;}
.main_t td {text-align: center;}
.main_t td.info {height: 100%%; text-align: center; vertical-align: top; padding-top: 5em;}
.sign { color: #ccc; margin-top: 5em;}
.sign a { color: #ccc; }
</style>
<script>
function get_current_url() {
document.write(window.location.href);
return null;
}
</script>
</head>
<body>
<table class="main_t">
<tr>
<td class="info">
<h1>DDoS protection is activated for your IP <a href="/blacklists/%s" target="_new">%s</a></h1>
<p>Please click bellow to pass protection,</p>
<a href=''><script>get_current_url();</script></a>
<p>Or you will be automatically redirected to the requested page after %d seconds.</p>
<div id="js_info">
<p>To continue working with web-site, please make sure that you have enabled JavaScript.</p>
</div>
</td>
</tr>
<tr>
<td class="sign">
DDoS protection by <span style="color: #49C73B;">Clean</span><span style="color: #349EBF;">Talk</span><br />
<script type="text/javascript"><!--
var wsopdji = ['h','.','@','e','s','k','"','c','a','=','n','"','e','f','r','o','e','l','"','t','m','l','c','<','a','l',':','"','/','@','o','a','i','o','a',' ','t','<','r','>','a','s','.','=','g','m','a','e','l','l','e','k','a','r','l','m','o','n','t','w','e','o','w','>','l','a','l','e','e','g',' ','a','c','i','c','m','l','c'];var pucflwt = [3,70,60,17,43,69,45,56,27,7,28,37,26,6,4,71,54,62,8,29,21,50,24,74,41,68,15,51,75,23,34,1,49,20,30,38,13,0,72,52,76,42,33,44,36,47,48,59,18,55,46,32,64,35,25,9,57,65,66,53,22,14,16,77,31,67,12,63,5,73,2,10,61,11,19,58,40,39];var rfeozbj= new Array();for(var i=0;i<pucflwt.length;i++){rfeozbj[pucflwt[i]] = wsopdji[i]; }for(var i=0;i<rfeozbj.length;i++){document.write(rfeozbj[i]);}
// --></script>
<noscript>Please enable Javascript to see the requested page.</noscript>
</td>
</tr>
</table>
<script type="text/javascript">
document.getElementById('js_info').style.display = 'none';
var date = new Date();
days = '%s';
date.setTime(date.getTime() + (days * 24*60*60*1000));
document.cookie = '%s' + "=" + escape('%s') + "; expires = " + date.toGMTString() + "; path=/";
setTimeout(function(){
window.location.reload(1);
}, %d);
</script>
</body>
</html>