<?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/16692" />

	<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>2009-03-15T08:01:00-04:00</updated>

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

		<entry>
		<author><name><![CDATA[shellx]]></name></author>
		<updated>2009-03-14T21:12:01-04:00</updated>

		<published>2009-03-14T21:12:01-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=87868#p87868</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=87868#p87868"/>
		<title type="html"><![CDATA[Eggdrop can't connect to irc servers [SOLVED]]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=87868#p87868"><![CDATA[
Thank you very very very much <span style="text-decoration:underline"><strong class="text-strong">nml375</strong></span>.  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10537">shellx</a> — Sat Mar 14, 2009 9:12 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[nml375]]></name></author>
		<updated>2009-03-14T18:48:31-04:00</updated>

		<published>2009-03-14T18:48:31-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=87867#p87867</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=87867#p87867"/>
		<title type="html"><![CDATA[Eggdrop can't connect to irc servers [SOLVED]]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=87867#p87867"><![CDATA[
Thank you.<br>Then you are suffering from the issue with threaded tcl.<br><br>The quickfix is as follows:<ul><li>Download/unpack eggdrop source.</li><li>Run ./configure</li><li>Edit config.h, locate the HAVE_TCL_THREADS macro:<div class="codebox"><p>Code: </p><pre><code>/* Define for Tcl that has threads. *//* #undef HAVE_TCL_THREADS */</code></pre></div>Alter that into this:<div class="codebox"><p>Code: </p><pre><code>/* Define for Tcl that has threads. */#define HAVE_TCL_THREADS 1</code></pre></div></li><li>Run make config</li><li>Run make</li><li>Run make install</li></ul>If you'd like to know more about this issue, you'll find several threads regarding this in the forum. A search for "threaded tcl" should pick most of them.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8052">nml375</a> — Sat Mar 14, 2009 6:48 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[shellx]]></name></author>
		<updated>2009-03-14T18:41:37-04:00</updated>

		<published>2009-03-14T18:41:37-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=87866#p87866</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=87866#p87866"/>
		<title type="html"><![CDATA[Eggdrop can't connect to irc servers [SOLVED]]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=87866#p87866"><![CDATA[
<blockquote class="uncited"><div><span style="color:red">Please refrain from bumping! (I will remove the bump-post this time).</span><br><br>Regarding your last post, do you get any error messages or logs?<br>Were you running it in foreground (using -n or -nt)?<br><br>The post you made earlier suggests it fully capable of connecting to freenode.net when running in foreground. This suggests you are either suffering from network issues (routing tables, firewall rules, etc), or a known issue with Tcl8.5 and threads. If you do as I suggested, changing the nickname and starting it in foreground - do you see it coming online and responding?</div></blockquote>When ./eggdrop -n -m eggdrop.conf its works and i can connect to telnet, but when start with ./eggdrop -m eggdrop.conf can't connect to server and i can't telneting .. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_confused.gif" width="15" height="15" alt=":?" title="Confused"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10537">shellx</a> — Sat Mar 14, 2009 6:41 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[nml375]]></name></author>
		<updated>2009-03-14T16:30:20-04:00</updated>

		<published>2009-03-14T16:30:20-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=87864#p87864</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=87864#p87864"/>
		<title type="html"><![CDATA[Eggdrop can't connect to irc servers [SOLVED]]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=87864#p87864"><![CDATA[
<span style="color:red">Please refrain from bumping! (I will remove the bump-post this time).</span><br><br>Regarding your last post, do you get any error messages or logs?<br>Were you running it in foreground (using -n or -nt)?<br><br>The post you made earlier suggests it fully capable of connecting to freenode.net when running in foreground. This suggests you are either suffering from network issues (routing tables, firewall rules, etc), or a known issue with Tcl8.5 and threads. If you do as I suggested, changing the nickname and starting it in foreground - do you see it coming online and responding?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8052">nml375</a> — Sat Mar 14, 2009 4:30 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[shellx]]></name></author>
		<updated>2009-03-13T21:36:59-04:00</updated>

		<published>2009-03-13T21:36:59-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=87842#p87842</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=87842#p87842"/>
		<title type="html"><![CDATA[Eggdrop can't connect to irc servers [SOLVED]]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=87842#p87842"><![CDATA[
<blockquote class="uncited"><div>Your eggdrop uses a registered nickname, and nickserv is complaining and either changing it's nick, or simply killing it.<br>Start with trying a different nickname.</div></blockquote>I try on my network, but does not work. Eggdrop can't connect to server and can't telneting  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_cry.gif" width="15" height="15" alt=":cry:" title="Crying or Very sad"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10537">shellx</a> — Fri Mar 13, 2009 9:36 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[nml375]]></name></author>
		<updated>2009-03-13T21:09:32-04:00</updated>

		<published>2009-03-13T21:09:32-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=87838#p87838</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=87838#p87838"/>
		<title type="html"><![CDATA[Eggdrop can't connect to irc servers [SOLVED]]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=87838#p87838"><![CDATA[
Your eggdrop uses a registered nickname, and nickserv is complaining and either changing it's nick, or simply killing it.<br>Start with trying a different nickname.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8052">nml375</a> — Fri Mar 13, 2009 9:09 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[shellx]]></name></author>
		<updated>2009-03-13T21:04:38-04:00</updated>

		<published>2009-03-13T21:04:38-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=87837#p87837</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=87837#p87837"/>
		<title type="html"><![CDATA[Eggdrop can't connect to irc servers [SOLVED]]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=87837#p87837"><![CDATA[
<blockquote class="uncited"><div>First step then, would be to start your eggdrop using -nt flags:<div class="codebox"><p>Code: </p><pre><code> ./eggdrop -m -nt eggdrop.conf</code></pre></div>This will prevent your eggdrop from dropping into background, and allows you to monitor log messages and similar in realtime.<br>Those messages should help us figure out why it's not connecting properly.</div></blockquote><div class="codebox"><p>Code: </p><pre><code>test@shell:~/eggdrop$ ./eggdrop -mn eggdrop.confEggdrop v1.6.19 (C) 1997 Robey Pointer (C) 2008 Eggheads[21:02] Allocated bind table unld (flags 1)[21:02] Allocated bind table time (flags 1)[21:02] Allocated bind table note (flags 0)[21:02] Allocated bind table nkch (flags 1)[21:02] Allocated bind table load (flags 1)[21:02] Allocated bind table link (flags 1)[21:02] Allocated bind table filt (flags 1)[21:02] Allocated bind table disc (flags 1)[21:02] Allocated bind table dcc (flags 0)[21:02] Allocated bind table chpt (flags 1)[21:02] Allocated bind table chon (flags 1)[21:02] Allocated bind table chof (flags 1)[21:02] Allocated bind table chjn (flags 1)[21:02] Allocated bind table chat (flags 1)[21:02] Allocated bind table bot (flags 0)[21:02] Allocated bind table bcst (flags 1)[21:02] Allocated bind table away (flags 1)[21:02] Allocated bind table act (flags 1)[21:02] Allocated bind table evnt (flags 1)[21:02] --- Loading eggdrop v1.6.19 (Fri Mar 13 2009)[21:02] Listening at telnet port 7777 (bots).[21:02] Listening at telnet port 8888 (users).[21:02] Listening at telnet port 9999 (all).[21:02] Module loaded: blowfish[21:02] Module loaded: dns[21:02] Module loaded: channels[21:02] Allocated bind table wall (flags 1)[21:02] Allocated bind table raw (flags 1)[21:02] Allocated bind table notc (flags 1)[21:02] Allocated bind table msgm (flags 1)[21:02] Allocated bind table msg (flags 0)[21:02] Allocated bind table flud (flags 1)[21:02] Allocated bind table ctcr (flags 1)[21:02] Allocated bind table ctcp (flags 1)[21:02] Module loaded: server[21:02] Module loaded: ctcp[21:02] Allocated bind table topc (flags 1)[21:02] Allocated bind table splt (flags 1)[21:02] Allocated bind table sign (flags 1)[21:02] Allocated bind table rejn (flags 1)[21:02] Allocated bind table part (flags 1)[21:02] Allocated bind table nick (flags 1)[21:02] Allocated bind table mode (flags 1)[21:02] Allocated bind table kick (flags 1)[21:02] Allocated bind table join (flags 1)[21:02] Allocated bind table pubm (flags 1)[21:02] Allocated bind table pub (flags 0)[21:02] Allocated bind table need (flags 1)[21:02] Module loaded: irc[21:02] LANG: Section loaded: notes[21:02] LANG: 42 messages of 47 lines loaded from ./language/notes.english.lang[21:02] LANG: 42 adds, 0 updates to message table[21:02] Module loaded: notes            (with lang support)[21:02] LANG: Section loaded: console[21:02] LANG: 10 messages of 15 lines loaded from ./language/console.english.lang[21:02] LANG: 10 adds, 0 updates to message table[21:02] Module loaded: console          (with lang support)[21:02] Module loaded: uptime[21:02] Userinfo TCL v1.07 loaded (URL BF GF IRL EMAIL DOB PHONE ICQ).[21:02] use '.help userinfo' for commands.STARTING BOT IN USERFILE CREATION MODE.Telnet to the bot and enter 'NEW' as your nickname.OR go to IRC and type:  /msg test helloThis will make the bot recognize you as the master.[21:02] === test: 0 channels, 0 users.[21:02] main: entering loop[21:02] Trying server irc.freenode.net:6667[21:02] DNS resolved irc.freenode.net to 140.211.166.4[21:02] net: connect! sock 11[21:02] Connected to irc.freenode.net[21:02] -NOTICE- *** Looking up your hostname...[21:02] -NOTICE- *** Checking ident[21:02] -NOTICE- *** Your forward and reverse DNS don't match[21:02] NICK IN USE: Trying 'test2'[21:02] -NOTICE- *** Your host is niven.freenode.net[niven.freenode.net/6667], running version hyperion-1.0.2b[21:02] net: connect! sock 7[21:02] DNS resolved 85.190.0.3 to proxyscan.freenode.net[21:02] Telnet connection: proxyscan.freenode.net/50572[21:02] -NickServ (NickServ@services.)- This nickname is registered. Please choose a different nickname, or identify via /msg NickServ identify &lt;password&gt;.[21:02] net: connect! sock 14[21:02] net: eof!(write) socket 14 (Connection refused,111)[21:02] Timeout/EOF ident connection[21:02] net: connect! sock 7[21:02] DNS resolved 85.190.0.3 to proxyscan.freenode.net[21:02] Telnet connection: proxyscan.freenode.net/41162[21:02] net: connect! sock 15[21:02] net: eof!(write) socket 15 (Connection refused,111)[21:02] Timeout/EOF ident connection[21:02] net: eof!(read) socket 13[21:02] Lost telnet connection to telnet@proxyscan.freenode.net/50572[21:02] net: eof!(read) socket 14[21:02] Lost telnet connection to telnet@proxyscan.freenode.net/41162</code></pre></div> <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_confused.gif" width="15" height="15" alt=":?" title="Confused"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10537">shellx</a> — Fri Mar 13, 2009 9:04 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[nml375]]></name></author>
		<updated>2009-03-13T17:54:06-04:00</updated>

		<published>2009-03-13T17:54:06-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=87834#p87834</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=87834#p87834"/>
		<title type="html"><![CDATA[Eggdrop can't connect to irc servers [SOLVED]]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=87834#p87834"><![CDATA[
First step then, would be to start your eggdrop using -nt flags:<div class="codebox"><p>Code: </p><pre><code> ./eggdrop -m -nt eggdrop.conf</code></pre></div>This will prevent your eggdrop from dropping into background, and allows you to monitor log messages and similar in realtime.<br>Those messages should help us figure out why it's not connecting properly.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8052">nml375</a> — Fri Mar 13, 2009 5:54 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[shellx]]></name></author>
		<updated>2009-03-13T17:34:38-04:00</updated>

		<published>2009-03-13T17:34:38-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=87832#p87832</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=87832#p87832"/>
		<title type="html"><![CDATA[Eggdrop can't connect to irc servers [SOLVED]]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=87832#p87832"><![CDATA[
<blockquote class="uncited"><div>First off, don't do this:<div class="codebox"><p>Code: </p><pre><code>set my-hostname "localhost"set my-ip "192.168.0.5"</code></pre></div>Localhost will in most cases point to 127.0.0.1, and when setting both my-ip and my-hostname (which both affect the very same setting, upon which ip/interface any socket will be created) it may lead to some confusion as to which takes precedence (with current eggdrops, my-ip will take precedence, overriding any my-hostname settings).<br><br>Secondly, do you really need to set either my-ip or my-hostname?<br>Generally, this should only be set if your eggdrop is unable to figure out which IP address to use (most common with windrops), or if you are using a "multihomed" system and wich to control which IP address should be presented to the irc network (this also affects listen-ports and may cause unexpected behaviours with bot linking).<br><br>I see you've set nat-ip, which is good since you're behind a NAT-router. Also, you've done some extensive port forwarding. I would suggest you have a look at the reserved-portrange setting, which allows you to restrict the ports used by your eggdrop for dcc communications and botnet userfile transfers. This would allow you to limit the port range you forward to your system (if needed).<br><br>Also, you've got some awkward ordering of settings and module loadings in your config. Be aware that some modules will actually replace any existing settings with default ones upon loading. In fact, you actually try to add channels first, and then load the channels module. I'm puzzled you actually got this bot running in the first place.<br>Rather than using some config file generator, I'd suggest you start fresh using the example config that should've come with your eggdrop. Yes, it's huge and overwhelming, but it keeps settings in a proper order and will work without too much hazzle.<br>Worth noting: In your case, you actually set the serverlist before loading the servers module, which in fact will wipe the servers list. This is most likely why your eggdrop won't show up on irc...</div></blockquote>I try with original conf file, without my-hostname, my-ip, but does not work  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_cry.gif" width="15" height="15" alt=":cry:" title="Crying or Very sad"> PLEASE HELP ME ..<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10537">shellx</a> — Fri Mar 13, 2009 5:34 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[nml375]]></name></author>
		<updated>2009-03-13T13:27:46-04:00</updated>

		<published>2009-03-13T13:27:46-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=87827#p87827</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=87827#p87827"/>
		<title type="html"><![CDATA[Eggdrop can't connect to irc servers [SOLVED]]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=87827#p87827"><![CDATA[
First off, don't do this:<div class="codebox"><p>Code: </p><pre><code>set my-hostname "localhost"set my-ip "192.168.0.5"</code></pre></div>Localhost will in most cases point to 127.0.0.1, and when setting both my-ip and my-hostname (which both affect the very same setting, upon which ip/interface any socket will be created) it may lead to some confusion as to which takes precedence (with current eggdrops, my-ip will take precedence, overriding any my-hostname settings).<br><br>Secondly, do you really need to set either my-ip or my-hostname?<br>Generally, this should only be set if your eggdrop is unable to figure out which IP address to use (most common with windrops), or if you are using a "multihomed" system and wich to control which IP address should be presented to the irc network (this also affects listen-ports and may cause unexpected behaviours with bot linking).<br><br>I see you've set nat-ip, which is good since you're behind a NAT-router. Also, you've done some extensive port forwarding. I would suggest you have a look at the reserved-portrange setting, which allows you to restrict the ports used by your eggdrop for dcc communications and botnet userfile transfers. This would allow you to limit the port range you forward to your system (if needed).<br><br>Also, you've got some awkward ordering of settings and module loadings in your config. Be aware that some modules will actually replace any existing settings with default ones upon loading. In fact, you actually try to add channels first, and then load the channels module. I'm puzzled you actually got this bot running in the first place.<br>Rather than using some config file generator, I'd suggest you start fresh using the example config that should've come with your eggdrop. Yes, it's huge and overwhelming, but it keeps settings in a proper order and will work without too much hazzle.<br>Worth noting: In your case, you actually set the serverlist before loading the servers module, which in fact will wipe the servers list. This is most likely why your eggdrop won't show up on irc...<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8052">nml375</a> — Fri Mar 13, 2009 1:27 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[shellx]]></name></author>
		<updated>2009-03-13T11:08:03-04:00</updated>

		<published>2009-03-13T11:08:03-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=87826#p87826</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=87826#p87826"/>
		<title type="html"><![CDATA[Eggdrop can't connect to irc servers [SOLVED]]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=87826#p87826"><![CDATA[
<blockquote class="uncited"><div>Did you try telneting into your bot and check out what is happening?</div></blockquote>Can't connect with telnet. <div class="codebox"><p>Code: </p><pre><code>Trying 192.168.0.5...Connected to 192.168.0.5.Escape character is '^]'.</code></pre></div> <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_confused.gif" width="15" height="15" alt=":?" title="Confused"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10537">shellx</a> — Fri Mar 13, 2009 11:08 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2009-03-13T09:26:18-04:00</updated>

		<published>2009-03-13T09:26:18-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=87824#p87824</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=87824#p87824"/>
		<title type="html"><![CDATA[Eggdrop can't connect to irc servers [SOLVED]]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=87824#p87824"><![CDATA[
Did you try telneting into your bot and check out what is happening?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Fri Mar 13, 2009 9:26 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[shellx]]></name></author>
		<updated>2009-03-15T08:01:00-04:00</updated>

		<published>2009-03-13T08:57:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=87821#p87821</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=87821#p87821"/>
		<title type="html"><![CDATA[Eggdrop can't connect to irc servers [SOLVED]]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=87821#p87821"><![CDATA[
Eggdrop Conf File:<div class="codebox"><p>Code: </p><pre><code>set offset "5"set my-hostname "localhost"set my-ip "192.168.0.5"addlang "english"set max-logs 5set max-logsize 0set quick-logs 0set log-time 1set keep-all-logs 4set logfile-suffix ".%d%b%Y"set switch-logfiles-at 300set quiet-save 0set console "mkcobxs"set pidfile "pid.${botnet-nick}"set sort-users 1set help-path "help/"set text-path "text/"set temp-path "tmp/"set motd "text/motd"set telnet-banner "text/banner"set userfile-perm 0600set remote-boots 2set share-unlinks 1set protect-telnet 0set dcc-sanitycheck 0set ident-timeout 5set require-p 0set open-telnets 0set stealth-telnets 0set use-telnet-banner 0set connect-timeout 15set dcc-flood-thr 3set telnet-flood 5:60set paranoid-telnet-flood 1set resolve-timeout 15#set firewall "!sun-barr.ebay:3666"set nat-ip "83.***.***.*"#set reserved-portrange 2010:2020set ignore-time 15# set hourly-updates 15set hourly-updates 00set notify-newusers "$owner"set whois-fields "url birthday"set die-on-sighup 0set die-on-sigterm 1unbind dcc n tcl *dcc:tclunbind dcc n set *dcc:setset must-be-owner 1unbind dcc n simul *dcc:simulset max-dcc 50set enable-simul 1set allow-dk-cmds 1set dupwait-timeout 5set mod-path "modules/"set ban-time 240set exempt-time 60set invite-time 60set force-expire 0set share-greet 0set use-info 1set global-flood-chan 5:10set global-flood-deop 3:10set global-flood-kick 3:10set global-flood-join 5:60set global-flood-ctcp 3:60set global-flood-nick 5:60set global-aop-delay 5:30set global-idle-kick 0set global-chanmode "nt-mlik"set global-stopnethack-mode 0set global-revenge-mode 3set global-chanset {        -autoop         -autovoice        -bitch          +cycle        -dontkickops    +dynamicbans        +dynamicexempts +dynamicinvites        -enforcebans    +greet        -inactive       -nodesynch        +protectfriends -protectops        +revenge        +revengebot        -secret         -seen        +shared         +statuslog        +userbans       +userexempts        +userinvites}set net-type 0set init-server { putserv "MODE $botnick +i-ws" }set default-port 6667set keep-nick 1set strict-host 0set quiet-reject 1set lowercase-ctcp 0set answer-ctcp 3set flood-msg 5:60set flood-ctcp 3:60set never-give-up 1set strict-servernames 0set server-cycle-wait 60set server-timeout 60set servlimit 0set check-stoned 1set use-console-r 0set debug-output 0set serverror-quit 1set max-queue-msg 300set trigger-on-ignore 0set double-mode 0set double-server 0set double-help 0set optimize-kicks 1#set check-mode-r 1#set nick-len 9loadmodule ctcpset ctcp-mode 0loadmodule ircset bounce-bans 1set bounce-modes 0set max-bans 20set max-modes 30set kick-fun 0set ban-fun 0set learn-users 0set wait-split 600set wait-info 180set mode-buf-length 200unbind msg - ident *msg:identunbind msg - addhost *msg:addhostset no-chanrec-info 0set bounce-exempts 0set bounce-invites 0set max-exempts 20set max-invites 20#set use-exempts 0#set use-invites 0set prevent-mixing 1#set kick-method 1#set modes-per-line 3#set include-lk 1#set use-354 0#set rfc-compliant 1set max-dloads 3set dcc-block 1024set copy-to-tmp 1set xfer-timeout 30#set allow-resync 0#set resync-time 900#set private-global 0#set private-globals "mnot"#set private-user 0#set override-bots 0set share-compressed 1#set compress-level 9set upload-to-pwd 0set filedb-path ""set max-file-users 20set max-filesize 1024set max-notes 50set note-life 60set allow-fwd 0set notify-users 1set notify-onjoin 1set console-autosave 1set force-channel 0set info-party 0source scripts/alltools.tclsource scripts/action.fix.tclsource scripts/compat.tclsource scripts/userinfo.tclloadhelp userinfo.help###################################### Eggdrop .conf creator version 0.1 ######################################set username "test"set admin "body &lt;email: body@body.com&gt;"set network "FreeNode"set timezone "EST"set userfile "test.user"set botnet-nick "test"listen 7777 userslisten 8888 botslisten 9999 allset owner "body"set default-flags "hp"set chanfile "test.chan"set nick "test"set altnick "test2"set realname "test"logfile mco * "logs/eggdrop.log"logfile jpk #test "logs/channel.log"set files-path "/home/lamer/eggdrop/filesys"set incoming-path "/home/lamer/eggdrop/filesys/incoming"set servers {irc.freenode.net:6667}channel add #test {chanmode "+nt-lkims"idle-kick 0stopnethack-mode 0revenge-mode 0aop-delay 5:30need-op { putserv "PRIVMSG CS :op #test" }need-invite { putserv "PRIVMSG CS: inv #test" }need-unban { putserv "PRIVMSG CS: unban #test" }flood-chan 5:10flood-deop 3:10flood-kick 3:10flood-join 5:60flood-ctcp 3:60flood-nick 5:60}channel set #test -enforcebanschannel set #test +dynamicbanschannel set #test +userbanschannel set #test +dynamicexemptschannel set #test +userexemptschannel set #test +dynamicinviteschannel set #test +userinviteschannel set #test +greetchannel set #test -protectopschannel set #test +protectfriendschannel set #test -statuslogchannel set #test +revengechannel set #test +revengebotchannel set #test -autovoicechannel set #test +cyclechannel set #test -dontkickopschannel set #test -autoopchannel set #test -bitchchannel set #test -secretchannel set #test +shared#loadmodule dnsloadmodule channelsloadmodule serverloadmodule transferloadmodule share#loadmodule compress#loadmodule filesys#loadmodule notesloadmodule console#loadmodule woobie#loadmodule seenloadmodule blowfish#loadmodule assocloadmodule wireloadmodule uptime</code></pre></div>Router Port Forwarding Image:<br><img src="http://img24.imageshack.us/img24/9741/portforwarding.jpg" class="postimage" alt="Image"><div class="codebox"><p>Code: </p><pre><code>test@shell:~/eggdrop$ ./eggdrop -m eggdrop.confEggdrop v1.6.19 (C) 1997 Robey Pointer (C) 2008 Eggheads[08:53] --- Loading eggdrop v1.6.19 (Fri Mar 13 2009)[08:53] Module loaded: server[08:53] Module loaded: ctcp[08:53] Module loaded: channels[08:53] Module loaded: irc[08:53] Userinfo TCL v1.07 loaded (URL BF GF IRL EMAIL DOB PHONE ICQ).[08:53] use '.help userinfo' for commands.[08:53] Listening at telnet port 7777 (users).[08:53] Listening at telnet port 8888 (bots).[08:53] Listening at telnet port 9999 (all).[08:53] Module loaded: transfer         (with lang support)[08:53] Module loaded: share[08:53] Module loaded: console          (with lang support)[08:53] Module loaded: blowfish[08:53] Module loaded: wire             (with lang support)[08:53] Module loaded: uptimeSTARTING BOT IN USERFILE CREATION MODE.Telnet to the bot and enter 'NEW' as your nickname.OR go to IRC and type:  /msg test helloThis will make the bot recognize you as the master.[08:53] === test: 1 channels, 0 users.Launched into the background  (pid: 32048)</code></pre></div>Please Help Me  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":(" title="Sad"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10537">shellx</a> — Fri Mar 13, 2009 8:57 am</p><hr />
]]></content>
	</entry>
	</feed>
