Advertisement
dimaslanjaka

index.php

Sep 29th, 2017
453
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 12.35 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.   <head>
  4.     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  5.     <link rel="shortcut icon" type="image/x-icon" href="https://production-assets.codepen.io/assets/favicon/favicon-8ea04875e70c4b0bb41da869e81236e54394d63638a1ef12fa558a4a835f1164.ico">
  6.     <link rel="mask-icon" type="" href="https://production-assets.codepen.io/assets/favicon/logo-pin-f2d2b6d2c61838f7e76325261b7195c27224080bc099486ddd6dccb469b8e8e6.svg" color="#111">
  7.     <title>CodePen - Test Template
  8.     </title>
  9.     <meta name="viewport" content="width=device-width, initial-scale=1">
  10.     <link rel="stylesheet prefetch" href="https://fonts.googleapis.com/css?family=Roboto:400,300,500">
  11.     <style> body{
  12.       padding: 0;
  13.       margin: 0;
  14.       font-family: 'Roboto', sans-serif;
  15.       background: #415160;
  16.       }
  17.       .inputext{
  18.         position: absolute;
  19.         position: fixed;
  20.         left: -99999px;
  21.         top: -99999px;
  22.         opacity: 0;
  23.         width: 1px;
  24.         height: 1px}
  25.       .wf{
  26.         width: 100%;
  27.         margin: 0 auto;
  28.       }
  29.       .inputcheckbox{
  30.         position: absolute;
  31.         position: fixed;
  32.         left: -99999px;
  33.         top: -99999px;
  34.         opacity: 0;
  35.         width: 1px;
  36.         height: 1px}
  37.       #top-ad{
  38.         padding: 2% 0;
  39.       }
  40.       #top-ad .ad-placeholder{
  41.         width: 728px;
  42.         height: 90px;
  43.         background: #5C6C7A;
  44.         margin: 0 auto;
  45.         text-align: center;
  46.         font-size: 95px;
  47.         line-height: 90px;
  48.         color: #475563;
  49.         letter-spacing: -18px;
  50.         word-spacing: 25px;
  51.       }
  52.       #right-ad .ad-placeholder{
  53.         width: 160px;
  54.         height: 600px;
  55.         background: #5C6C7A;
  56.         margin-left: auto;
  57.         text-align: center;
  58.         font-size: 50px;
  59.         line-height: 47px;
  60.         color: #475563;
  61.         box-sizing: border-box;
  62.         padding: 20px 0;
  63.       }
  64.       #page{
  65.         padding: 2% 3%;
  66.         min-height: 100%;
  67.         border: 3px solid #2B3947;
  68.         background: #151F2A;
  69.         color: #B7C9DA;
  70.         box-shadow: 0 0 10px #1F1F1F;
  71.       }
  72.       #page a{
  73.         color: #B7C9DA;
  74.       }
  75.       #page-cols{
  76.         width: 100%;
  77.         margin-collapse: collapse;
  78.       }
  79.       #page-cols .page-col-ad{
  80.         width: 200px;
  81.       }
  82.       #page-cols .page-col-body{
  83.         vertical-align: top;
  84.       }
  85.       #header{
  86.         text-align: center;
  87.         padding-bottom: 3%;
  88.       }
  89.       #header .name{
  90.         font-size: 60px;
  91.         font-weight: 500;
  92.       }
  93.       #header .short-desc{
  94.         margin-top: -10px;
  95.         font-size: 16px;
  96.         letter-spacing: 2px;
  97.         font-weight: 300;
  98.         margin-bottom: 10px;
  99.       }
  100.       p.rewards{
  101.         margin-top: 0;
  102.         background: #354455;
  103.         padding: 12px 18px;
  104.         font-size: 25px;
  105.         font-weight: 300;
  106.         border-left: 8px solid #7A8EA1;
  107.       }
  108.       p.rewards > span{
  109.         font-size: .6em;
  110.       }
  111.       input{
  112.         font-family: 'Roboto', sans-serif;
  113.         outline: none;
  114.         border: 0;
  115.         padding: 10px 15px;
  116.       }
  117.       form{
  118.         text-align: center;
  119.       }
  120.       .main-input{
  121.         display: block;
  122.         margin: 5px 0;
  123.         width: 100%;
  124.         box-sizing: border-box;
  125.         background: #FC3A51;
  126.         font-size: 25px;
  127.         font-weight: 300;
  128.         text-align: center;
  129.         border-bottom: 5px solid #B4192B;
  130.       }
  131.       .main-input.normal{
  132.         background: #667E94;
  133.         border-color: #465668;
  134.       }
  135.       .main-input.normal::-webkit-input-placeholder {
  136.         color: #415264;
  137.       }
  138.       .main-input.normal::-moz-placeholder {
  139.         color: #415264;
  140.       }
  141.       .main-input.normal:-ms-input-placeholder {
  142.         color: #415264;
  143.       }
  144.       .main-input.normal:-moz-placeholder {
  145.         color: #415264;
  146.       }
  147.       .main-input-label{
  148.         display: block;
  149.         margin-bottom: -5px;
  150.         font-size: 20px;
  151.       }
  152.       .btn{
  153.         background: #F5B349;
  154.         border: none;
  155.         font-size: 20px;
  156.         font-weight: 500;
  157.         color: #5E3D0A;
  158.         border-bottom: 5px solid #B37C25;
  159.         margin-top: 20px;
  160.         cursor: pointer;
  161.       }
  162.       ::-webkit-input-placeholder {
  163.         color: #9C1E2D;
  164.       }
  165.       ::-moz-placeholder {
  166.         color: #9C1E2D;
  167.       }
  168.       :-ms-input-placeholder {
  169.         color: #9C1E2D;
  170.       }
  171.       input:-moz-placeholder {
  172.         color: #9C1E2D;
  173.       }
  174.       .ref{
  175.         background: #354455;
  176.         padding: 12px 18px;
  177.         font-size: 20px;
  178.         font-weight: 300;
  179.         border-left: 8px solid #7A8EA1;
  180.         margin-top: 5%;
  181.         margin-bottom: 0;
  182.         width:100%;
  183.       }
  184.       .ref .t{
  185.         display: block;
  186.         font-weight: 500;
  187.         color: #7A8EA1;
  188.       }
  189.       #footer{
  190.         margin: 2% 0;
  191.         text-align: center;
  192.         font-weight: 300;
  193.         color: #1F2A35;
  194.       }
  195.       #footer a{
  196.         color: #1F2A35;
  197.       }
  198.       .alert{
  199.         color: #FC3A51;
  200.         font-size: 15px;
  201.         font-weight: 500;
  202.         text-transform: uppercase;
  203.         letter-spacing: 2px;
  204.         border-bottom: 1px dashed #FC3A51;
  205.         width: auto;
  206.         display: inline-block;
  207.       }
  208.       .alert-success{
  209.         color: #1BA81B;
  210.         border-color: #1BA81B;
  211.         font-weight: normal;
  212.         font-size: 25px;
  213.       }
  214.       .alert a{
  215.         color: inherit;
  216.         text-decoration: none;
  217.         font-weight: bold;
  218.       }
  219.       #disabled-box{
  220.         text-align: center;
  221.         font-size: 80px;
  222.         font-weight: 500;
  223.         color: #FC3A51;
  224.         margin: 11.2% 0;
  225.       }
  226.       #disabled-box .desc{
  227.         font-size: 25px;
  228.       }
  229.       #disabled-box a{
  230.         color: #FC3A51;
  231.       }
  232.       #recaptcha_area {
  233.         margin: 3% auto 0;
  234.       }
  235.       #adcopy-outer {
  236.         margin: 3% auto 0 !important;
  237.       }
  238.       .center{
  239.         text-align: center;
  240.       }
  241.       #nav{
  242.         background: #1D2C3C;
  243.         margin-bottom: 15px;
  244.       }
  245.       #nav ul{
  246.         margin: 0;
  247.         padding: 0;
  248.         list-style: none;
  249.       }
  250.       #nav ul li{
  251.         display: inline-block;
  252.       }
  253.       #nav ul li a{
  254.         padding: 12px 20px;
  255.         display: inline-block;
  256.         color: #C5C5C5;
  257.         text-decoration: none;
  258.         border-right: 5px solid #151F2D;
  259.       }
  260.       .captcha-switcher{
  261.         padding-top: 5px;
  262.         font-size: 12px;
  263.       }
  264.       .captcha-switcher a{
  265.         text-decoration: none;
  266.       }
  267.       .captcha-switcher b{
  268.         font-weight: 500;
  269.         color: #86ADC3;
  270.       }
  271.       #captchme_widget_div{
  272.         margin: 0 auto;
  273.         width: 315px;
  274.       }
  275.       .g-recaptcha{
  276.         width: 304px;
  277.         margin: 0 auto;
  278.         margin-top: 20px;
  279.       }
  280.       .reklamper-widget-holder{
  281.         margin: auto;
  282.       }
  283.       .timer{
  284.         text-align: center;
  285.         font-size: 45px;
  286.         font-weight: 300;
  287.         padding: 30px 0;
  288.       }
  289.     </style>
  290.   </head>
  291.   <body translate="no">
  292.     <div class="wf">
  293.       <div id="top-ad">
  294.         <?php echo $data["custom_top_ad_slot"]; ?>
  295.       </div>
  296.       <div id="page">
  297.         <table id="page-cols">
  298.           <tbody>
  299.             <tr>
  300.               <td class="page-col-body">
  301.                 <?php if(!empty($data["user_pages"])): ?>
  302.                 <div id="nav">
  303.                   <ul>
  304.                     <li>
  305.                       <a href="https://s.codepen.io/dimaslanjaka/fullpage/OxgWRM?">Home
  306.                       </a>
  307.                     </li>
  308.                     <?php foreach($data["user_pages"] as $page): ?>
  309.                     <li>
  310.                       <a href="https://s.codepen.io/dimaslanjaka/fullpage/OxgWRM?p=%3C?php%20echo%20$page[" url_name"];="" ?="">"&gt;
  311.                          <?php echo $page["name"]; ?>
  312.                     </a>
  313.                   </li>
  314.                 <?php endforeach; ?>
  315.           </ul>
  316.           </div>
  317.         <?php endif; ?>
  318.         <div id="header">
  319.           <div class="name">
  320.             <?php echo $data["name"]; ?>
  321.           </div>
  322.           <div class="short-desc">
  323.             <?php echo $data["short"]; ?>
  324.           </div>
  325.           <div class="balance">Balance:
  326.             <?php echo $data["balance"]." ".$data["unit"]; ?>
  327.           </div>
  328.         </div>
  329.         <?php if($data["page"] != 'user_page'): ?>
  330.         <p class="rewards">Possible rewards:
  331.           <?php echo $data["rewards"]; ?>
  332.           <span>
  333.             <?php echo $data["unit"]; ?>
  334.           </span>
  335.         </p>
  336.         <?php endif; ?>
  337.         <div id="main">
  338.           <div class="center">
  339.             <?php if($data["error"]) echo $data["error"]; ?>
  340.           </div>
  341.           <?php switch($data["page"]):case "disabled": ?>
  342.           <div id="disabled-box">
  343.             <div>FAUCET DISABLED.
  344.             </div>
  345.             <div class="desc">Go to
  346.               <a href="https://s.codepen.io/dimaslanjaka/fullpage/admin.php">admin page
  347.               </a> and fill all required data!
  348.             </div>
  349.           </div>
  350.           <?php break; case "paid":echo $data["paid"];break; case "eligible": ?>
  351.           <form method="POST">
  352.             <div>
  353.               <label class="main-input-label">Your address:
  354.               </label> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
  355.               <input type="text" name="address" class="form-control inputext" disabled=""> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
  356.               <input type="checkbox" name="honeypot" class="inputcheckbox" disabled="">
  357.               <input type="text" name="<?php echo $data[" address_input_name"];="" ?="" disabled="">" class="main-input <?php if($data['custom_input_style']==1) echo 'normal'; ?>" placeholder="i.e. 19ZZ8DZsb5qgchuKPZWET7Uj8rDoj4KgmB" value="<?php echo $data["address"]; ?>" autocomplete="off"&gt;
  358.                      </div>
  359.               <div>
  360.                 <?php echo $data["captcha"]; ?>
  361.                 <div class="captcha-switcher"> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
  362.                   <?php if (count($data['captcha_info']['available']) > 1) {foreach ($data['captcha_info']['available'] as $c) {if ($c == $data['captcha_info']['selected']) {echo '<b>' .$c. '</b> ';} else {echo '<a href="https://s.codepen.io/dimaslanjaka/fullpage/OxgWRM?cc=%27.$c.%27">'.$c.'</a> ';}}} ?&gt; </div> </div> <div> <input type="submit" class="btn claim-button" value="Get reward!" disabled=""> </div> </form> <?php break; case "visit_later": ?>
  363.                   <p class="timer">You have to wait
  364.                     <?php echo $data["time_left"]; ?>
  365.                   </p>
  366.                   <?php break; case "user_page": ?>
  367.                   <div id="user-page">
  368.                     <h2>
  369.                       <?php echo $data["user_page"]["name"]; ?>
  370.                     </h2>
  371.                     <?php echo $data["user_page"]["html"]; ?>
  372.                   </div>
  373.                   <?php break; endswitch; ?>
  374.                   <?php if($data["referral"]): ?>
  375.                   <p class="ref">
  376.                     <span class="t">Referral commission:
  377.                       <?php echo $data["referral"]; ?>%
  378.                     </span> Reflink:
  379.                     <code>
  380.                       <?php echo $data["reflink"]; ?>
  381.                     </code>
  382.                   </p>
  383.                   <?php endif; ?>
  384.                 </div>
  385.                 </td>
  386.               <td class="page-col-ad">
  387.                 <div id="right-ad">
  388.                   <?php echo $data["custom_right_ad_slot"]; ?>
  389.                 </div>
  390.               </td>
  391.               </tr>
  392.             </tbody>
  393.           </table>
  394.       </div> &nbsp;
  395.       <div id="footer">Powered by
  396.         <a rel="nofollow" href="http://faucetinabox.com/" target="_blank">Faucet in a BOX
  397.         </a> | Rebuild By
  398.         <a title="Web Development Indonesia" href="https://web-manajemen.blogspot.com/" rel="follow">Web Development Indonesia
  399.         </a>
  400.         <a href="https://s.codepen.io/dimaslanjaka/fullpage/OxgWRM">edit
  401.         </a>
  402.       </div>
  403.     </div>
  404.     <?php if($data['button_timer']): ?>
  405.     <?php endif; ?>
  406.     <?php if($data['block_adblock'] == 'on'): ?>
  407.     <?php endif; ?>
  408.   </body>
  409. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement