<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
	<link rel="self" type="application/atom+xml" href="https://forum.eggheads.org/app.php/feed/topic/15292" />

	<title>egghelp/eggheads community</title>
	<subtitle>Discussion of eggdrop bots, shell accounts and tcl scripts.</subtitle>
	<link href="https://forum.eggheads.org/index.php" />
	<updated>2008-01-30T20:36:13-04:00</updated>

	<author><name><![CDATA[egghelp/eggheads community]]></name></author>
	<id>https://forum.eggheads.org/app.php/feed/topic/15292</id>

		<entry>
		<author><name><![CDATA[zaxxon202]]></name></author>
		<updated>2008-01-30T20:36:13-04:00</updated>

		<published>2008-01-30T20:36:13-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=80485#p80485</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=80485#p80485"/>
		<title type="html"><![CDATA[netbots 1.16 bug maybe?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=80485#p80485"><![CDATA[
OK. My handleg in eggdrop.h was default at 9. I forgot all about that. Once I fixed that everything was ok. Alot of my bots are more than 9 chars. And THOSE were the ones not linked.<br><br>Thanks for all that help tho. Appreciate it<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9490">zaxxon202</a> — Wed Jan 30, 2008 8:36 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[slennox]]></name></author>
		<updated>2008-01-26T22:02:19-04:00</updated>

		<published>2008-01-26T22:02:19-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=80377#p80377</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=80377#p80377"/>
		<title type="html"><![CDATA[netbots 1.16 bug maybe?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=80377#p80377"><![CDATA[
Get on a bot, type .netbots, and pick one of the bots that is incorrectly shown as offline or not linked. Then type .whois &lt;that bot's handle&gt;. Does its user record have the netbot flag (default "N") set? If not, then on each bot you need to set that flag for every other netbot, or you can change the netbot flag setting so that you don't need to set netbot flags (but that can reduce security).<br><br>Note that the netbots documentation quoted above won't fully apply to 1.16, which was a much simpler script without all the crapware bundled <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=13034">slennox</a> — Sat Jan 26, 2008 10:02 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[speechles]]></name></author>
		<updated>2008-01-26T14:08:05-04:00</updated>

		<published>2008-01-26T14:08:05-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=80361#p80361</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=80361#p80361"/>
		<title type="html"><![CDATA[Re: netbots 1.16 bug maybe?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=80361#p80361"><![CDATA[
<blockquote class="uncited"><div>When I do .netbots It shows all the bots, but also shows most are either offline or not linked. And thier both.  Im no expert, but Im stumped.<br><br>Any thoughts?</div></blockquote>It's certainly not a bug, you probably haven't set up netbots properly. Realize .bots and .netbots are two completely different commands. Netbots has <strong class="text-strong"><em class="text-italics">always</em></strong> worked flawlessly for me.  You probably haven't linked/hubbed/leafed your bots yet so of course, netbots can't work. They cant communicate until you set up a bot entry with hostmask/bot port/address/etc for them all..<br><br>Type <strong class="text-strong">.bots</strong> and you should see almost exactly what you see when typing <strong class="text-strong">.netbots</strong>. If you only have one bot show up when typing <strong class="text-strong">.bots</strong> you have forgot to create your botnet before installing netbots.<br><br>What you should do is reread and follow exactly the procedure, outlined below..<blockquote class="uncited"><div><strong class="text-strong">SETUP</strong><br><br>NOTE: netbots.tcl is not a bot linking and sharing tool. Your botnet should already be linked (and sharing if desired) before you set up netbots.tcl.<br><br><strong class="text-strong">1)</strong> netbots.tcl is split into several files - netset.tcl contains the script settings and netbots.tcl contains the code. Additional component scripts (e.g. aidle.tcl, botnetop.tcl, etc.) are also included. To setup the netbots.tcl script, netset.tcl is the only file you'll need to edit.<br><br><strong class="text-strong">2)</strong> To get netbots.tcl up and running, you only need to change two settings in the netset.tcl file. You can deal with the rest of the settings later if you wish. Near the top of the file, you'll see the lines set nb_key "changethis" and set nb_flag N. Change nb_key to a short, random set of alpha-numeric characters, e.g. "e9g4bMu". The nb_flag setting is explained in the components documentation.<br><br><strong class="text-strong">3)</strong> In each bot's directory, create a new directory named netbots. Copy the netset.tcl, netbots.tcl, and additional component scripts (e.g. aidle.tcl, botnetop.tcl, etc.) to this new directory. The netbots.tcl script, settings file, and any component scripts you wish to use must be placed in this directory for the script to work properly.<br><br><strong class="text-strong">4)</strong> At the end of each bot's config file, add the line source netbots/netbots.tcl.<br><br><strong class="text-strong">5)</strong> Rehash each bot on the botnet (note that if you have any of my old standalone scripts installed, you should probably restart each bot instead of just rehashing). The basic netbots component with the default settings will be loaded on each bot.<br><br><strong class="text-strong">6)</strong> If you have nb_flag set to a custom netbot flag (i.e. "N" or another upper-case alphabet letter), you will need to setup the netbot flags on your bots. On the hub bot, type .netbots add &lt;leaf&gt; for each leaf bot. On each leaf bot, type .netbots add &lt;hub&gt;. You can also specify a list of bots to add when using the command, e.g. .netbots add NiceBot,CuteBot,FatBot instead of using the command multiple times to add several bots. Note that this command does not make a special netbot list anywhere - it simply gives the specified bots the netbot flag.<br><br>Tip: On any netbot, you can type .netbots to see which bots on the botnet are currently recognised as other netbots.<br><br><strong class="text-strong">7)</strong> Type .netinfo on a few of the bots (on control bots only if you've specified them in the nb_ctrlbots setting). If all the other netbots reply, the script is working. If some netbots don't reply (or if none of them do), you probably haven't set up the netbot flags completely on that particular bot, and should read step 6 again. If you get a "What? You need '.help'", the script is not loaded and you need to go back to step 1.</div></blockquote>Repeat this process without omitting any steps at all, and you should find netbots works perfectly.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8138">speechles</a> — Sat Jan 26, 2008 2:08 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[zaxxon202]]></name></author>
		<updated>2008-01-25T21:16:55-04:00</updated>

		<published>2008-01-25T21:16:55-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=80342#p80342</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=80342#p80342"/>
		<title type="html"><![CDATA[netbots 1.16 bug maybe?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=80342#p80342"><![CDATA[
When I do .netbots It shows all the bots, but also shows most are either offline or not linked. And thier both.  Im no expert, but Im stumped.<br><br>Any thoughts?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9490">zaxxon202</a> — Fri Jan 25, 2008 9:16 pm</p><hr />
]]></content>
	</entry>
	</feed>
