User Tag List

5593Views
Results 1 to 6 of 6
  1. #1
    Elite Member fedi96's Avatar

    Join Date
    Feb 2015
    Posts
    1,132
    Coins
    1
    Thumbs Up
    Received: 39
    Given: 28

    [Script] Filter Emails

    hi all
    this is a simple php script that allow you to Split emails



    you need just to upload it to your hosting or your own server :

    PHP Code:
    <head>
    <meta http-equiv="content-type" content="text/html; charset=windows-1256" />
    <style type="text/css">
    .style1 {
        text-align: center;
    }
    </style>
    </head>
    <body >

    <form method="post">
        <div class="style1">
            <textarea name="emails" cols="30" rows="10"></textarea>
            <br />
            <input type="submit" value="Goo" />
            
            </div>
    </form>
    <?PHP

    $emails 
    $_POST['emails'];
    $ex explode("\n",$emails);
    $count count($ex);
    if(isset(
    $emails)&&$count>=1){
    echo 
    "<center><font color = 'red'><b>$count </font>Number of emails  </b></center><br />";
    }else{
    echo 
    "<center>  
    No email </center>"
    ;
    exit;}

    if(isset(
    $emails)){
       

    for(
    $i=0;$i<=$count;$i++){
    $d strtolower($ex[$i]);

    if(
    strstr($d,"hotmail")   || strstr($d,"live") || strstr($d,"msn") || strstr($d,"outlook")){
    $hotmail.=$d;
    $nh $nh 1;
    }else{
    if(
    strstr($d,"yahoo")   || strstr($d,"ymail")){
    $yahoo.=$d;
    $ny $ny 1;
    }else{
    if(
    strstr($d,"gmail")  || strstr($d,"googlemail")   ){
    $gmail.=$d;
    $ng $ng 1;
    }else{
    if(
    strstr($d,"aol")   ){
    $aol.=$d;
    $na $na 1;
    }else{
    if(
    strstr($d,"mail.ru")   ){
    $mailru .=$d;
    $nr $nr 1;
    }else{
    if(
    strstr($d,"wanadoo")   ){
    $wanadoo .=$d;
    $nw $nw 1;
    }else{
    if(
    strstr($d,"ntlworld")   ){
    $ntlworld .=$d;
    $nt $nt 1;
    }else{
    if(
    strstr($d,"gmx")   ){
    $gmx .=$d;
    $ngm $ngm 1;
    }else{
    if(
    strstr($d,"@web.")   ){
    $web .=$d;
    $nw2 $nw2 1;
    }else{

    $ather .=$d;
    $nn=$nn 1;
    }

    }

    }


    }

    }
    }
    }
    }

    }
    }
    }                
    ?>
    <center><table style="width: 30%">
        <tr>      
    <td><center>hotmail ( <?echo $nh;?> ) </center><textarea name="hotmailx" cols="30" rows="10" ><?echo $hotmail;?></textarea></td>
    <td><center>gmail ( <?echo $ng;?> )</center><textarea name="gmailx" cols="30" rows="10" ><?echo $gmail;?></textarea></td>
    <td><center>aol ( <?echo $na;?> )</center><textarea name="aolxx" cols="30" rows="10" ><?echo $aol;?></textarea></td>
    <td><center>yahoo ( <?echo $ny;?> )</center><textarea name="yahoox" cols="30" rows="10" ><?echo $yahoo;?></textarea></td>
    <td><center>mail.ru( <?echo $nr;?> )</center><textarea name="othersx" cols="30" rows="10" ><?echo $mailru;?></textarea></td></tr>
    <tr>
    <td><center>wanadoo( <?echo $nw;?> )</center><textarea name="othersx" cols="30" rows="10" ><?echo $wanadoo;?></textarea></td>
    <td><center>ntlworld( <?echo $nt;?> )</center><textarea name="othersx" cols="30" rows="10" ><?echo $ntlworld;?></textarea></td>
    <td><center>gmx( <?echo $ngm;?> )</center><textarea name="othersx" cols="30" rows="10" ><?echo $gmx;?></textarea></td>
    <td><center>web( <?echo $nw2;?> )</center><textarea name="othersx" cols="30" rows="10" ><?echo $web;?></textarea></td>
    <td><center>ather mails( <?echo $nn-1;?> )</center><textarea name="othersx" cols="30" rows="10" ><?echo $ather;?></textarea></td>
                        
        </tr>
    </table></center>
    </body>
    download script : sc
    live script uploaded : http://fedi.96.lt/sc.php


    0 Not allowed! Not allowed!
    Last edited by fedi96; 05-23-2015 at 01:16 PM.

  2. #2
    Elite Member medsamy's Avatar
    Join Date
    Aug 2014
    Posts
    493
    Coins
    6
    Thumbs Up
    Received: 19
    Given: 52
    thanks @fedi96, that should be very useful

    0 Not allowed! Not allowed!

  3. #3
    Member
    Join Date
    Jul 2014
    Posts
    15
    Coins
    0
    Thumbs Up
    Received: 0
    Given: 0
    nice goodjob fedi

    0 Not allowed! Not allowed!

  4. #4
    Member Co0oL's Avatar
    Join Date
    Aug 2014
    Location
    192.168.1.1
    Posts
    291
    Coins
    2
    Thumbs Up
    Received: 49
    Given: 8
    @fedi96 Did you make this ?

    0 Not allowed! Not allowed!
    GreenCloudVPS.com -- Try it now!


  5. #5
    Member IVLordStorm's Avatar
    Join Date
    Feb 2015
    Location
    Belgium
    Posts
    269
    Coins
    22
    Thumbs Up
    Received: 13
    Given: 13

    0 Not allowed! Not allowed!

  6. #6
    Elite Member fedi96's Avatar

    Join Date
    Feb 2015
    Posts
    1,132
    Coins
    1
    Thumbs Up
    Received: 39
    Given: 28
    Quote Originally Posted by medsamy View Post
    thanks @fedi96, that should be very useful
    Quote Originally Posted by atheus View Post
    nice goodjob fedi
    np guys
    Quote Originally Posted by Co0oL View Post
    @fedi96 Did you make this ?
    no
    Quote Originally Posted by IVLordStorm View Post

    0 Not allowed! Not allowed!

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •