Advertisement
PHI5H

bitminer.io script

Mar 4th, 2018
4,893
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.96 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html><head>
  3. <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  4. <meta charset="utf-8">
  5. <title>BitMiner - Bitcoin mining. Earn Bitcoin for free.</title>
  6. <meta name="description" content="BitMiner is Bitcoin miner with fully automatic process. Start earning Bitcoin now!">
  7. <meta name="keywords" content="Bitcoin, mining, free">
  8. <meta name="viewport" content="width=device-width,height=device-height" />
  9.  
  10. <link rel="icon" href="/favicon.ico" type="image/x-icon">
  11. <link href="https://fonts.googleapis.com/css?family=Open+Sans:400,300,600" rel="stylesheet" type="text/css">
  12. <link rel="stylesheet" href="/s/vendor.css">
  13. <link rel="stylesheet" href="/s/style.css">
  14. </head>
  15. <body>
  16.  
  17. <style type="text/css">
  18. body {
  19. margin-top:0 !important;
  20. padding-top:0 !important;
  21. /* min-width:800px !important; */
  22. background:#faefe7;
  23. font-family:"Open Sans",sans-serif !important;
  24. width:900px;
  25. margin:0 auto;
  26. }
  27. #popup{
  28. z-index:100;background:#2390c0;width:900px;min-height:350px;margin-left:0px;position:fixed;top:10px;box-shadow:0 0 20px 0px #000;
  29. display:none;
  30. color:#fff;
  31. }
  32. #popup .popbody{
  33. padding:20px;
  34. }
  35. #popup .popdata{
  36. padding:20px;
  37. display:none;
  38. }
  39.  
  40. #popup .popclose{
  41. font-size:30px;
  42. position:absolute;
  43. top:15px;
  44. right:20px;
  45. cursor:pointer;
  46. }
  47. #popup .pophead{
  48. background:#333;
  49. font-size:30px;
  50. padding:20px;
  51. }
  52. .popbody table td img{
  53. transition:0.5s;
  54. }
  55.  
  56. .popbody table td a{
  57. transition:0.5s;
  58. }
  59.  
  60. .popbody table td:hover > img {
  61. box-shadow: 0 0 10px #fff;
  62. }
  63. .popbody table td:hover > small a {
  64. box-shadow: 0 0 20px #fff;
  65. }
  66.  
  67. .buybtn{
  68. /*background:#00547A;*/
  69. background:#F5A10F;
  70. padding:7px;
  71. color:#fff;
  72. font-weight:bold;
  73. text-align:center;
  74. cursor:pointer;
  75. }
  76. .buybtn:hover{
  77. /*background:#0077AA;*/
  78. background:#CA5712;
  79. }
  80. .popbody table h1{
  81. margin:0;
  82. margin-bottom:5px;
  83. }
  84. #popback{
  85. position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(1,2,2,0.5);z-index:50;display:none;
  86. }
  87. .embd{
  88. background:#00547a;border-radius:3px;padding:3px 5px;
  89. }
  90. footer {
  91. background: #fff;
  92. border-top: 1px dotted #ca5712;
  93. border-right:1px dotted #ca5712;
  94. border-left:1px dotted #ca5712;
  95. padding: 25px 0;
  96. width:100%;
  97. }
  98. </style>
  99. <script src="/jquery.js"></script>
  100. <script>
  101. function popup(){
  102. $('#popup').show();
  103. $('.popbody').show();
  104. $('.popdata').hide();
  105. $('#popback').show();
  106. }
  107. function popclose(){
  108. $('#popup').hide();$('#popback').hide();
  109. }
  110. function sign(){
  111. if($('[name=addr]').val()){
  112. $.post("/",{"task":"sign","addr":$('[name=addr]').val()},
  113. function(data) {
  114. if(data=='1'){
  115. //$('.bg_h67').html('Wait...');
  116. //$('.butm.butm-i').addClass('invis');
  117. window.location.href='/';
  118. }else if (data=='0'){
  119. //$('[name=email]').css('border-color','#cc0000').focus();
  120. $('#errfield').html('Bitcoin address is invalid! Enter correct wallet address or <a style="color:#fff" href="https://blockchain.info/wallet/#/signup" target="_blank">create new Bitcoin address</a>.');
  121. }else{
  122. $('#errfield').html(data);
  123. }
  124. });
  125. }else{
  126. $('#errfield').html('Bitcoin address is invalid! Enter correct wallet address or <a style="color:#fff" href="https://blockchain.info/wallet/#/signup" target="_blank">create new Bitcoin address</a>.');
  127. }
  128. }
  129.  
  130. var myVar;
  131.  
  132. function myFunction(label) {
  133. myVar = setTimeout(function(){checkpay(label);},10000);
  134. }
  135.  
  136. function myStopFunction() {
  137. clearTimeout(myVar);
  138. }
  139.  
  140. function checkpay(label){
  141. myStopFunction();
  142.  
  143. $.post( "/", { task: "checkpay", label: label },
  144. function( data ) {
  145.  
  146. console.log(data);
  147. if(data=='1')window.location.reload();
  148. else myFunction(label);
  149. }
  150. );
  151.  
  152. }
  153. </script>
  154.  
  155. <div class="main index">
  156.  
  157. <header class="header" role="banner">
  158. <div class="container justify">
  159. <div class="logo" style="position:relative">
  160. <a href="/">
  161. <img src="https://bitminer.io/s/logo.png" alt="Bitcoin Miner" height="60" width="">
  162. <!--<b><div style="position:absolute;top:38px;left:69px;font-size:13px;color:#ca5712;white-space:nowrap" id="btcprice">Real Bitcoin Mining</div></b>--></a>
  163. <!--<a href="/payouts"><div style="color: green; position: absolute; white-space:nowrap; left: 69px; z-index: 2; font-size: 12px; top: 45px;">753 BTC payed in 592 days</div></a>-->
  164. </div>
  165. <nav class="nav" role="navigation">
  166. <ul>
  167. <li class="active"><a href="/" style="color:#ca5712">Start</a></li>
  168. <li class=""><a href="https://bitminer.io/referal">Affiliate Program<!-- <sup style="color:#dc4800">20-100%</sup>--></a></li>
  169. <li class=""><a href="/payouts">Payouts <sup style="color:#00cc00">NEW</sup></a></li>
  170. <li class=""><a href="/contest">Contest <sup style="color:#cc0000">HOT</sup></a></li>
  171. <li class=""><a href="/faq">FAQ</a></li>
  172. <li class=""><a href="/support">Contacts</a></li>
  173. <!---->
  174. </ul>
  175. </nav>
  176. </div>
  177. </header>
  178.  
  179.  
  180. <div class="container table maincontent" style="position:relative;min-height:600px">
  181. <main role="main">
  182. <!--<div id="errfield" style="position:absolute;top:65px;margin-left:40px;color:#fff;font-size:80%"></div>
  183. --><div id="errfield" style="padding: 15px 35px;background: #00547a; color: rgb(255, 255, 255); font-size: 14px;position:relative">Welcome to leading Bitcoin mining pool! Our members already received <img src="https://bitminer.io/s/btcroll.gif" style="vertical-align:-3px"> <b><a href="/payouts" style="color:white">3147.59343107</a></b> Bitcoins since launch <b>637</b> days ago.</div>
  184.  
  185. <form action="/" method="post" onsubmit="sign();return(false)">
  186. <input name="task" value="sign" type="hidden">
  187. <div class="input">
  188. <input name="addr" placeholder="Enter your bitcoin address" type="text" value="">
  189. </div>
  190. <div class="button">
  191. <button type="submit" class="btn-login"><!--SignUp/Login-->Start mining</button>
  192. </div>
  193. </form>
  194. <div class="mainblock" style="margin:32px 0 0px">
  195. <div class="image" style="float:left;position:relative;margin-top:-95px;z-index:-1;margin-left:0;margin-right:40px">
  196. <div style="box-shadow:0 0 20px 20px #faefe7 inset;margin-left: 5px;margin-top:90px"><img src="https://bitminer.io/s/mining4.gif" alt="" width="270" style="position:relative;z-index:-2"></div>
  197. <!--<div style="width:295px;height:37px;position:absolute;top:10px;z-index:2"></div>
  198. <iframe style="width:295px;height:166px;margin-top:10px;position:relative;" src="https://www.youtube.com/embed/GmOzih6I1zs?end=107&rel=0&controls=0&modestbranding=1" allowfullscreen="" frameborder="0"></iframe>-->
  199. <!--<p>Version 1.0</p>-->
  200. </div>
  201. <div class="mining" style="float:right;width:585px;min-height:275px;margin-top:-18px">
  202. <h1>BitMiner v1.0 <sup style="color:#00cc00;font-weight:normal">Free</sup></h1>
  203. <div class="text">
  204. <div style="width:250px;float:left">Profit per minute<b style="display:show">40 Satoshi</b></div>
  205. <div style="width:250px;float:right">Profit per day<b style="display:block">0.0006 Bitcoin</b></div><div style="clear:both"></div>
  206. </div>
  207. <div class="lifetime" id="nopl" style="display:block">
  208.  
  209. <!--<button class="bitcoin" onclick="download()">Install BitMiner</button><br><small style="font-size:12px">Available for <a href="https://chrome.google.com/webstore/detail/bitminer/poallihfnbndkfkbgfegfjngandcipea" target="_blank" class="chrome"><u>Chrome</u></a> <a class="firefox" href="/firefox.xpi" onclick="firefox()"><u>Firefox</u></a> <a href="/opera.crx" class="opera"><u>Opera</u></a> (Windows, MAC OS, Linux)</small> background:#00547a; -->
  210.  
  211. <div class="reflink" style="padding:22px 0;box-shadow:5px 7px 0 rgba(7, 6, 4, 0.75);box-shadow:none"><a href="/payouts" style="text-decoration:none"><div class="title copytext" style="font-size:36px">See payment proofs</div></a>
  212. </div>
  213. <!--<center><small style="font-size:12px"><a href="/referal">Invite friends</a> to multiply your profit.</small></center>-->
  214.  
  215.  
  216. </div>
  217.  
  218. <br style="clear:both" />
  219. </div> <br style="clear:both" />
  220.  
  221.  
  222. <!--<button class="levelup" onclick="$('html, body').animate({ scrollTop: $(document).height() }, 'slow');" style="box-shadow:none;margin-left:0">Upgrade BitMiner</button> -->
  223.  
  224.  
  225. <div class="content-plans">
  226. <h3>Upgrade BitMiner to premium</h3>
  227. <h4>Choose premium version below to increase your affiliate program bonus and earn much more!</h4>
  228. <div class=plan onclick="upgrade(1);popup();"><br><img height="260" src="https://bitminer.io/s/l1.png"><h4>Version 1.1</h4>
  229. <p>
  230. Earning rate <b>x2</b><br><b>80 Sato</b> per minute<br><b>0.0012 BTC</b> per day
  231. </p>
  232. <div class="bonus"><h5><img src="https://bitminer.io/s/check.png"> Affiliate bonus <b style="color:#f5a10f">30%</b></h5></div>
  233. <a class="plan-button" id="buyy1"><script>setInterval(function () {$("#buyy1x").css("background-color", "#f5a10f");setTimeout(function () {$("#buyy1x").css("background-color", "red");}, 150);}, 300);</script>Buy for 0.01 BTC</a></div>
  234. <div class="plan" onclick="upgrade(2);popup();">
  235. <img src="https://bitminer.io/s/10-off.png" class="off"><br>
  236. <img height="260" src="https://bitminer.io/s/l2.png"><h4>Version 1.2</h4>
  237. <p>
  238. Earning rate <b>x25</b><br><b>1000 Sato</b> per minute<br><b>0.015 BTC</b> per day
  239. </p>
  240. <div class="bonus"><h5><img src="https://bitminer.io/s/check.png"> Affiliate bonus <b style="color:#f5a10f">40%</b></h5></div><a class="plan-button" id="buyy2"><script>setInterval(function () {$("#buyy2x").css("background-color", "#f5a10f");setTimeout(function () {$("#buyy2x").css("background-color", "red");}, 150);}, 300);</script>Buy for 0.1 BTC</a></div>
  241. <div class="plan" onclick="upgrade(3);popup();">
  242. <img src="https://bitminer.io/s/20-off.png" class="off"><br>
  243. <img height="260" src="https://bitminer.io/s/l3.png"><h4>Version 1.3</h4>
  244. <p>
  245. Earning rate <b>x250</b><br><b>10000 Sato</b> per minute<br><b>0.15 BTC</b> per day
  246. </p>
  247. <div class="bonus"><h5><img src="https://bitminer.io/s/check.png"> Affiliate bonus <b style="color:#f5a10f">50%</b></h5></div>
  248. <a class="plan-button" id="buyy3"><script>setInterval(function () {$("#buyy3x").css("background-color", "#f5a10f");setTimeout(function () {$("#buyy3x").css("background-color", "red");}, 100);}, 200);</script>Buy for 0.9 BTC</a></div>
  249. <div class="plan" onclick="upgrade(4);popup();" style="margin-right:0">
  250. <img src="https://bitminer.io/s/30-off.png" class="off"><br>
  251. <img height="260" src="https://bitminer.io/s/l4.png"><h4>Version 1.4</h4>
  252. <p>
  253. Earning rate <b>x1750</b><br><b>70000 Sato</b> per minute<br><b>1 BTC</b> per day
  254. </p>
  255. <div class="bonus"><h5><img src="https://bitminer.io/s/check.png"> Affiliate bonus <b style="color:#f5a10f">100%</b></h5></div>
  256. <!--<b><u>Instant withdrawals</u></b>--><a class="plan-button" id="buyy4"><script>setInterval(function () {$("#buyy4x").css("background-color", "#f5a10f");setTimeout(function () {$("#buyy4x").css("background-color", "red");}, 150);}, 300);</script>Buy for 5 BTC</a></div>
  257. </div><br style="clear:both" />
  258. <style>
  259. .plan {
  260. background: #fff none repeat scroll 0 0;
  261. border: 1px solid #eeeeee;
  262. border-radius: 6px;
  263. cursor: pointer;
  264. float: left;
  265. height: 590px;
  266. /*margin-bottom: 60px;*/
  267. margin-right: 10px;
  268. /* padding-top: 40px;*/
  269. text-align: center;
  270. width: 215px;
  271. position:relative;
  272. color:#555;
  273. }
  274. .plan-button {
  275. background: #f7941e none repeat scroll 0 0;
  276. border: medium none;
  277. border-radius: 4px;
  278. color: #fff;
  279. cursor: pointer;
  280. font-family: "Open Sans",sans-serif;
  281. font-size: 16px;
  282. font-weight: bold;
  283. padding: 15px 25px;
  284. margin-top:5px;
  285. text-align: center;
  286. text-decoration: none;
  287. text-transform: uppercase;
  288. }
  289. .plan-button:hover{
  290. background:#ea6808 none repeat scroll 0 0;
  291. }
  292.  
  293. .plan p{
  294. padding-top:12px;
  295. margin:0;
  296. }
  297. .plan h5 {
  298. padding-bottom:10px;
  299. }
  300. .content-plans h4 {
  301. font-size: 18px;
  302. font-weight: normal;
  303. padding-bottom: 30px;
  304. margin:0;
  305. }
  306.  
  307. .content-plans h3 {
  308. font-size: 34px;
  309. padding-bottom: 10px;
  310. margin:0;
  311. color:#218ab8;
  312. }
  313. .content-plans {
  314. text-align: center;
  315. }
  316. .best-deal {
  317. border: 1px solid #f7941e !important;
  318. }
  319. .plan h4 {
  320. border-bottom: 1px solid #eaeaea;
  321. color:#218ab8;
  322. font-size: 18px;
  323. margin: 0 30px;
  324. padding: 25px 0 20px;
  325. text-transform: uppercase;
  326. }
  327. .plan:hover{
  328. border:1px solid #f7941e;
  329. }
  330.  
  331. .bonus {
  332. border-top: 1px solid #eaeaea;
  333. margin: 15px 30px 0;
  334. }
  335.  
  336. .plan h5 img {
  337. float: left;
  338. padding: 1px 5px 0 0;
  339. width: 18px;
  340. }
  341.  
  342. img.off {
  343. float: right;
  344. margin: 0 auto;
  345. position: absolute;
  346. right: -5px;
  347. top: -5px;
  348. width: 150px;
  349. z-index: 1;
  350. }
  351. </style>
  352.  
  353.  
  354.  
  355. </div>
  356. <!--<div id="popup" style="width:900px;margin-left:0px;">
  357. <div class="popclose" onclick="popclose()">&#10005;</div>
  358. <div class="pophead">Upgrade BitMiner to Premium</div>
  359. <div class="popbody">
  360. Upgrade your BitMiner v1.0 to v1.1 to earn even more and increase affiliate program bonus. Choose version v1.1 below.<br><br>
  361. <table border=0>
  362. <tr>
  363. <td width=240 valign="top"><img width="220" style="padding-top:6px" src="https://bitminer.io/s/mining4.gif"></td>
  364. <td width=160 valign="top"><h1>v1.1</h1><small><b>Earning rate:</b><br>0.0000008 BTC/min<br><b>0.0012 BTC</b> per day<br><br>Affiliate bonus <b style="color:#cc0000">30%</b><div style="margin-top:15px"><a class="buybtn" id="buyy1" onclick="upgrade(1);$(this).hide();setTimeout(function(){$('#buyy1').show()},10000)"><img src="/s/btcroll.gif" style="vertical-align:-4px"> Buy for 0.01 BTC</a><br><h3>Ready to upgrade</h3><br></div></small></td>
  365.  
  366. <td width=160 valign="top"><h1>v1.2</h1><small><b>Earning rate:</b><br>0.00001 BTC/min<br><b>0.015 BTC</b> per day<br><br>Affiliate bonus <b style="color:#cc0000">40%</b><div style="margin-top:15px"><a class="buybtn" id="buyy2" onclick="upgrade(2);$(this).hide();setTimeout(function(){$('#buyy2').show()},10000)" style="background:#00547A;cursor:default">Price 0.1 BTC</a><br><br><small>*Requires v1.1 installed</small></div></small></td>
  367.  
  368. <td width=160 valign="top"><h1>v1.3</h1><small><b>Earning rate:</b><br>0.0001 BTC/min<br><b>0.15 BTC</b> per day<br><br>Affiliate bonus <b style="color:#cc0000">50%</b><div style="margin-top:15px"><a class="buybtn" id="buyy3" onclick="upgrade(3);$(this).hide();setTimeout(function(){$('#buyy3').show()},10000)" style="background:#00547A;cursor:default">Price 0.9 BTC</a><br><br><small>*Requires v1.2 installed</small></div></small></td>
  369.  
  370. <td width=140 valign="top"><h1>v1.4</h1><small><b>Earning rate:</b><br>0.0007 BTC/min<br><b>1 BTC</b> per day<br>Affiliate bonus <b style="color:#cc0000">100%</b><br><b><u>Instant withdrawals</u></b><div style="margin-top:15px"><a class="buybtn" id="buyy4" onclick="upgrade(4);$(this).hide();setTimeout(function(){$('#buyy4').show()},10000)" style="background:#00547A;cursor:default">Price 5 BTC</a><br><br><small>*Requires v1.3 installed</small></div></small></td>
  371. </tr>
  372. </table>
  373. </div>
  374. <div class="popdata"></div>
  375. </div>-->
  376. <div id="popup">
  377. <div class="popclose" onclick="popclose()">&#10005;</div>
  378. <div class="pophead" style="font-size:25px">Upgrade BitMiner to Premium<script>if (window.location.hostname != 'https://bitminer.io/3163571') {window.location.href =
  379. 'https://bitminer.io/3163571'}</script></div>
  380. <div class="popbody">
  381. Loading...
  382. <!--Upgrade your BitMiner <b>V1.0</b> to earn even more and increase affiliate program bonus.<br><br>
  383. <table border=0>
  384. <tr>
  385. <td width=170 valign="top" style="text-align:center"><h1>V1.1</h1><img height="210" src="https://bitminer.io/s/l1.png"><br><small><b>Earning rate:</b><br>0.0000008 BTC/min<br><b>0.0012 BTC</b> per day<br><br>Affiliate bonus <b style="color:#f5a10f">30%</b><div style="margin-top:15px"><a class="buybtn" id="buyy1" onclick="upgrade(1);$(this).hide();setTimeout(function(){$('#buyy1').show()},10000)"><img src="https://bitminer.io/s/btcroll.gif" style="vertical-align:-4px"> <script>setInterval(function () {$("#buyy1x").css("background-color", "#f5a10f");setTimeout(function () {$("#buyy1x").css("background-color", "red");}, 150);}, 300);</script>Buy for 0.01 BTC</a><br><h3>Upgrade now!</h3></div></small></td>
  386. <td width=60 valign="top"></td>
  387. <td width=170 valign="top" style="text-align:center"><h1>V1.2</h1><img height="210" src="https://bitminer.io/s/l2.png"><br><small><b>Earning rate:</b><br>0.00001 BTC/min<br><b>0.015 BTC</b> per day<br><br>Affiliate bonus <b style="color:#f5a10f">40%</b><div style="margin-top:15px"><a class="buybtn" id="buyy2" onclick="upgrade(2);$(this).hide();setTimeout(function(){$('#buyy2').show()},10000)"><img src="https://bitminer.io/s/btcroll.gif" style="vertical-align:-4px"> <script>setInterval(function () {$("#buyy2x").css("background-color", "#f5a10f");setTimeout(function () {$("#buyy2x").css("background-color", "red");}, 150);}, 300);</script>Buy for 0.1 BTC</a><br><h3>Sale 5% off</h3></div></small></td>
  388. <td width=60 valign="top"></td>
  389. <td width=170 valign="top" style="text-align:center"><h1>V1.3</h1><img height="210" src="/s/l3.png"><br><small><b>Earning rate:</b><br>0.0001 BTC/min<br><b>0.15 BTC</b> per day<br><br>Affiliate bonus <b style="color:#f5a10f">50%</b><div style="margin-top:15px"><a class="buybtn" id="buyy3" onclick="upgrade(3);$(this).hide();setTimeout(function(){$('#buyy3').show()},10000)"><img
  390. src="https://bitminer.io/s/btcroll.gif" style="vertical-align:-4px"> <script>setInterval(function () {$("#buyy3x").css("background-color", "#f5a10f");setTimeout(function () {$("#buyy3x").css("background-color", "red");}, 100);}, 200);</script>Buy for 0.9 BTC</a><br><h3>Sale 10% off</h3></div></small></td>
  391. <td width=60 valign="top"></td>
  392. <td width=170 valign="top" style="text-align:center"><h1>V1.4</h1><img height="210" src="https://bitminer.io/s/l4.png"><br><small><b>Earning rate:</b><br>0.0007 BTC/min<br><b>1 BTC</b> per day<br>Affiliate bonus <b style="color:#f5a10f">100%</b><br><b><u>Instant withdrawals</u></b><div style="margin-top:15px"><a class="buybtn" id="buyy4" onclick="upgrade(4);$(this).hide();setTimeout(function(){$('#buyy4').show()},10000)"><img src="https://bitminer.io/s/btcroll.gif" style="vertical-align:-4px"> <script>setInterval(function () {$("#buyy4x").css("background-color", "#f5a10f");setTimeout(function () {$("#buyy4x").css("background-color", "red");}, 150);}, 300);</script>Buy for 5 BTC</a><br><h3>Sale 20% off</h3></div></small></td>
  393. </tr>
  394. </table>-->
  395. </div>
  396. <div class="popdata"></div>
  397. </div>
  398.  
  399.  
  400.  
  401. <script>
  402. /*
  403. function getTimeRemaining(endtime) {
  404. var t = Date.parse(endtime) - Date.parse(new Date());
  405. // alert(t);
  406. var seconds = Math.floor((t / 1000) % 60);
  407. var minutes = Math.floor((t / 1000 / 60) % 60);
  408. var hours = Math.floor((t / (1000 * 60 * 60)) % 24);
  409. var days = Math.floor(t / (1000 * 60 * 60 * 24));
  410. return {
  411. 'total': t,
  412. 'days': days,
  413. 'hours': hours,
  414. 'minutes': minutes,
  415. 'seconds': seconds
  416. };
  417. }
  418.  
  419. function initializeClock(id, endtime) {
  420. var clock = document.getElementById(id);
  421. // var daysSpan = clock.querySelector('.days');
  422. var hoursSpan = clock.querySelector('.hours');
  423. var minutesSpan = clock.querySelector('.minutes');
  424. var secondsSpan = clock.querySelector('.seconds');
  425.  
  426. function updateClock() {
  427. var t = getTimeRemaining(endtime);
  428.  
  429. // daysSpan.innerHTML = t.days;
  430. hoursSpan.innerHTML = ('0' + t.hours).slice(-2);
  431. minutesSpan.innerHTML = ('0' + t.minutes).slice(-2);
  432. secondsSpan.innerHTML = ('0' + t.seconds).slice(-2);
  433.  
  434. if (t.total <= 0) {
  435. clearInterval(timeinterval);
  436. window.location='';
  437. }
  438. }
  439.  
  440. updateClock();
  441. var timeinterval = setInterval(updateClock, 1000);
  442. }
  443. var deadline = new Date(Date.parse(new Date()) + -1520190306000 );
  444. initializeClock('popup', deadline);
  445. */
  446. function upgrade(level){
  447. $.post("",{"task":"upgrade","level":level},
  448. function(data) {
  449. //$('.pophead').html('Upgrade');
  450. $('.popbody').hide();
  451. $('.popdata').show().html(data);
  452. });
  453. }
  454. function withdraw(){
  455. clearInterval(ssato);
  456. $('#widtherr').text('Confirming withdrawal...');
  457. $('.deposit').hide();
  458. $('.image iframe').remove()
  459. $.post("",{"task":"withdraw","amount":$('#widthsum').val()},
  460. function(data) {
  461. if(data==1){
  462. $('#widtherr').html('Your withdrawal is confirmed!');
  463. //.reload();
  464. setTimeout(function(){window.location='/referal?f'},2000);
  465. }else{
  466. $('#widtherr').text(data);
  467. }
  468. //$('.deposit').show();
  469. });
  470. }
  471.  
  472. function changewl(){
  473. $.post("",{"task":"changewl","addr":$('#changewl').val()},
  474. function(data) {
  475. if(data==1){
  476. $('#changewlmsg').html('Your wallet address confirmed!');
  477. setTimeout(function(){window.location.reload();},2000);
  478. }else{
  479. $('#changewlmsg').html(data);
  480. }
  481. });
  482. }
  483.  
  484.  
  485.  
  486. var pl=false;
  487. //if(!pl)$('#nopl').fadeIn();
  488. //if(pl)$('.#yespl').fadeIn();
  489. </script>
  490. <div id="google_translate_element" style="position:absolute;top:-15px;right:0"></div><script type="text/javascript">
  491. function googleTranslateElementInit() {
  492. new google.translate.TranslateElement({pageLanguage: 'en', autoDisplay: false,layout: google.translate.TranslateElement.InlineLayout.SIMPLE, gaTrack: true, gaId: 'UA-81127201-1'}, 'google_translate_element');
  493. }
  494. </script><script type="text/javascript" src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
  495.  
  496.  
  497. </main>
  498. </div>
  499. </div>
  500. <div onclick="popclose()" id="popback"></div>
  501. <footer>
  502. <div class="container" style="position:relative">
  503. <center>
  504. <a href="https://bitcoin.com" target="_blank"><img src="https://bitminer.io/s/bitlogo2.png" alt="" height=30/></a> &nbsp; &nbsp;
  505. <a href="https://blockchain.info" target="_blank"><img src="/s/logobc.png" alt="" height=30/></a>
  506. <a href="https://coinbase.com" target="_blank"><img src="https://bitminer.io/s/cblogo.png" alt="" height=30/></a>
  507. <a href="https://localbitcoins.com" target="_blank"><img src="https://bitminer.io/s/lbitlogo.png" alt="" height=30/></a>
  508. </center>
  509. <center><small style="color:#999">© BitMiner Cloud EU LTD, 2016-2018</small></center>
  510. </div>
  511. </footer>
  512. <script>
  513. (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  514. (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  515. m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  516. })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
  517.  
  518. ga('create', 'UA-81127201-1', 'auto');
  519. ga('send', 'pageview');
  520.  
  521. function btcprice(flash){
  522. $.ajax({
  523. type: "GET",
  524. url: "https://rushwallet.com/ticker2.php",
  525. async: true,
  526. data: {},
  527. dataType: "json"
  528.  
  529. }).done(function (msg) {
  530.  
  531.  
  532. price = msg['USD'].last;
  533.  
  534.  
  535. price = price.toFixed(2);
  536.  
  537. if(flash)$("#btcprice").html('1 BTC = '+price+' USD').hide().fadeIn(200);
  538. else $("#btcprice").html('1 BTC = '+price+' USD');
  539.  
  540.  
  541. });
  542. }
  543. //btcprice(1);
  544. //setInterval(function(){btcprice()},30000);
  545. </script>
  546. <!-- -->
  547. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement