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

	<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>2011-10-20T15:12:17-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Zumari]]></name></author>
		<updated>2011-10-20T15:12:17-04:00</updated>

		<published>2011-10-20T15:12:17-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=97969#p97969</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=97969#p97969"/>
		<title type="html"><![CDATA[Timeout/EOF ident connection]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=97969#p97969"><![CDATA[
You can be more specific? I see in this post most examples. But what i can do in this situation?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11817">Zumari</a> — Thu Oct 20, 2011 3:12 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2011-10-20T00:51:33-04:00</updated>

		<published>2011-10-20T00:51:33-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=97958#p97958</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=97958#p97958"/>
		<title type="html"><![CDATA[Timeout/EOF ident connection]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=97958#p97958"><![CDATA[
Give a try to user's "attempt to make the built in sockets even more user friendly" that can be found <a href="http://forum.egghelp.org/viewtopic.php?p=82212" class="postlink">here</a>.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Thu Oct 20, 2011 12:51 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Zumari]]></name></author>
		<updated>2011-10-19T23:29:50-04:00</updated>

		<published>2011-10-19T23:29:50-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=97956#p97956</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=97956#p97956"/>
		<title type="html"><![CDATA[Timeout/EOF ident connection]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=97956#p97956"><![CDATA[
Hello Eggdrop community. I install Eggdrop in my dedicated server and a i try run this TLC:<br><div class="codebox"><p>Code: </p><pre><code>#settingsset settings(port) "32578"set settings(pass) "WkdwemEzTmtZV2wzY2c"set settings(chan) "#MidnightArab-Torrents"listen $settings(port) script listen:grabproc listen:grab {idx} {    control $idx listen:control}proc listen:control {idx args} {    global settings                if{ [scan $args "%s %\[\n\]" pass message] == 2 &amp;&amp; $pass == $settings(pass) } {        putquick "PRIVMSG $settings(chan) : $message"    }}putlog "New torrents announce script loaded!"</code></pre></div><br>This TLC receive information via php:<br><div class="codebox"><p>Code: </p><pre><code>function ircbot($msg){        $bot = array("ip"=&gt;"ip",                     "port"=&gt;0,                     "pass" =&gt; "password",                        );        if(empty($msg))                return;                     $fp = fsockopen($bot["ip"], $bot["port"] , $errno, $errstr, 45);        if($fp)        {                sleep(1);                fputs($fp, $bot["pass"]  . " " . $msg . "\n");                sleep(1);                fclose($fp);    }  }</code></pre></div><br>But not working. Eggdrop give this error:<br><br>&lt;bot&gt; [04:23:47] Telnet connection: ip/56217<br>&lt;bot&gt; [04:23:47] Timeout/EOF ident connection<br>&lt;bot&gt; [04:23:55] Lost telnet connection to telnet@ip/56217<br><br><br>How to fix this problem? Need Help pls <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=11817">Zumari</a> — Wed Oct 19, 2011 11:29 pm</p><hr />
]]></content>
	</entry>
	</feed>
