Joker's Services - JokerDarkKnight - Apple Email Checker


SUBMITTED BY: Guest

DATE: Oct. 3, 2014, 5:52 a.m.

FORMAT: Text only

SIZE: 8.6 kB

HITS: 898

  1. <?php
  2. # ===================================================== #
  3. # #
  4. # ===================================================== #
  5. # contact : willageuro@gmail.com #
  6. # (Forum.guiadohacker.com.br) #
  7. # ===================================================== #
  8. echo "<head>
  9. <style type=\"text/css\"><!--
  10. body
  11. {
  12. background-color: #333333;
  13. font-size: 10pt;
  14. }
  15. body,td,th {
  16. color: #cccccc;
  17. }
  18. h2
  19. {
  20. color: #FFCC00;
  21. }
  22. .business{
  23. color:yellow;
  24. }
  25. .premier{
  26. color:#00FF00;
  27. }
  28. .verified{
  29. color:#006DB0;
  30. }
  31. body {font-family: 'Open Sans', sans-serif; font-size:12px}
  32. hr {border: 1px inset #E5E5E5}
  33. #form-container
  34. {
  35. border: 1px solid #ddd;
  36. border-radius: 10px;
  37. -moz-border-radius: 10px;
  38. -webkit-border-radius: 10px;
  39. box-shadow: 0px 0px 15px #888;
  40. -moz-box-shadow: 0px 0px 15px #888;
  41. -webkit-box-shadow: 0px 0px 15px #888;
  42. margin: 30px auto;
  43. padding: 10px;
  44. width: 95%;
  45. text-shadow:1px 1px 4px rgba(0,0,0,0.3);
  46. }
  47. input[type='text'], textarea, select
  48. {
  49. border: 1px solid #ccc;
  50. -moz-border-radius: 5px;
  51. -webkit-border-radius: 5px;
  52. border-radius: 5px;
  53. -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .15) inset;
  54. -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .15) inset;
  55. box-shadow: 0 1px 2px rgba(0, 0, 0, .15) inset;
  56. color: #424242;
  57. font-family: 'Open Sans', sans-serif;
  58. font-size: 13px;
  59. outline: none;
  60. padding: 2px;
  61. -moz-transition: border .2s linear, box-shadow .2s linear;
  62. -webkit-transition: border .2s linear, -webkit-box-shadow .2s linear;
  63. }
  64. input[type='text']:focus, input[type='checkbox']:focus, input[type='radio']:focus, textarea:focus, select:focus
  65. {
  66. border: 1px solid #80bfff;
  67. -moz-box-shadow: 0 0 3px #80bfff, 0 1px 2px rgba(0, 0, 0, .15) inset;
  68. -webkit-box-shadow: 0 0 3px #80bfff, 0 1px 2px rgba(0, 0, 0, .15) inset;
  69. box-shadow: 0 0 3px #80bfff, 0 1px 2px rgba(0, 0, 0, .15) inset;
  70. }
  71. textarea {width:99.5%; resize:none}
  72. input[type=text] {width:30px; text-align:center}
  73. /* =buttons---------------------------------------------- */
  74. a.button:link, a.button:visited, button, input[type='submit']
  75. {
  76. background: #eaeaea;
  77. background: -moz-linear-gradient(top, #efefef, #d8d8d8) #d8d8d8;
  78. background: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#d8d8d8)) #d8d8d8;
  79. background: linear-gradient(top, #efefef, #d8d8d8) #d8d8d8;
  80. border: 1px solid #ababab;
  81. -moz-border-radius: 3px;
  82. -webkit-border-radius: 3px;
  83. border-radius: 3px;
  84. -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .1), 0 1px 1px rgba(255, 255, 255, .8) inset;
  85. -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .1), 0 1px 1px rgba(255, 255, 255, .8) inset;
  86. box-shadow: 0 1px 2px rgba(0, 0, 0, .1), 0 1px 1px rgba(255, 255, 255, .8) inset;
  87. color: #707070;
  88. font-family: 'Open Sans', sans-serif;
  89. font-size: 12px;
  90. -webkit-font-smoothing: antialiased;
  91. font-weight: bold;
  92. margin: 0;
  93. outline: none;
  94. padding: 5px 10px;
  95. text-align: center;
  96. text-shadow: 0 1px 1px rgba(255, 255, 255, .5);
  97. }
  98. a.button:hover, button:hover, input[type='submit']:hover
  99. {
  100. background: #f1f1f1;
  101. background: -moz-linear-gradient(top, #f6f6f6, #e3e3e3) #e3e3e3;
  102. background: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#e3e3e3)) #e3e3e3;
  103. background: linear-gradient(top, #f6f6f6, #e3e3e3) #e3e3e3;
  104. cursor: pointer;
  105. }
  106. a.button:focus, button:focus, input[type='submit']:focus
  107. {
  108. background: -moz-linear-gradient(top, #f6f6f6, #e3e3e3) #e3e3e3;
  109. background: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#e3e3e3)) #e3e3e3;
  110. background: linear-gradient(top, #f6f6f6, #e3e3e3) #e3e3e3;
  111. border: 1px solid #80bfff;
  112. -moz-box-shadow: 0 0 3px #80bfff, 0 1px 1px rgba(255, 255, 255, .8) inset;
  113. -webkit-box-shadow: 0 0 3px #80bfff, 0 1px 1px rgba(255, 255, 255, .8) inset;
  114. box-shadow: 0 0 3px #80bfff, 0 1px 1px rgba(255, 255, 255, .8) inset;
  115. }
  116. a.button:active, a.button.active, button:active, button.active, input[type='submit']:active, input[type='submit'].active
  117. {
  118. background: #e3e3e3;
  119. background: -moz-linear-gradient(top, #e3e3e3, #f6f6f6) #1b468f;
  120. background: -webkit-gradient(linear, left top, left bottom, from(#e3e3e3), to(#f6f6f6)) #1b468f;
  121. background: linear-gradient(top, #e3e3e3, #f6f6f6) #1b468f;
  122. -moz-box-shadow: none;
  123. -webkit-box-shadow: none;
  124. box-shadow: none;
  125. }
  126. --></style>
  127. <title>Valid Email Checker By Gz SnIPeR</title>
  128. </head><div align=\"center\"></center>";
  129. $emails = $_POST['emails'];
  130. print '
  131. <div id="form-container"> <form method="POST">
  132. <p align="center"><font face="Times New Roman" size="6">Apple Valid Email
  133. Checker<br>
  134. Gz SnIPeR</font></p>
  135. <p><textarea rows="10" name="emails" cols="48">'.$emails.'</textarea></p>
  136. <p><input type="submit" value="Submit" name="B1"></p>
  137. </form> </div>';
  138. if (!empty($emails)) {
  139. $emails = explode("\r\n", $emails);
  140. $yes = 0;
  141. $not = 0;
  142. $inv = 0;
  143. $count = 1;
  144. print "<p align=\"left\">Checking <font color=\"#FFFFFF\"> <b>".count($emails)."</b></font> emails ....<br></p><p align=\"left\">";
  145. foreach ( $emails as $email ) {
  146. $email = trim($email);
  147. print $count .". Checking <b><font color=\"#FFFFFF\">".$email."</font> ..... </b>";
  148. $count++;
  149. if(filter_var($email, FILTER_VALIDATE_EMAIL)){
  150. $_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>');
  151. if(!preg_match("/111/",$_CheckAction)) {
  152. print "<font size=\"3\" color=\"#7FFF00\">Yes</font> <br>";
  153. $yes++;
  154. $vaild_yes .=$email."\n";
  155. }
  156. else {
  157. print "<font color=\"#FF0000\">NO</font><br>";
  158. $not++;
  159. $vaild_no .=$email."\n";
  160. }
  161. }
  162. else {
  163. print "<font color=\"#FF0000\">Invaild email</font><br>";
  164. $inv++;
  165. $invaild .=$email."\n";
  166. }
  167. }
  168. print '<p><table border="0" width="100%">
  169. <tr>
  170. <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>
  171. <td><p align="center"><font face="Times New Roman" size="4">Not Apple emails</font> <b>(<font color="#FF0000">'.$not.'</font>)</b> </p> </td>
  172. <td><p align="center"><font face="Times New Roman" size="4">Invalid emails</font> <b>(<font color="#FF0000">'.$inv.'</font>)</b> </p> </td>
  173. </tr>
  174. <tr>
  175. <td><div id="form-container1"><textarea rows="10" name="S1" cols="43">'.$vaild_yes.'</textarea></div></td>
  176. <td><div id="form-container1"><textarea rows="10" name="S2" cols="43">'.$vaild_no.'</textarea></div></td>
  177. <td><div id="form-container1"><textarea rows="10" name="S3" cols="43">'.$invaild.'</textarea></div></td>
  178. </tr>
  179. </table></p>'
  180. ;
  181. }
  182. ?><p>&nbsp;</p>
  183. <p>Copyright ©&nbsp; <span class="auto-style8">2013 </span></p>
  184. <p><span class="auto-style8">Gz SnIPeR</span>

comments powered by Disqus