Advertisement
Guest User

matt

a guest
Sep 3rd, 2015
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.43 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8"/>
  5. <meta name="viewport" content="width=device-width, initial-scale=1">
  6. <title><?php echo $data["name"]; ?></title>
  7. <link rel="stylesheet" href="//cdn.jsdelivr.net/bootstrap/3.3.4/css/bootstrap.min.css">
  8. <script src="//cdn.jsdelivr.net/jquery/2.1.4/jquery.min.js"></script>
  9. <script src="//cdn.jsdelivr.net/bootstrap/3.3.4/js/bootstrap.min.js"></script>
  10. <?php
  11. switch($data["custom_palette"]):
  12. case 'amelia':
  13. case 'cerulean':
  14. case 'cyborg':
  15. case 'flatly':
  16. case 'journal':
  17. case 'lumen':
  18. case 'readable':
  19. case 'simplex':
  20. case 'slate':
  21. case 'spacelab':
  22. case 'superhero':
  23. case 'united':
  24. case 'yeti':
  25. ?>
  26. <link rel="stylesheet" href="templates/default/palettes/<?php echo $data["custom_palette"]; ?>.css">
  27. <?php
  28. break;
  29. default:
  30. /*
  31. ?>
  32. <link rel="stylesheet" href="//cdn.jsdelivr.net/bootstrap/3.2.0/css/bootstrap-theme.min.css">
  33. <?php
  34. */
  35. break;
  36. endswitch;
  37. ?>
  38. <style type="text/css">
  39. html{
  40. position: relative;
  41. min-height: 100%;
  42. }
  43. body .footer{
  44. position: absolute;
  45. bottom: 0px;
  46. padding: 5px 0;
  47. }
  48. .row > div{
  49. padding: 30px;
  50. }
  51. .bg-black{
  52. background: #000;
  53. }
  54. .bg-white{
  55. background: #fff;
  56. }
  57. .text-black{
  58. color: #000;
  59. }
  60. .text-white{
  61. color: #fff;
  62. }
  63. .admin_link{
  64. position: fixed;
  65. bottom: 0px;
  66. right: 0px;
  67. z-index: 2;
  68. text-shadow: 0px -1px 0px rgba(0,0,0,.5), 0px 1px 0px rgba(255,255,255,.5);
  69. }
  70.  
  71. #recaptcha_area {
  72. margin: 0 auto;
  73. }
  74.  
  75. #captchme_widget_div{
  76. margin: 0 auto;
  77. width: 315px;
  78. }
  79.  
  80. #adcopy-outer {
  81. margin: 0 auto !important;
  82. }
  83.  
  84. .g-recaptcha{
  85. width: 304px;
  86. margin: 0 auto;
  87. }
  88.  
  89. .reklamper-widget-holder{
  90. margin: auto;
  91. }
  92.  
  93. <?php echo $data["custom_css"]; ?>
  94. </style>
  95. <script>
  96. var clicks = 1;
  97. function clickme(x) {
  98. $(x).fadeOut();
  99. if(clicks == 6) {
  100. var pos = 6; // Cambiar 4 por el numero de posiciones creadas
  101. var rand = Math.floor((Math.random() * pos) + 1);
  102. var button = '<div onclick="document.getElementById(\'form-btn\').click();" class="btn btn-primary btn-lg">Claim</div>';
  103. $("#pos" + rand).html(button);
  104. }
  105. clicks++;
  106. }
  107. </script>
  108.  
  109. <script type="text/javascript">
  110. $(document).ready(function() {
  111. setTimeout(function() {
  112. $(".fakebutton").fadeIn(1500);
  113. },25000);
  114. });
  115. </script>
  116.  
  117.  
  118. <script type="text/javascript">
  119. $(document).ready(function() {
  120. setTimeout(function() {
  121. $(".content2").fadeIn(1500);
  122. },25000);
  123. });
  124. </script>
  125.  
  126. <script>
  127. var segundos = 24;
  128. function contar(){
  129. if(segundos <= 0){
  130. document.getElementById("contado").innerHTML = "";
  131. //document.location = "/salir.php";
  132. } else {
  133. segundos--;
  134. document.getElementById("contado").innerHTML = "Please wait " + segundos + " seconds... -> - (Meanwhile review our website)";
  135. }
  136. }
  137. setInterval("contar()",1000);
  138.  
  139. </script>
  140. <style>
  141. .fakebutton{display: none}
  142.  
  143. #pos1, #pos2, #pos3, #pos4,#pos5,#pos6,#pos7 {margin: 0px}
  144.  
  145. </style>
  146.  
  147. </head>
  148. <body class=" <?php echo $data["custom_body_bg"] . ' ' . $data["custom_body_tx"]; ?>">
  149. <?php if(!empty($data["user_pages"])): ?>
  150. <nav class="navbar navbar-fixed navbar-default" role="navigation">
  151. <div class="container">
  152. <div class="navbar-header">
  153. <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
  154. <span class="sr-only">Toggle navigation</span>
  155. <span class="icon-bar"></span>
  156. <span class="icon-bar"></span>
  157. <span class="icon-bar"></span>
  158. </button>
  159. <a class="navbar-brand" href="./">
  160. <?php echo $data["name"]; ?>
  161. </a>
  162. </div>
  163. <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
  164. <ul class="nav navbar-nav">
  165. <?php foreach($data["user_pages"] as $page): ?>
  166. <li><a href="?p=<?php echo $page["url_name"]; ?>"><?php echo $page["name"]; ?></a></li>
  167. <?php endforeach; ?>
  168. </ul>
  169. </div>
  170. </div>
  171. </nav>
  172. <?php endif; ?>
  173. <div class="container-fluid">
  174. <div class="row">
  175. <div class="col-xs-12 <?php echo $data["custom_box_top_bg"] . ' ' . $data["custom_box_top_tx"]; ?>"><?php echo $data["custom_box_top"]; ?></div>
  176. </div>
  177. <div class="row">
  178. <div class="col-xs-12 col-md-6 col-md-push-3 <?php echo $data["custom_main_box_bg"] . ' ' . $data["custom_main_box_tx"]; ?>">
  179. <?php if($data["page"] != 'user_page'): ?>
  180. <h1><?php echo $data["name"]; ?></h1>
  181. <h2><?php echo $data["short"]; ?></h2>
  182. <p class="alert alert-info">Balance: <?php echo $data["balance"]." ".$data["unit"]; ?></p>
  183. <p class="alert alert-success"><?php echo $data["rewards"]; ?> <?php echo $data['unit']; ?> every <?php echo $data["timer"]; ?> minutes.</p>
  184. <?php endif; if($data["error"]) echo $data["error"]; ?>
  185. <?php switch($data["page"]):
  186. case "disabled": ?>
  187. <p class="alert alert-danger">FAUCET DISABLED. Go to <a href="?p=admin">admin page</a> and fill all required data!</p>
  188. <?php break; case "paid":
  189. echo $data["paid"];
  190. if($data["referral"]): ?>
  191. Referral commission: <?php echo $data["referral"]; ?>%<br>
  192. Reflink: <?php echo $data["reflink"]; ?>
  193. <?php endif;
  194. break; case "eligible": ?>
  195. <form method="POST" class="form-horizontal" role="form">
  196. <div class="form-group">
  197. <?php if(!$data["captcha_valid"]): ?>
  198. <p class="alert alert-danger">Invalid captcha code!</p>
  199. <?php endif; ?>
  200. </div>
  201. <div class="form-group">
  202. <label for="address" class="col-sm-4 col-md-offset-1 col-lg-3 control-label">Your address:</label>
  203. <div class="col-sm-8 col-md-7" style="min-width: 270px;">
  204. <input type="text" name="address" class="form-control" value="<?php echo $data["address"]; ?>">
  205. </div>
  206. </div>
  207. <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
  208.  
  209.  
  210. <div class="content" id="contado">Please wait 25 seconds... -> - (Meanwhile review our website)</div>
  211. <div align="center" class="content2" style="display:none;">
  212.  
  213.  
  214. <p><font size=5>Due to Abuse of bots, You must Click on the 6 "Antibot" in order to Claim</font></p>
  215.  
  216. </div>
  217.  
  218. <div id="pos1"><a class="fakebutton" onclick="clickme(this)">Antibot!</a></div>
  219. <div id="pos2"><a class="fakebutton" onclick="clickme(this)">Antibot!</a></div>
  220. <!-- inicio -->
  221. <ins class="adsbygoogle"
  222. style="display:block"
  223. data-ad-client="ca-pub-5965151418089971"
  224. data-ad-slot="8766812442"
  225. data-ad-format="auto"></ins>
  226. <script>
  227. (adsbygoogle = window.adsbygoogle || []).push({});
  228. </script>
  229.  
  230. <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
  231. <div id="pos3"><a class="fakebutton" onclick="clickme(this)">Antibot!</a></div>
  232. <div id="pos4"><a class="fakebutton" onclick="clickme(this)">Antibot!</a></div>
  233. <!-- segundo -->
  234. <ins class="adsbygoogle"
  235. style="display:block"
  236. data-ad-client="ca-pub-5965151418089971"
  237. data-ad-slot="1243545649"
  238. data-ad-format="auto"></ins>
  239. <script>
  240. (adsbygoogle = window.adsbygoogle || []).push({});
  241. </script>
  242.  
  243. <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
  244. <div id="pos5"><a class="fakebutton" onclick="clickme(this)">Antibot!</a></div>
  245. <div id="pos6"><a class="fakebutton" onclick="clickme(this)">Antibot!</a></div>
  246. <!-- tercero -->
  247. <ins class="adsbygoogle"
  248. style="display:block"
  249. data-ad-client="ca-pub-5965151418089971"
  250. data-ad-slot="3560896843"
  251. data-ad-format="auto"></ins>
  252. <script>
  253. (adsbygoogle = window.adsbygoogle || []).push({});
  254. </script>
  255.  
  256.  
  257. <div class="form-group">
  258. <?php echo $data["captcha"]; ?>
  259. <div class="text-center">
  260. <?php
  261. if (count($data['captcha_info']['available']) > 1) {
  262. foreach ($data['captcha_info']['available'] as $c) {
  263. if ($c == $data['captcha_info']['selected']) {
  264. echo '<b>' .$c. '</b> ';
  265. } else {
  266. echo '<a href="?cc='.$c.'">'.$c.'</a> ';
  267. }
  268. }
  269. }
  270. ?>
  271. </div>
  272. </div>
  273. <div class="form-group">
  274. <div class="col-sm-offset-4 col-sm-4">
  275. <!--<input type="submit" class="btn btn-primary btn-lg" value="Get reward!">-->
  276. <input type="submit" id="form-btn" style="display:none;">
  277. </div>
  278. </div>
  279. </form>
  280. <?php if ($data["reflink"]): ?>
  281. <blockquote class="text-left">
  282. <p>
  283. Reflink: <code><?php echo $data["reflink"]; ?></code>
  284. </p>
  285. <footer>Share this link with your friends and earn <?php echo $data["referral"]; ?>% referral commission</footer>
  286. </blockquote>
  287. <?php endif; ?>
  288. <?php break; case "visit_later": ?>
  289. <p class="alert alert-info">You have to wait <?php echo $data["time_left"]; ?></p>
  290. <?php break; case "user_page": ?>
  291. <?php echo $data["user_page"]["html"]; ?>
  292. <?php break; endswitch; ?>
  293. </div>
  294. <div class="col-xs-6 col-md-3 col-md-pull-6 <?php echo $data["custom_box_left_bg"] . ' ' . $data["custom_box_left_tx"]; ?>"><?php echo $data["custom_box_left"]; ?></div>
  295. <div class="col-xs-6 col-md-3 <?php echo $data["custom_box_right_bg"] . ' ' . $data["custom_box_right_tx"]; ?>"><?php echo $data["custom_box_right"]; ?></div>
  296. </div>
  297. <div class="row">
  298. <div class="col-xs-12 <?php echo $data["custom_box_bottom_bg"] . ' ' . $data["custom_box_bottom_tx"]; ?>"><?php echo $data["custom_box_bottom"]; ?></div>
  299. <?php if(!$data['disable_admin_panel'] && $data["custom_admin_link"] == 'true'): ?>
  300. <div class="admin_link"><a href="?p=admin">Admin Panel</a></div>
  301. <?php endif; ?>
  302. </div>
  303. </div>
  304. <div class="footer text-center col-xs-12 <?php echo $data["custom_footer_bg"] . ' ' . $data["custom_footer_tx"]; ?>">
  305. <?php echo $data["custom_footer"]; ?>
  306. </div>
  307. </body>
  308. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement