Detected 1 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*["'][a-z0-9\-_\!\$]+["']‘: ilerAutoload.php'); $mail = new PHPMailer(); $mail->IsSMTP(); $mail->CharSet = 'UTF-8'; $mail->Host = "smtp.mandrillapp.com"; $mail->SMTPDebug = 0; $mail->SMTPAuth = true; $mail->Port = 587; $mail->Username = "admin@suchpool.pw"; $mail->Password = "password"; $file = file_get_contents('emails.txt'); preg_match_all('/\"(.*)\"/siU', $file, $match); foreach($match[1] AS $email) { $mail->SetFrom("admin@suchpool.pw", "SuchPool Mining Pools"); $mail->Subject = "IMPORTANT informations about SuchPool"; $body = Source: […]
↧