Advertisement
EddieKidiw

Instagram Like Panel Decoder By Eddie Kidiw

Dec 19th, 2015
818
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 3.89 KB | None | 0 0
  1. source original http://pastebin.com/UmvJMz32
  2.  
  3. <!DOCTYPE html>
  4. <html>
  5. <head>
  6.     <meta charset="utf-8" />
  7.     <title>Instagram Like Panel</title>
  8.     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  9.       <link rel="stylesheet" href="./style/bootstrap.min.css">
  10.   <script src="./style/jquery.min.js"></script>
  11.   <script src="./style/bootstrap.min.js"></script>
  12.     <script>
  13.         $(document).ready(function () {
  14.             $("input#submit").click(function(){
  15.             var $btn = $(this).button('loading')
  16.                 $("#respon").html('<center>Checking Your Photo...<br><br><img src="./load.gif"></center>')
  17.                 $.ajax({
  18.                     type: "POST",
  19.                     url: "ig.php", //
  20.                     data: $('form.info').serialize(),
  21.                     success: function(msg){
  22.                         $("#respon").html(msg)
  23.                         $btn.button('reset')   
  24.                         $('div#bukacoeg').removeAttr('id');
  25.                         setTimeout(function() {
  26.                         $('#responmsg').fadeOut('fast');
  27.                         }, 30000);
  28.                     },
  29.                     error: function(msg){
  30.                         $btn.button('reset')
  31.                         $("#respon").html('<span id="responmsg" class="alert alert-danger" >You lost your connection!</spin>');
  32.                         setTimeout(function() {
  33.                         $('#responmsg').fadeOut('fast');
  34.                         }, 30000);
  35.                     }
  36.                 });
  37.             });
  38.         });
  39.     </script>
  40. </head>
  41. <body>
  42.  
  43. <div class="container">
  44.  
  45. <div class="page-header">
  46.     <h1>Instagram Like Panel <small>You Can Get Like Instant</small></h1>
  47. </div>
  48.  
  49. <!-- IPad Login - START -->
  50. <div class="container">
  51.     <div class="row colored">
  52.  
  53.         <div class="contcustom">
  54.             <img src="http://www.iconarchive.com/download/i82921/limav/flat-gradient-social/Instagram.ico" alt="Smiley face" width="70" height="70">
  55.             <h2>Get your like</h2>
  56.             <div><form class="info" name="info">
  57.                 <input name="ikeh" type="text" placeholder="https://instagram.com/p/36awObvWK6/" required="required"><br>
  58.                 <input class="form-control" id="disabledInput" type="text" placeholder="50" disabled>
  59.                 </form>
  60.                 <input class="btn btn-success" type="submit" value="Send!" id="submit" data-toggle="collapse" data-target="#bukacoeg" aria-expanded="false">
  61.             </div> <div class="collapse" id="bukacoeg">
  62.         <center><div id="respon"></div><br/></center>
  63.         </div>
  64.         </div>
  65.     </div>
  66. </div>     
  67. <div>Buatan <a href="https://web.facebook.com/profile.php?id=100001357554831">Rian Arfiandi</a></div>Ini adalah versi demo. hanya bisa memberi 50 like per submit. Script versi full dapat anda bebas tentukan jumlah likenya hingga maksimal 5000 per foto.<br/>Jika tertarik membeli hubungi saya difacebook.<br/>Script versi demo ini gratis. Tidak untuk diperjualbelikan.
  68. <style>
  69.     .colored {
  70.         background-color: #F0EEEE;
  71.     }
  72.  
  73.     .row {
  74.         padding: 20px 0px;
  75.     }
  76.  
  77.     .bigicon {
  78.         font-size: 97px;
  79.         color: #f96145;
  80.     }
  81.  
  82.     .contcustom {
  83.         text-align: center;
  84.         width: 400px;
  85.         border-radius: 0.5rem;
  86.         top: 0;
  87.         bottom: 0;
  88.         left: 0;
  89.         right: 0;
  90.         margin: 10px auto;
  91.         background-color: white;
  92.         padding: 20px;
  93.     }
  94.  
  95.     input {
  96.         width: 100%;
  97.         margin-bottom: 17px;
  98.         padding: 15px;
  99.         background-color: #ECF4F4;
  100.         border-radius: 2px;
  101.         border: none;
  102.     }
  103.  
  104.     h2 {
  105.         margin-bottom: 20px;
  106.         font-weight: bold;
  107.         color: #ABABAB;
  108.     }
  109.  
  110.     .btn {
  111.         border-radius: 2px;
  112.         padding: 10px;
  113.     }
  114.  
  115.     .med {
  116.         font-size: 27px;
  117.         color: white;
  118.     }
  119.  
  120.     .wide {
  121.         background-color: #8EB7E4;
  122.         width: 100%;
  123.         -webkit-border-top-right-radius: 0;
  124.         -webkit-border-bottom-right-radius: 0;
  125.         -moz-border-radius-topright: 0;
  126.         -moz-border-radius-bottomright: 0;
  127.         border-top-right-radius: 0;
  128.         border-bottom-right-radius: 0;
  129.     }
  130. </style>
  131.  
  132. <!-- IPad Login - END -->
  133.  
  134. </div>
  135.  
  136. </body>
  137. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement