Advertisement
GoldenHackerTools

filter

May 1st, 2017
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.96 KB | None | 0 0
  1. <head>
  2. <title># Golden-Hacker Filter Mail List #</title>
  3. <html>
  4. <head>
  5. <style>
  6. body {
  7. background-color: #565656;
  8. }
  9. </style>
  10. </head>
  11. <body>
  12. <meta http-equiv="content-type" content="text/html; charset=windows-1256" />
  13. <style type="text/css">
  14. echo '<html>
  15. <head>
  16. <link href="http://dz48-coders.org/indexi/pic/favicon.ico" type="image/x-icon" rel="shortcut icon" />
  17. <meta name="author" content="Golden-Hacker" />
  18. <title># Golden-Hacker Filter Mail List #</title>
  19. <style type=\'text/css\'>
  20.  
  21. input[type=submit], input[type=button], input[type=reset]{
  22. text-align:center;
  23. background:url(http://i43.tinypic.com/5owgmq.jpg) repeat-x center bottom #666666;
  24. border:1px solid #4D4D4D;
  25. color:#FFFFFF;
  26. border-top-color:#565656;
  27. padding:4px 6px;
  28. margin:4px 5px;
  29. height:16px;
  30. -moz-box-shadow:0 0 1px black;
  31. -webkit-box-shadow:0 0 1px black;
  32. box-shadow:0 0 1px black;
  33. text-shadow:0 1px black;
  34. -moz-border-radius:4px;
  35. -webkit-border-radius:4px;
  36. -khtml-border-radius:4px;
  37. border-radius:4px;
  38. height:23px;
  39. }
  40.  
  41.  
  42. input[type=text], input[type=password]{
  43. background:urlhttp://i43.tinypic.com/5owgmq.jpg) repeat-x center bottom #666666;
  44. border:1px solid #4D4D4D;
  45. color:#CCCCCC;
  46. border-top-color:#565656;
  47. -moz-box-shadow:0 0 1px black;
  48. -webkit-box-shadow:0 0 1px black;
  49. box-shadow:0 0 1px black;
  50. -moz-border-radius:4px;
  51. -webkit-border-radius:4px;
  52. -khtml-border-radius:4px;
  53. border-radius:4px;
  54. height:18px;
  55. margin-left: 5px;
  56. }
  57. input , textarea , button , body , caption , table ,area , option {
  58. outline:none;
  59. transition: all 0.20s ease-in-out;
  60. -webkit-transition: all 0.25s ease-in-out;
  61. -moz-transition: all 0.25s ease-in-out;
  62. border-radius:3px;
  63. -webkit-border-radius:3px;
  64. -moz-border-radius:3px;
  65. //border:1px solid rgba(0,0,0, 0.2);
  66. /* font-family: \'Gill Sans\', \'Gill Sans MT\', Calibri, \'Trebuchet MS\', sans-serif; */
  67. }
  68. input , textarea {
  69. background: url(\'http://i41.tinypic.com/ibkmd5.png\') repeat scroll 0 0 #8B8B8B;\';
  70. }
  71.  
  72. input , textarea {
  73. outline:none;
  74. transition: all 0.20s ease-in-out;
  75. -webkit-transition: all 0.25s ease-in-out;
  76. -moz-transition: all 0.25s ease-in-out;
  77. border-radius:3px;
  78. -webkit-border-radius:3px;
  79. -moz-border-radius:3px;
  80. border:1px solid rgba(0,0,0, 0.2);
  81. }
  82. input:focus, textarea:focus {
  83. outline: 0;
  84. border-color: rgba(82, 168, 236, 0.8);
  85. -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  86. -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  87. box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  88.  
  89.  
  90. background: url(\'http://i41.tinypic.com/ibkmd5.png\') repeat scroll 0 0 #8B8B8B;\';
  91. overflow: auto;
  92.  
  93. }
  94. .x1 {}
  95. .x2 {font-size:13px;
  96. background-color:green;
  97. color:black;}
  98. hr {color:white;}
  99. a {color:black;}
  100. #x5 {
  101. font-family:tahoma;}
  102. .d1 {color :#C17E0B;
  103. font-family:tahoma;
  104. font-size:13px;
  105. font-weight:bold;}
  106. #d4 {color:#C17E0B;
  107. font-family:tahoma;
  108. font-weight:bold;}
  109. .style1 {
  110. text-align: center;
  111.  
  112. }
  113.  
  114. </style>
  115. </head>
  116. </br></br>
  117.  
  118.  
  119. </style>
  120. </head>
  121. <body >
  122.  
  123. <form method="post">
  124. <div class="style1">
  125. <textarea name="emails" cols="30" rows="20"></textarea>
  126. <br />
  127. <input type="submit" value="Filter!" />
  128.  
  129. </div>
  130. </form>
  131. <?PHP
  132.  
  133. $emails = $_POST['emails'];
  134. $ex = explode("\n",$emails);
  135. $count = count($ex);
  136. if(isset($emails)&&$count>=1){
  137. echo "<center><font color = 'red'><b>$count </font>Number of emails </b></center><br />";
  138. }else{
  139. echo "<center>
  140. No email </center>";
  141. exit;}
  142.  
  143. if(isset($emails)){
  144.  
  145.  
  146. for($i=0;$i<=$count;$i++){
  147. $d = strtolower($ex[$i]);
  148.  
  149. if(strstr($d,"hotmail") || strstr($d,"live") || strstr($d,"msn") || strstr($d,"outlook")){
  150. $hotmail.=$d;
  151. $nh = $nh + 1;
  152. }else{
  153. if(strstr($d,"yahoo") || strstr($d,"ymail")){
  154. $yahoo.=$d;
  155. $ny = $ny + 1;
  156. }else{
  157. if(strstr($d,"gmail") || strstr($d,"googlemail") ){
  158. $gmail.=$d;
  159. $ng = $ng + 1;
  160. }else{
  161. if(strstr($d,"aol") ){
  162. $aol.=$d;
  163. $na = $na + 1;
  164. }else{
  165. if(strstr($d,"mail.ru") ){
  166. $mailru .=$d;
  167. $nr = $nr + 1;
  168. }else{
  169. if(strstr($d,"wanadoo") ){
  170. $wanadoo .=$d;
  171. $nw = $nw + 1;
  172. }else{
  173. if(strstr($d,"ntlworld") ){
  174. $ntlworld .=$d;
  175. $nt = $nt + 1;
  176. }else{
  177. if(strstr($d,"gmx") ){
  178. $gmx .=$d;
  179. $ngm = $ngm + 1;
  180. }else{
  181. if(strstr($d,"@web.") ){
  182. $web .=$d;
  183. $nw2 = $nw2 + 1;
  184. }else{
  185.  
  186. $ather .=$d;
  187. $nn=$nn + 1;
  188. }
  189.  
  190. }
  191.  
  192. }
  193.  
  194.  
  195. }
  196.  
  197. }
  198. }
  199. }
  200. }
  201.  
  202. }
  203. }
  204. }
  205. ?>
  206. <center><table style="width: 30%">
  207. <tr>
  208. <td><center>Hotmail ( <?echo $nh;?> ) </center><textarea name="hotmailx" cols="30" rows="10" ><?echo $hotmail;?></textarea></td>
  209. <td><center>Gmail ( <?echo $ng;?> )</center><textarea name="gmailx" cols="30" rows="10" ><?echo $gmail;?></textarea></td>
  210. <td><center>Aol ( <?echo $na;?> )</center><textarea name="aolxx" cols="30" rows="10" ><?echo $aol;?></textarea></td>
  211. <td><center>Yahoo ( <?echo $ny;?> )</center><textarea name="yahoox" cols="30" rows="10" ><?echo $yahoo;?></textarea></td>
  212. <td><center>Mail.ru( <?echo $nr;?> )</center><textarea name="othersx" cols="30" rows="10" ><?echo $mailru;?></textarea></td></tr>
  213. <tr>
  214. <td><center>Wanadoo( <?echo $nw;?> )</center><textarea name="othersx" cols="30" rows="10" ><?echo $wanadoo;?></textarea></td>
  215. <td><center>Ntlworld( <?echo $nt;?> )</center><textarea name="othersx" cols="30" rows="10" ><?echo $ntlworld;?></textarea></td>
  216. <td><center>Gmx( <?echo $ngm;?> )</center><textarea name="othersx" cols="30" rows="10" ><?echo $gmx;?></textarea></td>
  217. <td><center>Web( <?echo $nw2;?> )</center><textarea name="othersx" cols="30" rows="10" ><?echo $web;?></textarea></td>
  218. <td><center>Other Emails( <?echo $nn-1;?> )</center><textarea name="othersx" cols="30" rows="10" ><?echo $ather;?></textarea></td>
  219.  
  220. </tr>
  221. </table></center>
  222. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement