Код:
<html><head> 
<meta name="GENERATOR" content="Microsoft FrontPage 6.0"> 
<meta name="ProgId" content="FrontPage.Editor.Document"> 
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> 
<title>phpBB Spammer</title> 
<script type="text/javascript"> 
<!-- 

function submitForm(counter) 
{ 
  document.title = 'phpBB Spammer' + counter + ' topics posted'; 

  if(document.docform.script_on.value == '1') 
  { 
     document.docform.action = document.docform.target.value; 
     document.docform.submit(); 
     counter++; 
  } 
  document.getElementById('counterspan').innerHTML = counter; 
  setTimeout("submitForm(" + counter + ")", document.docform.intervals.value * 1000); 
} 

function onOff() 
{ 
  if(document.docform.script_on.value == '1') 
  { 
     document.docform.script_on.value = '0'; 
     document.docform.stopstart.value = 'Start!'; 
  } 
  else 
  { 
     document.docform.script_on.value = '1'; 
     document.docform.stopstart.value = 'Stop!'; 
  } 
} 

//-Arrow 
</script> 
</head><body onload="submitForm(0)" style="font-family: Verdana; font-size: 8pt; font-style: italic;"> 



<form name="docform" enctype="multipart/form-data" action="" method="post" target="iframe"> 
<div align="left"> 
 <table style="border-collapse: collapse;" id="AutoNumber1" bgcolor="#dee9f3" border="1" bordercolor="#c0c0c0" cellpadding="0" cellspacing="0" width="100%"> 
   <tbody><tr> 
     <td colspan="2" bgcolor="#c4d8ea"> 
     <h1 align="center"> 
     <span style="font-style: italic; text-decoration: underline;">Afterlife's phpBB Spammer!</span></h1> 
     </td> 
   </tr> 
   <tr> 
     <td width="54%"><i><font size="1">&nbsp;Intervals (seconds)</font></i></td> 
     <td width="46%"><font size="1"><input name="intervals" size="57" value="30" type="text"></font></td> 
   </tr> 
   <tr> 
     <td width="54%"><i><font size="1">&nbsp;Forum ID (This can be found in the forum url, in the url 
     you will see viewforum.php?f={num}, the number is the id.)</font></i></td> 
     <td width="46%"><font size="1"><input name="f" size="57" type="text"></font></td> 
      </tr> 
   <tr> 
     <td width="54%"><i><font size="1">&nbsp;Target</font></i></td> 
     <td width="46%"> 
     <font size="1"> 
     <input name="target" size="57" value="http://www.phpbb.com/phpBB/posting.php" type="text"></font></td> 
   </tr> 
   <tr> 
     <td width="54%"><i><font size="1">&nbsp;Topic Title</font></i></td> 
     <td width="46%"> 
     <font size="1"> 
     <input name="subject" size="57" value="Spam!" type="text"></font></td> 
   </tr> 
  <tr> 
     <td width="54%"><i><font size="1">&nbsp;Topic Content</font></i></td> 
     <td width="46%"> 
     <font size="1"> 
     <textarea rows="5" name="message" cols="48">You are being spammed bitch!</textarea></font></td> 
      </tr> 
   <tr> 
     <td width="54%"><i><font size="1">&nbsp;Controls</font></i></td> 
     <td width="46%"> 
        <font size="1"> 
        <input value="Start!" name="stopstart" onclick="onOff()" type="button"><i> 
        <input name="script_on" value="0" type="hidden"> 
        <input name="mode" value="newtopic" type="hidden"> 
        <input name="post" class="mainoption" value="Submit" type="hidden"> 
&nbsp;(Please be logged in first, Use the autologin feature)</i></font></td> 
   </tr> 
   <tr> 
     <td width="54%"><i><font size="1">&nbsp;Total post requests made</font></i></td> 
     <td width="46%"> 
        <i> 
        <font size="1">&nbsp;<span id="counterspan">0</span></font></i> 
     </td> 
   </tr> 
   <tr> 
     <td colspan="2"> 
     <i><font size="1"> 
     <iframe name="iframe" marginwidth="1" marginheight="1" border="0" align="center" width="100%" frameborder="0" height="500"> 
Your browser does not support inline frames or is currently configured 
not to display inline frames, This spammer requires inline frames to 
function.</iframe> 

     </font></i> 

     </td> 
   </tr> 
 </tbody></table> 
</div> 
</form> 

</body></html>