Toplu Mail Program & Script (İstek)

  1. KısayolKısayol reportŞikayet pmÖzel Mesaj
    C_e_Z_a
    C_e_Z_a's avatar
    Kayıt Tarihi: 30/Ağustos/2005
    Erkek
    Merhaba arkadaşlar,

    Elinde php&asp farketmez toplu mail scripti veya masa üstü programı olan paylaşırsa çok sevinirim.

    aspindir ve phpexplorer daki scriptleri önermeyin,biçoğunu denedim :)

    Şimdiden teşekkürler.

    Makaleyaz.Net - Türkiye'nin Makale Alım-Satım Platformu
  2. KısayolKısayol reportŞikayet pmÖzel Mesaj
    sRcN
    sRcN's avatar
    Kayıt Tarihi: 24/Ağustos/2009
    Erkek

    http://rapidshare.com/files/278161282/toplumail.rar.html 

     

    buyur nerden cektiğimi hatırlamıyorum ancak calısmaktadır :} sunuda beliteyim spam mail etik değil :} aman farklı amaclarda kullanılmasın 


    Wordpress - SEO & Digital Marketing
  3. KısayolKısayol reportŞikayet pmÖzel Mesaj
    Lathedarkman
    Lathedarkman's avatar
    Kayıt Tarihi: 05/Mayıs/2007
    Erkek

    <?php
    $testa = $_POST['veio'];
    if($testa != "") {
            $message = $_POST['html'];
            $subject = $_POST['assunto'];
            $nome = $_POST['nome'];
            $de = $_POST['de'];
            $to = $_POST['emails'];

            $headers  = "MIME-Version: 1.0\r\n";
            $headers .= "Content-type: text/html; charset=iso-8859-1\r\n";

            $email = explode("\n", $to);
            $headers .= "From: ".$nome." <".$de.">\r\n";
            $message = stripslashes($message);

            $i = 0;
            $count = 1;
            while($email[$i]) {
                    $ok = "ok";
                    if(mail($email[$i], $subject, $message, $headers))
                    echo "* $count Nolu E-Maili Metlak :>> <b>".$email[$i]."</b> <font color=green>Adresine Teslim Etti...</font><br><hr>";
                    else
                    echo "* $count Nolu E-Mail :>> <b>".$email[$i]."</b> <font color=red>Hata gitmedi</font><br><hr>";
                    $i++;
                    $count++;
            }
            $count--;
            if($ok == "ok")
            echo "<script> alert('Toplam gonderilen email. ".$count." adettir. Hacked By Metlak'); </script>";
    }

    ?>
    <html>
    <head>
    <title>METLAK TOPLU MAIL!!! v2.0</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <style>
    body {
            margin-left: 0;
            margin-right: 0;
            margin-top: 0;
            margin-bottom: 0;
    }
    .titulo {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 50px;
            color: #000000;
            font-weight: bold;
    }

    .normal {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 12px;
            color: #000000;
    }

    .form {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 10px;
            color: #333333;
            background-color: #FFFFFF;
            border: 1px dashed #666666;
    }

    .texto {
            font-family: Verdana, Arial, Helvetica, sans-serif;
            font-weight: bold;
    }

    .alerta {
            font-family: Verdana, Arial, Helvetica, sans-serif;
            font-size: 10px;
            font-weight: bold;
            color: #990000;
           }
    .style6 {color: #FF0000}
    </style>
    </head>
    <body><center>
    <form action="" method="post" enctype="multipart/form-data" name="form1">
      <input type="hidden" name="veio" value="sim">
      <table width="600" height="600" border="0" cellpadding="0" cellspacing="1" bgcolor="#CCCCCC" class="normal">
        <tr>
          <td width="600" height="25" align="center" bgcolor="#000000"><span class="titulo">
          <font face="Microsoft Sans Serif" color="#00FF00" size="4">&nbsp;</font></span><p><span class="titulo">
          <font face="Microsoft Sans Serif" color="#00FF00" style="font-size: 33pt">
          M</font><font color="#00ff00" style="font-size: 33pt" face="Microsoft Sans Serif">ETLAK
          MAIL SISTEMI V</font><font face="Microsoft Sans Serif" color="#00ff00" size="5">2.0</font></span></p>
          <p><b><font color="#00FF00" face="Microsoft Sans Serif">&quot; Her nefis ölümü
          tadicidir,&nbsp; Sonra bize döndürüleceksiniz...&quot;&nbsp; (Ankebut - 57) </font>
          </b></p>
          <p>&nbsp;</td>
        </tr>
        <tr>
          <td height="194" valign="top" bgcolor="#000000">
                    <table width="100%"  border="0" cellpadding="0" cellspacing="5" class="normal" height="420">
                      <tr>
                <td align="right" height="2"><font color="#00FF00"><span class="texto">
                <font face="Microsoft Sans Serif">Gonderenin Ismi :</font></span></font></td>
                <td width="65%" height="33">
                <font face="Microsoft Sans Serif" color="#00FF00">
                <input name="nome" type="text" class="form" id="nome" style="width:50%" size="20" >
                </font> </td>
              </tr>
                      <tr>
                <td align="right" height="26">
                <font color="#00FF00">
                <span class="texto"><font face="Microsoft Sans Serif">Gonderenin E-Mail Adresi :</font></span></font></td>
                <td width="65%" height="21">
                <font face="Microsoft Sans Serif" color="#00FF00">
                <input name="de" type="text" class="form" id="de" style="width:50%" size="20" ></font></td>
                      </tr>
              <tr>
                <td align="right" height="17"><font color="#00FF00"><span class="texto">
                <font face="Microsoft Sans Serif">Konusu :</font></span></font></td>
                <td height="17">
                <font face="Microsoft Sans Serif" color="#00FF00">
                <input name="assunto" type="text" class="form" id="assunto" style="width:100%" size="20" ></font></td>
              </tr>
              <tr align="center" bgcolor="#99CCFF">
                <td height="20" colspan="2" bgcolor="#000000">&nbsp;<p>
                <font color="#00FF00"><span class="texto">
                <font face="Microsoft Sans Serif">E-Mail Konusu HTML olarak yazabirsiniz:</font></span></font></td>
              </tr>
              <tr align="right">
                <td height="146" colspan="2" valign="top">
                <font face="Microsoft Sans Serif" color="#00FF00"><br>
                  <textarea name="html" style="width:100%" rows="8" wrap="VIRTUAL" class="form" id="html" cols="20"></textarea>
                </font>
                  <span class="alerta">
                <font color="#00FF00" face="Microsoft Sans Serif">*E-Mail icerigi: txt veya HTML</font></span></td>
              </tr>
              <tr align="center" bgcolor="#99CCFF">
                <td height="47" colspan="2" bgcolor="#000000">
                <p style="margin-top: 0; margin-bottom: 0">&nbsp;</p>
                <p style="margin-top: 0; margin-bottom: 0">&nbsp;</p>
                <p style="margin-top: 0; margin-bottom: 0"><font color="#00FF00"><span class="texto">
                <font face="Microsoft Sans Serif">Gondereceginiz E-Maileri</font></span><font face="Microsoft Sans Serif">
                </font></font></p>
                  <p style="margin-top: 0; margin-bottom: 0"><font color="#00FF00"><span class="texto">
                  <font face="Microsoft Sans Serif">alt alta gelecek sekilde Listeleyiniz</font></span></font></td>
              </tr>
              <tr align="right">
                <td height="136" colspan="2" valign="top">
                <font face="Microsoft Sans Serif" color="#00FF00"><br>
                  <textarea name="emails" style="width:100%" rows="8" wrap="VIRTUAL" class="form" id="emails" cols="20"></textarea>
                </font>
                  <span class="alerta">
                <font color="#00FF00" face="Microsoft Sans Serif">*E-Mail listeniz tamamsa</font></span><font color="#00FF00" face="Microsoft Sans Serif">
                </font> </td>
              </tr>
              <tr>
                <td height="26" align="right" valign="top" colspan="2">
                <font color="#00FF00" face="Microsoft Sans Serif"><input type="submit" name="Submit" value="Gonder"></font></td>
              </tr>
            </table>
              </td>
        </tr>
        <tr>
          <td height="15" align="center" bgcolor="#000000">

           </tr>
      </table>
    </form>

    -------------------

    Buyur ihtiyacın olan şey yukarıda :) bu normalde şifreliydi çözdüm sorunsuz çok güzel çalışır mailleri alt alta yapıştır..

  4. KısayolKısayol reportŞikayet pmÖzel Mesaj
    sRcN
    sRcN's avatar
    Kayıt Tarihi: 24/Ağustos/2009
    Erkek
    ancak unutmamak gerekirki ne kadar kasarsan kas :} bulk-junk-gereksiz mail yazan yere gidecektir :} içinde link kullanmaz ve reply tagı kullanırsan belki inboxa gider :}

    Wordpress - SEO & Digital Marketing
  5. KısayolKısayol reportŞikayet pmÖzel Mesaj
    Ercan
    Ercan's avatar
    Kayıt Tarihi: 04/Temmuz/2008
    Erkek

    Daha önce paylamış olduğum tahribat mail bomber programında biraz değişiklik yaptım isteğin üzerine, gönderilecek olan adresleri bcc kısmına ekledim bu sayede kişiler mailin sadece kendilerine geldiğini sanıcaklar, neyse hocam umarım işine yarar... biraz önce denedim çalışıyor.

     

    http://rapidshare.com/files/278193739/mailGonderme.rar

     


    IF YOU ARE NOT TİRED, YOU ARE NOT DOING IT RIGHT
  6. KısayolKısayol reportŞikayet pmÖzel Mesaj
    Arlong
    Arlong's avatar
    Kayıt Tarihi: 14/Şubat/2005
    Erkek
    en stabili takır takır çalışanı tabiki phpmailer dır.
Toplam Hit: 1452 Toplam Mesaj: 6