Advertisement
jannik9898

Untitled

Nov 28th, 2012
1,097
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.00 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  5. <script type="text/javascript">var NREUMQ=NREUMQ||[];NREUMQ.push(["mark","firstbyte",new Date().getTime()]);</script>
  6. <title>Download Your File Now</title>
  7. <link type="text/css" rel="stylesheet" href="http://fonts.googleapis.com/css?family=Kreon:300,400,700" />
  8. <link type="text/css" rel="stylesheet" href="/files/css/download.css" />
  9. <link type="text/css" rel="stylesheet" href="/files/js/shadowbox/shadowbox.css" />
  10. <style type="text/css">
  11. <!--
  12. #banner {
  13. background-image: url('/files/img/banner_bg_new.png');
  14. }
  15.  
  16. #banner_icon {
  17. background-image: url('');
  18. background-repeat: no-repeat;
  19. width: 76px;
  20. height: 82px;
  21. float: left;
  22. margin-right: 15px;
  23. }
  24.  
  25. #file_info {
  26. padding-left: 0px;
  27. width: 900px;
  28. }
  29. /* start old survey design css */
  30. #popup-area div, #popup-area p, #popup-area h1, #popup-area h2 , #popup-area h3, #popup-area img{ border:0px; padding:0px; margin:0px;}
  31. #popup-area {
  32. width: 899px;
  33. overflow: hidden;
  34. }
  35. #popup-area .box-1-bg {
  36. /* /removed/ background-image: url(http://static.sharecash.org/img/main/box-1-bg.jpg); */
  37. background-repeat: repeat-x;
  38. width: 693px;
  39. padding-top: 5px;
  40. padding-right: 2px;
  41. padding-left: 2px;
  42. border-right-width: 1px;
  43. border-left-width: 1px;
  44. border-right-style: solid;
  45. border-left-style: solid;
  46. border-right-color: #90D534;
  47. border-left-color: #90D534;
  48. background-color: #FFFFFF;
  49. overflow:hidden;
  50. padding-bottom: 10px;
  51. font-family: Arial, Helvetica, sans-serif;
  52. font-size: 11px;
  53. font-style: normal;
  54. font-weight: normal;
  55. color: #000000;
  56. text-decoration: none;
  57. text-align:center;
  58. }
  59. #popup-area #close {
  60. position: absolute;
  61. left: 90%;
  62. font-family: Arial, Helvetica, sans-serif;
  63. font-size: 11px;
  64. font-style: normal;
  65. font-weight: bold;
  66. color: #009900;
  67. text-decoration: none;
  68. float: right;
  69. height: 30px;
  70. width: 105px;
  71. margin-top: 5px;
  72. margin-right: 15px;
  73. padding-top: 0px;
  74. padding-left: 0px;
  75. text-align: left;
  76. }
  77. #popup-area #close a {
  78. font-family: Arial, Helvetica, sans-serif;
  79. font-size: 11px;
  80. font-style: normal;
  81. font-weight: bold;
  82. color: #009900;
  83. text-decoration: none;
  84. text-align: left;
  85. }
  86. #popup-area .box-1-bg h2 {
  87. font-family: Verdana;
  88. font-size: 20px;
  89. font-style: normal;
  90. font-weight: bold;
  91. color: #0090D0;
  92. text-decoration: none;
  93. }
  94. #popup-area .test{
  95. -moz-border-radius: 8px;
  96. -webkit-border-radius: 8px;
  97. border-radius: 8px;
  98. }
  99. /* end old survey design css */
  100. -->
  101. </style>
  102. <script type="text/javascript" src="/files/js/jquery-1.6.2.min.js"></script>
  103. <script type="text/javascript" src="/files/js/jquery.autoheight.js"></script>
  104. <script type="text/javascript" src="/files/js/shadowbox/shadowbox.js"></script>
  105. <script type="text/javascript">
  106. $(document).ready(function()
  107. {
  108. $.ajaxSetup({
  109. cache: false
  110. });
  111.  
  112. Shadowbox.init({
  113. skipSetup: true
  114. });
  115.  
  116. setInterval(function()
  117. {
  118. $.get('/download_check.php?fileid=3025093&session=22222673', function(data)
  119. {
  120. if (data.status == 'ok')
  121. window.location = data.dllink;
  122. },
  123. 'json'
  124. );
  125. }, 30000);
  126.  
  127. if (top.location != self.location)
  128. top.location.href = self.location.href;
  129. });
  130. </script>
  131. </head>
  132. <body onbeforeunload="return 'Are you sure you want to leave? \r\n\r\nSurveys are quick and easy to fill out, so your download is just seconds away!'">
  133. <div id="top_bar_wrap" style='height: 10px;'>
  134. <div id="top_bar" style='height: 10px;'>
  135. &nbsp;
  136. </div>
  137. </div>
  138. <div id="banner_wrap">
  139. <div id="banner">
  140. <div id="file_info">
  141. <!--<img id="banner_icon" src="/files/img/banner_icon.png" />-->
  142. <strong>File Size:</strong> 8 B<br />
  143. <strong>MD5:</strong> 230f123730115f64fc743bd35a4b80c0<br />
  144. <strong>Click & complete a survey below to start the download</strong>
  145. <!--<span id="report_file">Report this file</span>-->
  146. </div>
  147. </div>
  148. </div>
  149. <div id="header_wrap">
  150. <img id="header" src="/files/img/header_text.png" alt="Complete a quick survey below to automatically download this file!" />
  151. </div>
  152. <!-- start old survey design -->
  153. <div style="display: block; position:fixed;_position:absolute;top:0;_top:expression(eval(document.body.scrollTop));left:0;margin:0;padding:0;margin: 0;background-color:#000000;opacity:0.55;-moz-opacity:0.55;filter:alpha(opacity=65);z-index:0;height:100%;width:100%;top:0px;left:0px;" id="dark"></div>
  154. <div style="display: block; position: absolute; top: 5%; left: 50%; margin-left: -449.5px;" id="popup-area">
  155. <!--/removed/ <div><img width="885" height="8" src="http://static.sharecash.org/img/main/box-1-top2.png"></div> -->
  156. <div style="width:879px;" class="box-1-bg">
  157. <div style="display: none" id="close"><a onclick="Effect.Fade('popup-area'); /*Effect.Fade('dark');*/ document.getElementById('dark').style.display='none'; return false;" href="#">Close&nbsp;<!-- /removed/ <img width="18" height="18" border="0" alt="" src="http://static.sharecash.org/img/main/close.jpg">--></a></div>
  158. <div align="center" style="padding-top:15px;">
  159. <span id="survey_text">
  160. <h2> Complete a Quick Survey to Continue!</h2>
  161. <p>&nbsp;</p>
  162. <!--<p> <h4> You'll have your download in just a quick minute! Complete any of the surveys below and your download will automatically unlock. Make sure you enter real information; if the filters detect fake information your download will never unlock. </h4> </p>-->
  163. <span id="quick_survey">
  164. <!--<p> <h4> You'll have your download in no time! Just complete any of the easy surveys below and your download will automatically unlock - they usually take about 30 seconds! Make sure you enter real information; if the filters detect fake information your download will never unlock. </h4> </p>-->
  165. <p> </p><h4> You'll have your download in no time! Just complete any survey below with your valid information and the download will unlock. </h4> <p></p>
  166. </span>
  167. <span style="display: none" id="waiting">
  168. <!-- <table><tr><td style='border-right: 1px #000000'><b><center>Awaiting Completion...</center></b><br /><img src="loading.gif"></td><td>We are waiting for you to complete the survey you chose, which opened in a new tab. If the survey does not unlock after a minute or two, come back and choose a different one. The download will automatically begin when you successfully finish a survey. </td></tr> </table>-->
  169. We are waiting for you to complete the survey you chose, which opened in a new tab. If the survey does not unlock after a minute or two, come back and choose a different one. The download will automatically begin when you successfully finish a survey.
  170. <br>
  171. <center>
  172. <img src="http://sharecash.org/images/loading_long.gif">
  173. </center>
  174. </span>
  175. <!-- <p>Choose from the surveys below and complete one to unlock the download. The surveys are quick and you should have your download within 30 seconds! The download will not start if the information you enter is fake. </p> -->
  176. <br>
  177. </span>
  178. <font size="2" face="Verdana">
  179. <div style="width:833px;">
  180. <span id="framebox">
  181. <iframe width="840" scrolling="auto" height="420" frameborder="0" src="/old_choice.php?sid=22222673" id="offerframe" name="offerframe" class="test"></iframe>
  182. </span>
  183. </div>
  184. </font>
  185. </div>
  186. <font size="2" face="Verdana">
  187. <a href="http://sharecash.org/dtos.php" style="text-decoration: none;color:#ccc;font-size:11px;" target="_blank">Downloader's Terms of Service</a> - <a href="http://sharecash.org/report.php?file=http://fileups.net/13b5E3" style="text-decoration: none;color:#ccc;font-size:11px;" target="_blank">Report this File</a> - <a href="http://sharecash.org/dmca.php" style="text-decoration: none;color:#ccc;font-size:11px;" target="_blank">DMCA</a>
  188. </font>
  189. </div>
  190. <font size="2" face="Verdana">
  191. <div>
  192. <!-- /removed/ <img width="885" height="8" border="0" alt="" src="http://static.sharecash.org/img/main/box-1-bottom2.png"> -->
  193. </div>
  194. </font>
  195. </div>
  196. <!-- end old survey design -->
  197. <script type="text/javascript">if(!NREUMQ.f){NREUMQ.f=function(){NREUMQ.push(["load",new Date().getTime()]);var e=document.createElement("script");e.type="text/javascript";e.async=true;e.src="https://d1ros97qkrwjf5.cloudfront.net/42/eum/rum.js";document.body.appendChild(e);if(NREUMQ.a)NREUMQ.a();};NREUMQ.a=window.onload;window.onload=NREUMQ.f;};NREUMQ.push(["nrf2","beacon-3.newrelic.com","4486581dbc","1031220","ZwRbbEYCVkJWVBENCV5ObEpdTFxeQFkJCwdUT0lQRA==",0,8,new Date().getTime()]);</script>
  198. </body>
  199. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement