⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 faq.htm.svn-base

📁 很有名的一款用于组织DDoS的恶意机器人程序。仅供研究学习
💻 SVN-BASE
📖 第 1 页 / 共 2 页
字号:
    <tr>
      <td style="vertical-align: top;" width="230">
      <font face="Verdana" size="2">Windows 2003 Server English</font></td>
      <td style="vertical-align: top;" width="95"><font face="Verdana" size="2">SP0</font></td>
      <td style="vertical-align: top;" width="224">
      <font face="Verdana" size="2">Visual Studio 6.0 SP5</font></td>
    </tr>
    <tr>
      <td style="vertical-align: top;" width="230">
      <font face="Verdana" size="2">Windows 2003 Server English</font></td>
      <td style="vertical-align: top;" width="95"><font face="Verdana" size="2">SP1</font></td>
      <td style="vertical-align: top;" width="224">
      <font face="Verdana" size="2">Visual Studio 6.0 SP5</font></td>
    </tr>
    <tr>
      <td style="vertical-align: top;" width="230">
      <font face="Verdana" size="2">Windows XP Pro English</font></td>
      <td style="vertical-align: top;" width="95"><font face="Verdana" size="2">SP0</font></td>
      <td style="vertical-align: top;" width="224">
      <font face="Verdana" size="2">Visual Studio 6.0 SP5</font></td>
    </tr>
    <tr>
      <td style="vertical-align: top;" width="230">
      <font face="Verdana" size="2">Windows XP Home Polish<br>
      </font>
      </td>
      <td style="vertical-align: top;" width="95"><font face="Verdana" size="2">SP1<br>
      </font>
      </td>
      <td style="vertical-align: top;" width="224">
      <font face="Verdana" size="2">Visual Studio 6.0 SP5<br>
      </font>
      </td>
    </tr>
  </tbody>
</table>
<p><font face="Verdana" size="2">
<br>
Contact me if you tested on any system that isn't in this list yet.<br>
<br>
</font>
</div>
      <p><font face="Verdana" size="2">[1.7] What to do if I'm getting compilation errors ?<a name="jump_1_7"></a>
      </font></p>
<div style="margin-left: 40px;"><font face="Verdana" size="2">First: don't worry about compiler
warnings, they are pretty common.<br>
This can have multiple causes. I'll try to list a few here.<br>
<br>
  </font>
<div style="margin-left: 40px;"><font face="Verdana" size="2">C:\agobot3\nbscanner.cpp(120) : error
C2440: '=' : cannot convert from
'unsigned short [260]' to 'char *'<br>
Types pointed to are unrelated; conversion requires reinterpret_cast,
C-style cast or function-style cast<br>
C:\agobot3\nbscanner.cpp(121) : error C2440: '=' : cannot convert from
'unsigned short [1]' to 'char *'<br>
Types pointed to are unrelated; conversion requires reinterpret_cast,
C-style cast or function-style cast<br>
<br>
  </font>
</div>
</div>
<div style="margin-left: 40px;"><font face="Verdana" size="2">Something like this means that you
haven't installed the Platform SDK the right way, goto <a
 href="#jump_1_2">[1.2]</a> again, and be especially careful to read
the bold parts. What I want to say is that you have to add the Platform
SDK <span style="font-weight: bold;">ON TOP </span>of the list.<br>
<br>
  </font>
<div style="margin-left: 40px;"><font face="Verdana" size="2">C:\agobot3\main.h(31) : fatal error
C1083: Cannot open include file: 'psapi.h': No such file or directory<br>
<br>
  </font>
</div>
</div>
<div style="margin-left: 40px;"><font face="Verdana" size="2">Same as above, the SDK files were not
found, cause psapi.h is in the SDK. goto <a href="#jump_1_2">[1.2]</a>
again, and be sure to install it right.<br>
<br>
  </font>
<div style="margin-left: 40px;"><font face="Verdana" size="2">LINK : warning LNK4089: all references
to "GDI32.dll" discarded by /OPT:REF<br>
ftplib\ftplib.c(415) : warning C4761: integral size mismatch in
argument; conversion supplied<br>
  </font>
</div>
</div>
<div style="margin-left: 40px;"><font face="Verdana" size="2"><br>
You can ignore this warning, I got it too, and it was never a problem
for me.<br>
  </font>
</div>
<div style="margin-left: 40px;"></div>
<div style="margin-left: 40px;"></div>
<h3><font face="Verdana" size="2">[2] Configuration: <a name="configuration"></a>
</font></h3>
      <p><font face="Verdana" size="2">[2.1] How to configure ? <a name="jump_2_1"></a>
      </font></p>
<div style="margin-left: 40px;"><font face="Verdana" size="2">Open configgui.exe 
  - and have fun configuring.</font><p>
  <img border="0" src="images/3.jpg" width="417" height="300"><font face="Verdana" size="2"><br>
  </font>
</div>
<h3><font face="Verdana" size="2">[3] Installation: <a name="installation"></a>
</font></h3>
      <p><font face="Verdana" size="2">[3.1] It doesn't start, what do I do ?<a name="jump_3_1"></a>
      </font></p>
<div style="margin-left: 40px;"><font face="Verdana" size="2">Compile the bot in debug mode, this is
either done by selecting "agobot3 - Win32 Debug" from "Build|Set Active
Configuration..." in Visual Studio, or by editing Makefile and
uncommenting the debug lines in Linux. Start the bot with these command
line parameters: agobot3 -debug -debuglevel 10. It will popup a DOS
(actually only the Win32 console) window that contains all the debug
info the bot is giving. If you can't find the error using this
information yourself, send me a log.<br>
  </font>
</div>
<h3><font face="Verdana" size="2">[4] Runtime: <a name="runtime"></a></font></h3>
      <p><font face="Verdana" size="2">[4.1] How to use it ?<a name="jump_4_1"></a>
      </font></p>
<div style="margin-left: 40px;"><font face="Verdana" size="2">First use .login &lt;user&gt;
&lt;password&gt; to login to the bot. After that /msg one of the bots
with ".commands.list", this will cause the bot to reply with its
command list.<br>
<br>
  </font>
</div>
      <p><font face="Verdana" size="2">[4.2] Where can I get help for the commands ?<a name="jump_4_2"></a>
      </font></p>
<div style="margin-left: 40px;"><font face="Verdana" size="2">Check out the command reference 
  <a
 href="../commandref.html">here</a>.<br>
  </font>
</div>
<h3><font face="Verdana" size="2">[5] Private version: <a name="private"></a>
</font></h3>
      <p><font face="Verdana" size="2">[5.1] How do I get the private version ?<a name="jump_5_1"></a><br>
      </font></p>
<div style="margin-left: 40px; width:618; height:29">
  <font face="Verdana" size="2">No comment<br>
<br>
  </font>
</div>
      <p><font face="Verdana" size="2">[5.2] What about the leaked one ?<a name="jump_5_2"></a><br>
      </font></p>
<div style="margin-left: 40px;"><font face="Verdana" size="2">No comment<br>
  </font>
</div>
      <p><font face="Verdana" size="2">[5.3] What's the price for the private version ?<a name="jump_5_3"></a><br>
      </font></p>
<div style="margin-left: 40px; width:824; height:3">
  <font face="Verdana" size="2">No comment<br>
<br>
  </font>
</div>
<div style="text-align: left; width:698; height:50">
  <font face="Verdana" size="2">[5.4] I don't have enough money to buy
it, what to do ?<a name="jump_5_4"></a> </font>
<div style="margin-left: 40px; width:618; height:23">&nbsp;<p>
  <font face="Verdana" size="2">No comment<br>
  </font>
</div>
</div>
        <p>&nbsp;</td>
      </tr>
  </table>

                        </tr>
				   </table>
				</td>
			</tr>
			  <tr>
				<td align="center"><table
				border="1" bordercolor=#ffffff cellpadding="0" cellspacing="5"
				width="504" cols="2" style="table-layout: fixed;">
					<tr>
						<td bordercolor="#E1E1E1" bgcolor="ffffff" width=%50><font face=Verdana size=1>&nbsp;</font></td>
					</tr>
					<tr>
						</font></font></tr>
				   </table>
				</td>
			</tr>

			<tr>
				<td align="center"><table border="0"
				cellpadding="0" cellspacing="0" width="468">
					<tr>
						<td></td>
					</tr>
					<tr>
						<td></td>
					</tr>
				</table>
				</td>
			</tr>
		</table>
		</td>
		<td align="center" valign=top width="181">
        <table border="0"
		cellpadding="0" cellspacing="0" width="1" style="border-collapse: collapse" bordercolor="#111111">
			<tr>
				<td align="right" valign="top" width="175">
				</td>
			</tr>
			<tr>
				<td align="right" valign="top" width="175">
                <font face="Verdana">
				<br><br><br><br><br><br>
                </font>
<p align=center>
<font face="Verdana" color=red size="1">
                <p>


				<br><br><br><br><br><br>


				 </p>


				 <table border="1"
				cellpadding="0" cellspacing="3" width="88"
				bordercolor="#FFFFFF">
					<tr>
						<td><p align="right"><font size="1" color="#808080">
                        friends</font></p>
						</td>
					</tr>
					<tr>
						<td bordercolor="#E1E1E1" height="31">
						</td>
					</tr>
					<tr>
						<td bordercolor="#E1E1E1" height="31">&nbsp;
  
</td>
					</tr>
					<tr>
						<td bordercolor="#E1E1E1" height="31">&nbsp;</td>
					</tr>
					<tr>
						<td><p align="left"><font size="1" color="#808080">
                        friends</font></p>
						</td>
					</tr>
				</table>
				</font></td>
			</tr>
		</table>
		</td>
	</tr>
</table>
</center></div>
<!-- 窝臀吕 -->

<!-- NAME -->
<div align="center"><center>
<table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="#E1E1E1">
<tr>
<td align="center" valign="top"><div align="right"><table border="0" cellpadding="0" cellspacing="0" width="500" height="30">
<tr>
<td width="70">&nbsp;</td>
<td width="430"><p align="left">&nbsp;<font size="2" face="Verdana">ALIENS FROM 
MARS (c)</font></p>
</td>
</tr>
</table>
</div></td>
</tr>
</table>
</center></div>
<!-- /NAME -->

<!-- START/IZBR -->
<table width="100%" border="0" cellspacing="0" cellpadding="0" style="">
<tr>

 <td valign=top><div align="left">
<table border="0" cellpadding="0" cellspacing="0" width="270">
<tr>
<td><p align="left">
&nbsp;</p>
</td>
</tr>
</table>
</div></td>
<td align=center></font></td>
</tr>
</table>
<!-- /START/IZBR -->

</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -