nil_007

Anonghost mail Filter

Dec 13th, 2018
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.38 KB | None | 0 0
  1. <title>Mail-List Filter v1.5 </title>
  2.  
  3. <u><center><font face=Tahoma size=2 color=red >Put Your Maillist In The Following TEXTAREA and Start</font></center></u>
  4.  
  5.  
  6.  
  7. <style rel="stylesheet">
  8.  
  9.  
  10.  
  11.  
  12.  
  13. body{
  14.  
  15. padding-top:7%;
  16.  
  17. background:#efefef;
  18.  
  19. color:#222;
  20.  
  21. font-family: Consolas;
  22.  
  23. font-size:13px;
  24.  
  25. }
  26.  
  27.  
  28.  
  29. h1{
  30.  
  31. font-size:20px;
  32.  
  33. text-align:center;
  34.  
  35. }
  36.  
  37. a:link {
  38.  
  39. color: #888;
  40.  
  41. text-decoration:none;
  42.  
  43. }
  44.  
  45. a:visited {
  46.  
  47. color: #888;
  48.  
  49. text-decoration:none;
  50.  
  51. }
  52.  
  53. a:hover {
  54.  
  55. color: #222;
  56.  
  57. text-decoration:underline;
  58.  
  59. }
  60.  
  61. a, textarea, input, button, pre, table, .form{
  62.  
  63. background:#f6f6f6;
  64.  
  65. font-family: Consolas;
  66.  
  67. font-size:13px;
  68.  
  69. color:#222;
  70.  
  71. text-decoration:none;
  72.  
  73. }
  74.  
  75.  
  76.  
  77. .form{
  78.  
  79. border:1px solid #999;
  80.  
  81. width:50%;
  82.  
  83. margin:0px auto 0px auto;
  84.  
  85. padding:5px;
  86.  
  87. }
  88.  
  89.  
  90.  
  91. .input{
  92.  
  93. width:40%;
  94.  
  95. border:1px solid #999;
  96.  
  97. padding:3px;
  98.  
  99. margin-top:5px;
  100.  
  101. }
  102.  
  103. .button{
  104.  
  105. border:1px solid #999;
  106.  
  107. padding:3px;
  108.  
  109. margin-top:5px;
  110.  
  111. }
  112.  
  113. .pre{
  114.  
  115. padding:5px;
  116.  
  117. background:#efefef;
  118.  
  119. margin-top:5px;
  120.  
  121. }
  122.  
  123. .textarea{
  124.  
  125. width:100%;
  126.  
  127. height:21%;
  128.  
  129. border:1px solid #999;
  130.  
  131. padding:3px;
  132.  
  133. margin-top:5px;
  134.  
  135. }
  136.  
  137. .textpost{
  138.  
  139. width:100%;
  140.  
  141. height:140%;
  142.  
  143. border:1px solid #999;
  144.  
  145. padding:3px;
  146.  
  147. margin-top:5px;
  148.  
  149. }
  150.  
  151. .table{
  152.  
  153. width:100%;
  154.  
  155. border:1px solid #999;
  156.  
  157. padding:3px;
  158.  
  159. margin-top:5px;
  160.  
  161. }
  162.  
  163. </style>
  164.  
  165.  
  166.  
  167.  
  168.  
  169.  
  170.  
  171.  
  172.  
  173.  
  174.  
  175.  
  176.  
  177.  
  178.  
  179.  
  180.  
  181.  
  182.  
  183.  
  184.  
  185.  
  186.  
  187.  
  188.  
  189.  
  190.  
  191.  
  192.  
  193. <style>
  194.  
  195.  
  196.  
  197. input[type=submit], .button, input[type=reset], button {background: #336666;color: #FFF;font: 12pt Verdana;outline: none;
  198.  
  199. opacity:2;filter:alpha(opacity=90); padding: 5px 8px !important;border: none !important;border-radius: 5px;}
  200.  
  201. </style>
  202.  
  203. <center>
  204.  
  205.  
  206.  
  207. <form method="post">
  208.  
  209. <textarea type="text" wrap="VIRTUAL" name="mails" style="background:#efefef; margin: 2px; width:708px; height: 332px;"></textarea></br>
  210.  
  211. <center><strong><input type="submit" id="gobutton" name="Extazy007" value="Start"></strong></center></form>
  212.  
  213. <?
  214.  
  215. /////// Mail-List Filter v1.5 by Extazy007 ///////
  216.  
  217. ////// Do Not Steal Rights .. Only Noobs who do it /////
  218.  
  219. /////Copyright 2014 - Extazy007 /////
  220.  
  221.  
  222.  
  223. $types = array("gmail","hotmail","yahoo","aol","mail","rocketmail","orange","live","outlook","sfr","laposte","msn","skynet");
  224.  
  225.  
  226.  
  227. if($_POST["Extazy007"] && !empty($_POST["mails"])){
  228.  
  229.  
  230.  
  231.  
  232.  
  233. foreach(explode("\n", $_POST["mails"]) as $mail){
  234.  
  235. foreach($types as $type){
  236.  
  237. if(eregi("@".$type, $mail)){
  238.  
  239. $file = fopen($type.".txt", "a");
  240.  
  241. fwrite($file, $mail."\n");
  242.  
  243. }
  244.  
  245. }
  246.  
  247. }
  248.  
  249. echo '<font size="4">';
  250.  
  251. if(file_exists("hotmail.txt")){ rd("hotmail.txt"); echo '</br><a style="background:#efefef;" href="hotmail.txt">Hotmail</a> : '.count(file("hotmail.txt")).'</br>'; }
  252.  
  253. if(file_exists("gmail.txt")){ rd("gmail.txt"); echo '</br><a style="background:#efefef;" href="gmail.txt">Gmail</a> : '.count(file("gmail.txt")).'</br>'; }
  254.  
  255. if(file_exists("yahoo.txt")){ rd("yahoo.txt"); echo '</br><a style="background:#efefef;" href="yahoo.txt">Yahoo</a> : '.count(file("yahoo.txt")).'</br>'; }
  256.  
  257. if(file_exists("aol.txt")){ rd("aol.txt"); echo '</br><a style="background:#efefef;" href="aol.txt">Aol</a> : '.count(file("aol.txt")).'</br>'; }
  258.  
  259. if(file_exists("mail.txt")){ rd("mail.txt"); echo '</br><a style="background:#efefef;" href="mail.txt">Mail</a> : '.count(file("mail.txt")).'</br>'; }
  260.  
  261. if(file_exists("rocketmail.txt")){ rd("rocketmail.txt"); echo '</br><a style="background:#efefef;" href="rocketmail.txt">Rocketmail</a> : '.count(file("rocketmail.txt")).'</br>'; }
  262.  
  263. if(file_exists("orange.txt")){ rd("orange.txt"); echo '</br><a style="background:#efefef;" href="orange.txt">Orange</a> : '.count(file("orange.txt")).'</br>'; }
  264.  
  265. if(file_exists("live.txt")){ rd("live.txt"); echo '</br><a style="background:#efefef;" href="live.txt">Live</a> : '.count(file("live.txt")).'</br>'; }
  266.  
  267. if(file_exists("outlook.txt")){ rd("outlook.txt"); echo '</br><a style="background:#efefef;" href="outlook.txt">Outlook</a> : '.count(file("outlook.txt")).'</br>'; }
  268.  
  269. if(file_exists("sfr.txt")){ rd("sfr.txt"); echo '</br><a style="background:#efefef;" href="sfr.txt">Sfr</a> : '.count(file("sfr.txt")).'</br>'; }
  270.  
  271. if(file_exists("laposte.txt")){ rd("laposte.txt"); echo '</br><a style="background:#efefef;" href="laposte.txt">Laposte</a> : '.count(file("laposte.txt")).'</br>'; }
  272.  
  273. if(file_exists("msn.txt")){ rd("msn.txt"); echo '</br><a style="background:#efefef;" href="msn.txt">Msn</a> : '.count(file("msn.txt")).'</br>'; }
  274.  
  275. if(file_exists("skynet.txt")){ rd("skynet.txt"); echo '</br><a style="background:#efefef;" href="skynet.txt">Skynet</a> : '.count(file("skynet.txt")).'</br>'; }
  276.  
  277. echo '</font>';
  278.  
  279. echo '</br><font color="Green"><p>Done With Success ! </p></font><br><hr>';
  280.  
  281. }
  282.  
  283.  
  284.  
  285. function rd($file)
  286.  
  287. {
  288.  
  289. $text = array_unique(file($file));
  290.  
  291. if($text)
  292.  
  293. $f = @fopen($file,'w');
  294.  
  295. if($f){
  296.  
  297. fputs($f, join('',$text));
  298.  
  299. }
  300.  
  301. }
  302.  
  303.  
  304.  
  305.  
  306.  
  307. echo '
  308.  
  309. </br>
  310.  
  311. <strong><font face="Tahoma" color="blue" size="5">
  312.  
  313. Mail-List</font><font size="5" face=Tahoma color=red> Filter </font><font size="3" face=Tahoma color=black> v1.5 </font>
  314.  
  315. </br><font face=Tahoma size=3 color=Silver>Developed By Extazy007</font>
  316.  
  317. <br><br>
  318.  
  319. <font face=Tahoma size=2 color=black>Contact: @Anonghost | fb.com/Extazy005</font>
  320.  
  321.  
  322.  
  323. </font></strong>
  324.  
  325. ';
  326.  
  327.  
  328.  
  329.  
  330.  
  331. ?>
  332.  
  333. </font>
  334.  
  335. </center>
  336.  
  337. </body>
  338.  
  339. </html>
Add Comment
Please, Sign In to add comment