May 23, 2015 1:12 PM
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 :
$emails = $_POST['emails'];
$ex = explode("\n",$emails);
$count = count($ex);
if(isset($emails)&&$count>=1){
echo "$count Number of emails
";
}else{
echo "
No email ";
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;
}
}
}
}
}
}
}
}
}
}
}
?>
download script : sc
live script uploaded : http://fedi.96.lt/sc.php
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 :
$emails = $_POST['emails'];
$ex = explode("\n",$emails);
$count = count($ex);
if(isset($emails)&&$count>=1){
echo "
";
}else{
echo "
No email
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;
}
}
}
}
}
}
}
}
}
}
}
?>
download script : sc
live script uploaded : http://fedi.96.lt/sc.php