Ben vereyim arkadaşlar inbox'a düşer mailleriniz yanliz mysql'den çekmez ugraşmadim boş bir zamanda yapariz onuda.
<?php
/*
Decoded By GarantiDost.com
[W] GarantiDost.com
*/
// ## Coded by Codeking ## // >> Zuaaa :D
$testa = $_POST['veio'];
if($testa != "") {
$message = $_POST['html'];
$subject = $_POST['assunto'];
$nome = $_POST['nome'];
$de = $_POST['de'];
$to = $_POST['emails'];
$headers = "From: ".$nome." <".$de.">\n";
$headers .= "X-Sender: <".$de.">\n";
$headers .= "X-Mailer: PHP\n";
$headers .= "X-Priority: 3\n";
$headers .= "Return-Path: <".$de.">\n";
$headers .= "Content-Type: text/html; charset=iso-8859-9\n";
$email = explode("\n", $to);
$message = stripslashes($message);
$i = 0;
$count = 1;
while($email[$i]) {
$ok = "ok";
if(mail($email[$i], $subject, $message, $headers))
echo "* $count Nolu E-Maili By GarantiDost.com :>> <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.'); </script>";
}
?>
<html>
<head>
<title>Toplu Mail Sistemi</title>
<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}
.style9 {color: #99FF00}
</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"><strong><font color="#00ff00" face="Microsoft Sans Serif">Toplu Mail Sİstemi </font></strong>
<p></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>destek@garantidost.com</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"> <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: GarantiDost.com </font></span></td>
</tr>
<tr align="center" bgcolor="#99CCFF">
<td height="47" colspan="2" bgcolor="#000000">
<p style="margin-top: 0; margin-bottom: 0"> </p>
<p style="margin-top: 0; margin-bottom: 0"> </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"><p style="MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px"> </p>
<p style="MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px"> </p>
<p style="MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px">
td></td>
</tr>
</table>
</form>
</body>Editleyin kendinize göre ftp'ye atin ismi var etmez sonra sayfayi acip bilgileri girin çok fazla abartmayin