Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <title>Mail-List Filter v1.5 </title>
- <u><center><font face=Tahoma size=2 color=red >Put Your Maillist In The Following TEXTAREA and Start</font></center></u>
- <style rel="stylesheet">
- body{
- padding-top:7%;
- background:#efefef;
- color:#222;
- font-family: Consolas;
- font-size:13px;
- }
- h1{
- font-size:20px;
- text-align:center;
- }
- a:link {
- color: #888;
- text-decoration:none;
- }
- a:visited {
- color: #888;
- text-decoration:none;
- }
- a:hover {
- color: #222;
- text-decoration:underline;
- }
- a, textarea, input, button, pre, table, .form{
- background:#f6f6f6;
- font-family: Consolas;
- font-size:13px;
- color:#222;
- text-decoration:none;
- }
- .form{
- border:1px solid #999;
- width:50%;
- margin:0px auto 0px auto;
- padding:5px;
- }
- .input{
- width:40%;
- border:1px solid #999;
- padding:3px;
- margin-top:5px;
- }
- .button{
- border:1px solid #999;
- padding:3px;
- margin-top:5px;
- }
- .pre{
- padding:5px;
- background:#efefef;
- margin-top:5px;
- }
- .textarea{
- width:100%;
- height:21%;
- border:1px solid #999;
- padding:3px;
- margin-top:5px;
- }
- .textpost{
- width:100%;
- height:140%;
- border:1px solid #999;
- padding:3px;
- margin-top:5px;
- }
- .table{
- width:100%;
- border:1px solid #999;
- padding:3px;
- margin-top:5px;
- }
- </style>
- <style>
- input[type=submit], .button, input[type=reset], button {background: #336666;color: #FFF;font: 12pt Verdana;outline: none;
- opacity:2;filter:alpha(opacity=90); padding: 5px 8px !important;border: none !important;border-radius: 5px;}
- </style>
- <center>
- <form method="post">
- <textarea type="text" wrap="VIRTUAL" name="mails" style="background:#efefef; margin: 2px; width:708px; height: 332px;"></textarea></br>
- <center><strong><input type="submit" id="gobutton" name="Extazy007" value="Start"></strong></center></form>
- <?
- /////// Mail-List Filter v1.5 by Extazy007 ///////
- ////// Do Not Steal Rights .. Only Noobs who do it /////
- /////Copyright 2014 - Extazy007 /////
- $types = array("gmail","hotmail","yahoo","aol","mail","rocketmail","orange","live","outlook","sfr","laposte","msn","skynet");
- if($_POST["Extazy007"] && !empty($_POST["mails"])){
- foreach(explode("\n", $_POST["mails"]) as $mail){
- foreach($types as $type){
- if(eregi("@".$type, $mail)){
- $file = fopen($type.".txt", "a");
- fwrite($file, $mail."\n");
- }
- }
- }
- echo '<font size="4">';
- if(file_exists("hotmail.txt")){ rd("hotmail.txt"); echo '</br><a style="background:#efefef;" href="hotmail.txt">Hotmail</a> : '.count(file("hotmail.txt")).'</br>'; }
- if(file_exists("gmail.txt")){ rd("gmail.txt"); echo '</br><a style="background:#efefef;" href="gmail.txt">Gmail</a> : '.count(file("gmail.txt")).'</br>'; }
- if(file_exists("yahoo.txt")){ rd("yahoo.txt"); echo '</br><a style="background:#efefef;" href="yahoo.txt">Yahoo</a> : '.count(file("yahoo.txt")).'</br>'; }
- if(file_exists("aol.txt")){ rd("aol.txt"); echo '</br><a style="background:#efefef;" href="aol.txt">Aol</a> : '.count(file("aol.txt")).'</br>'; }
- if(file_exists("mail.txt")){ rd("mail.txt"); echo '</br><a style="background:#efefef;" href="mail.txt">Mail</a> : '.count(file("mail.txt")).'</br>'; }
- if(file_exists("rocketmail.txt")){ rd("rocketmail.txt"); echo '</br><a style="background:#efefef;" href="rocketmail.txt">Rocketmail</a> : '.count(file("rocketmail.txt")).'</br>'; }
- if(file_exists("orange.txt")){ rd("orange.txt"); echo '</br><a style="background:#efefef;" href="orange.txt">Orange</a> : '.count(file("orange.txt")).'</br>'; }
- if(file_exists("live.txt")){ rd("live.txt"); echo '</br><a style="background:#efefef;" href="live.txt">Live</a> : '.count(file("live.txt")).'</br>'; }
- if(file_exists("outlook.txt")){ rd("outlook.txt"); echo '</br><a style="background:#efefef;" href="outlook.txt">Outlook</a> : '.count(file("outlook.txt")).'</br>'; }
- if(file_exists("sfr.txt")){ rd("sfr.txt"); echo '</br><a style="background:#efefef;" href="sfr.txt">Sfr</a> : '.count(file("sfr.txt")).'</br>'; }
- if(file_exists("laposte.txt")){ rd("laposte.txt"); echo '</br><a style="background:#efefef;" href="laposte.txt">Laposte</a> : '.count(file("laposte.txt")).'</br>'; }
- if(file_exists("msn.txt")){ rd("msn.txt"); echo '</br><a style="background:#efefef;" href="msn.txt">Msn</a> : '.count(file("msn.txt")).'</br>'; }
- if(file_exists("skynet.txt")){ rd("skynet.txt"); echo '</br><a style="background:#efefef;" href="skynet.txt">Skynet</a> : '.count(file("skynet.txt")).'</br>'; }
- echo '</font>';
- echo '</br><font color="Green"><p>Done With Success ! </p></font><br><hr>';
- }
- function rd($file)
- {
- $text = array_unique(file($file));
- if($text)
- $f = @fopen($file,'w');
- if($f){
- fputs($f, join('',$text));
- }
- }
- echo '
- </br>
- <strong><font face="Tahoma" color="blue" size="5">
- Mail-List</font><font size="5" face=Tahoma color=red> Filter </font><font size="3" face=Tahoma color=black> v1.5 </font>
- </br><font face=Tahoma size=3 color=Silver>Developed By Extazy007</font>
- <br><br>
- <font face=Tahoma size=2 color=black>Contact: @Anonghost | fb.com/Extazy005</font>
- </font></strong>
- ';
- ?>
- </font>
- </center>
- </body>
- </html>
Add Comment
Please, Sign In to add comment