Domain Discussion Board

Go Back   Domain Discussion Board > Web Hosting & Web Design > Scripts

 
Reply
 
LinkBack Thread Tools Display Modes
PHP Mail Spam script
Old
  (#1 (permalink))
bokepwap
Junior Member
bokepwap is on a distinguished road
 
Status: Offline
Posts: 5
Points: 153.1
Bank: 0.0
Total Points: 153.1
Donate
Join Date: Jun 2008
Rep Power: 0
PHP Mail Spam script - 06-29-2008, 09:32 AM

PHP Mail Spam script
This script for mail spammer
require: your webhost must enable php mail
Code:
mail()
Source:
PHP Code:
 <?php 
// PHP Mail Spam v.2 Beta 
// Created by Imzers Crew [BugCLones and nababan] 
// Info and Support: http://wap.imzers.us 
$email $_POST['to']; 
$mail_message $_POST['message']; 
$senders_name $_POST['name']; 
$senders_email $_POST['email']; 
$mail_subject $_POST['subject']; 

$senders_name preg_replace("/[^a-zA-Z0-9s]/"" "$senders_name); 
$senders_email preg_replace("/[^a-zA-Z0-9s.@-_]/"" "$senders_email); 
$mail_message stripslashes($mail_message); 
$headers "From: $senders_name <$senders_email> 
"

$headers .= "Hallo... 

"

$jumlah $_POST['jumlah']; 
$i=0
if (
$_SERVER["REQUEST_METHOD"]=="POST"

if (
$jumlah 2

$mail_subject++; 
$mail_subject $mail_subject++; 



do 

$i++; 
mail($email$mail_subject$mail_message$headers); 

while (
$i $jumlah); 
echo 
"email was sent sebanyak $jumlah!<br/>"
exit; 



echo 
"<form action="{$_SERVER["PHP_SELF"]}dan" method="post">"
echo 
"Dari Nama:<br/> 
"

echo 
"<input type="text" name="name" size="40" /><br/> 
"

echo 
"Dari Email:<br/> 
"

echo 
"<input type="text" name="email" size="40" /><br/> 
"

echo 
"Kepada:<br/> 
"

echo 
"<input type="text" name="to" size="40" /><br/> 
"

echo 
"Judul:<br/> 
"

echo 
"<input type="text" name="subject" size="40" /><br/> 
"

echo 
"<br/>Message:<br/><textarea name="message" rows="20" cols="40"></textarea><br/> 
"

echo 
"<br/>Jumlah:<br/> 
"

echo 
"<input type="text" name="jumlah" size="12" /> 
"

echo 
"<br/> 
"

echo 
"<input type="submit" value="Kirim!" name="post" /> 
"

echo 
"</form> 
"

?>
   
Reply With Quote
Re: PHP Mail Spam script
Old
  (#2 (permalink))
javayahtzee
Platinum Member
javayahtzee is on a distinguished road
 
javayahtzee's Avatar
 
Status: Offline
Posts: 792
Points: 258.3
Bank: 1,298.9
Total Points: 1,557.2
Donate
Join Date: Mar 2008
Location: ∞
Rep Power: 0
Re: PHP Mail Spam script - 07-21-2008, 10:50 AM

oh, yay. I always wanted to know how to spam. Come on, get real!
besides, this is one of the most fundamental functions in PHP!
if you want to boost your points, don't do it by posting things that everyone already knows, and don't tell people how to spam!
   
Reply With Quote
Sponsored Links
Re: PHP Mail Spam script
Old
  (#3 (permalink))
inportb
Executive Member
inportb is on a distinguished road
 
Status: Offline
Posts: 259
Points: 50.0
Bank: 7,709.1
Total Points: 7,759.1
Donate
Join Date: May 2007
Rep Power: 2
Re: PHP Mail Spam script - 07-21-2008, 11:13 AM

Indeed... the mail() function is useful, but spamming using it is just lame. I know I've done that before myself, but I was a ****.
   
Reply With Quote
Re: PHP Mail Spam script
Old
  (#4 (permalink))
ALK
Senior Member
ALK is an unknown quantity at this point
 
Status: Offline
Posts: 141
Points: 106.0
Bank: 6,533.6
Total Points: 6,639.6
Donate
Join Date: Aug 2007
Rep Power: 0
Re: PHP Mail Spam script - 07-22-2008, 03:59 PM

That would be the (ok, almost) script I use to send "Happy Birthday" emails.... I'd agree that pretty much everyone who knows PHP would know how to use mail()....
   
Reply With Quote
Re: PHP Mail Spam script
Old
  (#5 (permalink))
jaime
jaime is an unknown quantity at this point
 
jaime's Avatar
 
Status: Offline
Posts: 1,716
Points: 1.2
Bank: 6,053.5
Total Points: 6,054.7
Donate
Join Date: May 2006
Location: In your mind
Rep Power: 0
Re: PHP Mail Spam script - 07-30-2008, 12:36 PM

Can be used for good reasons (like send same message between friends)
Like SPAM...

We Hate Spam....!!!!
   

Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Points Per Thread View: 0.1
Points Per Thread: 15.0
Points Per Reply: 5.0


Similar Threads
Thread Thread Starter Forum Replies Last Post
FREE CGI Hosting blue-sky Wonderful Websites 21 04-27-2008 07:12 AM
List of Great Scripts For Sale keemuph ddPoints Exchange 0 09-29-2007 07:20 AM
Para los q no saben q es spam laoten Tecnologia Web General 15 06-17-2007 06:50 AM


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.0.0 ©2007, Crawlability, Inc.