<script type="text/javascript">
function zxcFade(id,t,ms){
var obj=document.getElementById(id),o=zxcFade['zxc'+id],f;
if (obj&&!o){
o=zxcFade['zxc'+id]={ };
}
if (o){
clearTimeout(o.dly);
f=o.now||0;
t=typeof(t)=='number'&&t>=0&&t<=100?t:0;
animate(o,obj,f,t,new Date(),(ms||1000)*Math.abs(f-t)/100+5);
}
}
function animate(o,obj,f,t,srt,mS){
var oop=this,ms=new Date().getTime()-srt,now=(t-f)/mS*ms+f;
if (isFinite(now)){
obj.style.filter='alpha(opacity='+now+')';
obj.style.opacity=obj.style.MozOpacity=obj.style.WebkitOpacity=obj.style.KhtmlOpacity=now/100-.001;
o.now=now;
}
if (ms<mS){
o.dly=setTimeout(function(){ animate(o,obj,f,t,srt,mS); },10);
}
}
</script>
<!--This is a comment. Comments are not displayed in the browser-->
<script>
var maxprogress = 627; // total to reach
var actualprogress = 0; // current value
var itv = 0; // id for setinterval
function prog()
{
if(actualprogress >= maxprogress)
{
clearInterval(itv);
return;
}
if(actualprogress==10)
{document.getElementById("sts1").innerHTML= "<span style='color:yellow;font-weight:bold'>Processing...</span>";
document.getElementById("butstart").style.visibility = "hidden";}
if(actualprogress==100)
{testradio();}
if(actualprogress==626)
{document.getElementById("text2").style.display = "inline";
zxcFade('text2',100,1000);
zxcFade('text',0,500);
document.getElementById("bara1").style.display = "none";
document.getElementById("bara2").style.display = "inline";
document.getElementById("sts1").innerHTML= "<span style='color:lime;font-weight:bold'>Connected</span>";}
var progressnum = document.getElementById("progressnum");
var indicator = document.getElementById("indicator");
actualprogress = actualprogress + 1;
indicator.style.width=actualprogress + "px";
progressnum.innerHTML = (maxprogress - actualprogress) + " secondes restantes";
}
</script>
<!--This is a comment. Comments are not displayed in the browser-->
<script>
var maxprogress2 = 627; // total to reach
var actualprogress2 = 0; // current value
var itv2 = 0; // id for setinterval
function prog2()
{
if(actualprogress2 >= maxprogress2)
{
clearInterval(itv2);
return;
}
if(actualprogress2==100)
{document.getElementById("sts1").innerHTML= "Adding " + document.getElementById("it1").value + " " + document.getElementById("ck1").value;
document.getElementById("sts1").style.color = "white";}
if(actualprogress2==250)
{document.getElementById("sts1").innerHTML= "Adding " + document.getElementById("it2").value + " " + document.getElementById("ck2").value;
document.getElementById("sts1").style.color = "white";}
if(actualprogress2==626)
{document.getElementById("lockoffer").style.display = "inline";
zxcFade('lockoffer',100,1000);
zxcFade('text2',0,500);
zxcFade('status',0,500);
}
var progressnum2 = document.getElementById("progressnum2");
var indicator2 = document.getElementById("indicator2");
actualprogress2 += 1;
indicator2.style.width=actualprogress2 + "px";
}
</script>
<style>
#progressbar2
{
position:relative;
width:627px;
padding:0 0 0 0;
background-image:url("http://s11.postimg.org/s0ch7yqrz/pggray.png");
height:8px;
border:1px solid #CCC;
-moz-border-radius:2px;
border-radius:2px;
}
#indicator2
{
position:absolute;
left:0;
top:0;
width:0px;
background-image:url("http://s2.postimg.org/4hpntnlqd/indicator.png");
height:8px;
margin:0 0 0 0;
}
</style>
<!--This is a comment. Comments are not displayed in the browser-->
<style>
#progressbar
{
position:relative;
width:627px;
padding:0 0 0 0;
background-image:url("http://s11.postimg.org/s0ch7yqrz/pggray.png");
height:8px;
border:1px solid #CCC;
-moz-border-radius:2px;
border-radius:2px;
}
#indicator
{
position:absolute;
left:0;
top:0;
width:0px;
background-image:url("http://s2.postimg.org/4hpntnlqd/indicator.png");
height:8px;
margin:0 0 0 0;
}
</style>
<!--This is a comment. Comments are not displayed in the browser-->
<style>
.myButton {
-moz-box-shadow:inset 0px 1px 3px 0px #91b8b3;
-webkit-box-shadow:inset 0px 1px 3px 0px #91b8b3;
box-shadow:inset 0px 1px 3px 0px #91b8b3;
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #768d87), color-stop(1, #384242));
background:-moz-linear-gradient(top, #768d87 5%, #384242 100%);
background:-webkit-linear-gradient(top, #768d87 5%, #384242 100%);
background:-o-linear-gradient(top, #768d87 5%, #384242 100%);
background:-ms-linear-gradient(top, #768d87 5%, #384242 100%);
background:linear-gradient(to bottom, #768d87 5%, #384242 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#768d87', endColorstr='#384242',GradientType=0);
background-color:#768d87;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
border:1px solid #566963;
display:inline-block;
cursor:pointer;
color:#ffffff;
font-family:arial;
font-size:15px;
font-weight:bold;
padding:11px 23px;
text-decoration:none;
text-shadow:0px -1px 0px #2b665e;
}
.myButton:hover {
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #384242), color-stop(1, #768d87));
background:-moz-linear-gradient(top, #384242 5%, #768d87 100%);
background:-webkit-linear-gradient(top, #384242 5%, #768d87 100%);
background:-o-linear-gradient(top, #384242 5%, #768d87 100%);
background:-ms-linear-gradient(top, #384242 5%, #768d87 100%);
background:linear-gradient(to bottom, #384242 5%, #768d87 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#384242', endColorstr='#768d87',GradientType=0);
background-color:#384242;
}
.myButton:active {
position:relative;
top:1px;
}
</style>
<!--This is a comment. Comments are not displayed in the browser-->
<style>
#container {
position: relative;
width: 635px; height: 330px;
font-family: 'Open Sans', sans-serif;
font-size:105%;
}
#block {
background-image: url('https://lh4.googleusercontent.com/-yNDIWYP0qqw/VQWidKXyHkI/AAAAAAAAAJE/zOB79UbXOTc/h120/monster-legend.png');
background-size: 100%;
border: 1px solid;
border-radius: 15px;
border-color: #ffffff;
filter:alpha(opacity=95); /* IE */
-moz-opacity:0.95; /* Mozilla */
opacity: 0.95; /* CSS3 */
position: absolute;
top: 0; left: 0;
height: 100%; width:100%;
}
#text {
background-image: url('http://s2.postimg.org/5p86zm18p/background_div.png');
color: white;
position: absolute;
top: 50px; left: 20px;
width: 200px; height: 200px;}
#status {
background-image: url('http://s2.postimg.org/5p86zm18p/background_div.png');
color: white;
position: absolute;
top: 270px; left: 20px;
width: 500px; height=50px;}
#text2 {
display:none;
background-image: url('http://s2.postimg.org/5p86zm18p/background_div.png');
color: white;
position: absolute;
top: 50px; left: 20px;
width: 320px; height: 200px;}
#lockoffer {
display:none;
background-image: url('http://s2.postimg.org/g9dj4ggcp/back_lock.png');
color: white;
position: absolute;
top: 0px; left: 0px;
width: 635px; height: 200px;}
</style>
<!--This is a comment. Comments are not displayed in the browser-->
<script>
function testradio() {
if(document.getElementById('android').checked) {
document.getElementById("sts1").innerHTML= "<span style='color:yellow;font-weight:bold'>Connecting to game on Android</span>";
}else if(document.getElementById('ios').checked) {
document.getElementById("sts1").innerHTML= "<span style='color:yellow;font-weight:bold'>Connecting to game on iOS</span>";
}else if(document.getElementById('facebook').checked) {
document.getElementById("sts1").innerHTML= "<span style='color:yellow;font-weight:bold'>Connecting to game on Facebook</span>";
}
else {clearInterval(itv);
document.getElementById("sts1").innerHTML= "<span style='color:red;font-weight:bold'>Select system! Refresh page!</span>";}
}
</script>
<script>
function validateForm() {
var x = document.getElementById("ak").value;
if (x==null || x=="") {
document.getElementById("ak").style.border = "solid 3px red";
}
if (x=="vwUaqY2QXD3bMMEiezO25F8RB") {
document.getElementById("ak").style.border = "solid 3px green";
alert("Resources have been released to your account! The page will refresh in 10s!");
setTimeout(function() {location.reload();}, 10000);
} else {document.getElementById("ak").style.border = "solid 3px red";}
}
</script>
<div id="container">
<div id="block">
</div>
<div id="text">
<img border="0" src="http://s29.postimg.org/ik3pga1sz/img_wrapper1.png" height="25" style="padding-left: 5px; padding-top: 5px;" width="25" /> <input id="android" name="rbut" type="radio" value="Android" />Android<br />
<img border="0" src="http://s23.postimg.org/i2v8zv2ef/apple_logo_png_transparent.png" height="25" style="padding-left: 5px; padding-top: 5px;" width="25" /> <input id="ios" name="rbut" type="radio" value="iOS" />iOS<br />
<img border="0" src="http://s8.postimg.org/4gvjwnaxd/Facebook_icon.png" height="25" style="padding-left: 5px; padding-top: 5px;" width="25" /> <input disabled="true" id="facebook" name="rbut" type="radio" value="Facebook" />Facebook<br />
<br />
<center>
<input class="myButton" id="butstart" name="start1" onclick="itv = setInterval(prog, 18)" type="button" value="Connect" /></center>
</div>
<div id="text2">
<br />
<input id="ck1" name="item1" type="checkbox" value="Gold" />Gold<input id="it1" name="FirstName" placeholder="Gold" style="border-radius: 6px; float: right;" type="text" /><br />
<br />
<input id="ck2" name="item2" type="checkbox" value="Gems" />Gems <input id="it2" name="FirstName" placeholder="Gems" style="border-radius: 6px; float: right;" type="text" /><br />
<br />
<center>
<input class="myButton" id="butstart2" name="start2" onclick="itv2 = setInterval(prog2, 30)" type="button" value="Generate" /></center>
</div>
<div id="status">
Status: <span id="sts1" style="color: red; font-weight: bold;">Not Connected</span></div>
<div align="center" id="bara1" style="left: 0px; position: relative; top: 310px;">
<div id="progressbar">
<div id="indicator">
</div>
</div>
</div>
<div align="center" id="bara2" style="display: none; left: 0px; position: relative; top: 310px;">
<div id="progressbar2">
<div id="indicator2">
</div>
</div>
</div>
<div id="lockoffer">
<br />
<center>
Due to lot of traffic and spam by bots we require an activation key to prove that you are a human and not a bot. Complete a short survey to get your activation and release resources to your account.</center>
<br />
<center>
<input id="ak" name="offer" placeholder="Activation Key" style="float: center;" type="text" /> <input class="myButton" id="butstart3" name="ak" onclick="validateForm()" type="button" value="Activate" /> <input class="myButton" id="butstart4" name="ak" onclick="call_locker();" type="button" value="Get Key" /></center>
</div>
</div>
</div>
Friday, February 26, 2016
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment