Tutorials Scripts Free Q&A Books


 







:שמתשמ
:המסיס
  

1 :םויה תוסינכ
48 :שדוחה תוסינכ
1 :ןיילנוא םישלוג
רחא PHP CGI ASP JavaScript Cold Fusion JSP

PHPב םיטפירקס


"ףיצמה"
םיזיע בלוח :רבחמה םש
http://builder.co.il/ :תיב-רתא

:תורעה\תויחנה
(םירידגמ םתאש) תועדוה לש םיוסמ רפסמ חלשי טפירקסה
!םירידגמ םתאש ליימיאל

תוירחא םוש עסי אל רדליב ,דבלב תויכוניח תורטמל טפירקסה
.טפירקסב שומישה יבגל

:דוק

<?
// Made By David Berlin

// Terms:
// All use of this script
// is for educational uses only!
// Builder will not be responsible
// for the use of this script
//
// By using this script you agree to these
// terms.
//
// http://www.builder.co.il, webmaster@builder.co.il


if(isset($num)) {
for($i=0; $i<$num; $i++) {
$mail = mail($to,$subject,$message,"From:\t $from");
}
if($mail) { echo "Sent!<br><a href=\"http://www.builder.co.il\">Builder.co.il Script</a><br><BR>"; } else { "error."; }
} else {
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<html>
<head>
<title>Spammer</title>
</head>

<body>
<form action=<? echo $PHP_SELF; ?> method="post">
To: <input type="text" name="to"><br>
From: <input type="text" name="from"><br>
<br>Subject: <input type="text" name="subject"><br>
Message:<br>
<textarea name="message" rows=12 cols=30></textarea><br><br>
No' of email's: <input type="text" name="num"><br><br>
<input type="submit">
</form>
<br><br><br>
<a href="http://www.builder.co.il">Made By Builder.co.il</a>
</body>
</html>
<?
}
?>

 

הרזח >>
...