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

	<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>2002-10-30T00:05:55-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-10-30T00:05:55-04:00</updated>

		<published>2002-10-30T00:05:55-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=12577#p12577</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=12577#p12577"/>
		<title type="html"><![CDATA[Lost connection while identing...]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=12577#p12577"><![CDATA[
thanks bro, that is what I needed..  looks like the PHP timed out before the bot did...<br><br>you rock!<br><br> <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by Guest — Wed Oct 30, 2002 12:05 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2002-10-29T05:28:20-04:00</updated>

		<published>2002-10-29T05:28:20-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=12554#p12554</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=12554#p12554"/>
		<title type="html"><![CDATA[Lost connection while identing...]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=12554#p12554"><![CDATA[
The ident timeout is what is says.<br><br>When connecting to eggdrop, it will lookup the ident of the user trying to connect. In this case, the web-server must no have idetnd running/installed.<br><br>Try reducing the idetn timout value in the config file, as the PHP script may timout before eggdrop gets to timeout.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Tue Oct 29, 2002 5:28 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-10-29T05:18:42-04:00</updated>

		<published>2002-10-29T05:18:42-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=12552#p12552</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=12552#p12552"/>
		<title type="html"><![CDATA[Lost connection while identing...]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=12552#p12552"><![CDATA[
I have my bot running (it is a windrop) and keep getting this error<br><br>[10:35] Telnet connection: langhost.com/38700<br>[10:35] Lost connection while identing [langhost.com/38700]<br><br>set protect-telnet 1   and I used .+host<br><br>what is the best way to troubleshoot this or am I missing something?<br><br>my script on the board passes the info to the bot so I don't understand what is going wrong... <br><br>here is a piece of the PHP script to communicate with the bot:<br><br>$egg=@fsockopen($data[0],$data[1]);<br>socket_set_blocking($egg,FALSE);<br>fputs($egg, "{$data[2]}\n");<br>fputs($egg, "{$data[3]}\n");<br>fputs($egg, ".say {$data[4]} $mystring\n");<br>fputs($egg, ".quit\n");<br>fread($egg,4096);<br>fclose($egg);<br><br>data0=IP  data1=port  data2=user  data3=pass  data4=channel<br><br>I used my username on the channel to try and connect..<br><br>Thanks in advance<p>Statistics: Posted by Guest — Tue Oct 29, 2002 5:18 am</p><hr />
]]></content>
	</entry>
	</feed>
