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:
|
<html>
<head>
<title>Counter-Faker</title>
</head>
<body>
<iframe src="about:blank" id="ifrm1" width="225" height="30" scrolling="no"></iframe><br>
<iframe src="about:blank" id="ifrm2" width="225" height="30" scrolling="no"></iframe><br>
<iframe src="about:blank" id="ifrm3" width="225" height="30" scrolling="no"></iframe><br>
<iframe src="about:blank" id="ifrm4" width="225" height="30" scrolling="no"></iframe><br>
<iframe src="about:blank" id="ifrm5" width="225" height="30" scrolling="no"></iframe>
<script type="text/javascript">
var reloads=0;
function x1()
{
document.getElementById('ifrm1').setAttribute('src','http://xxtuerkishloverxx.uboot.com/tools/counter/1827420');
document.getElementById('ifrm2').setAttribute('src','http://xxtuerkishloverxx.uboot.com/tools/counter/1827420');
document.getElementById('ifrm3').setAttribute('src','http://xxtuerkishloverxx.uboot.com/tools/counter/1827420');
document.getElementById('ifrm4').setAttribute('src','http://xxtuerkishloverxx.uboot.com/tools/counter/1827420');
document.getElementById('ifrm5').setAttribute('src','http://xxtuerkishloverxx.uboot.com/tools/counter/1827420');
window.setTimeout('x2()',1500);
reloads+=5;
document.getElementById('infofield').innerText=reloads;
}
function x2()
{
document.getElementById('ifrm1').setAttribute('src','about:blank');
document.getElementById('ifrm2').setAttribute('src','about:blank');
document.getElementById('ifrm3').setAttribute('src','about:blank');
document.getElementById('ifrm4').setAttribute('src','about:blank');
document.getElementById('ifrm5').setAttribute('src','about:blank');
window.setTimeout('x1()',500);
}
</script>
<br />
<br />
<h2>reloads: <span id="infofield"></span></h2>
<script type="text/javascript">
x1();
</script>
</body>
</html>
|