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

	<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>2005-11-04T01:27:03-04:00</updated>

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

		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-11-04T01:27:03-04:00</updated>

		<published>2005-11-04T01:27:03-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=57048#p57048</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=57048#p57048"/>
		<title type="html"><![CDATA[how to login to telnet and then read any information.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=57048#p57048"><![CDATA[
check out <a href="http://expect.nist.gov/" class="postlink">Expect</a><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Fri Nov 04, 2005 1:27 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[AUTIST]]></name></author>
		<updated>2005-11-03T15:42:19-04:00</updated>

		<published>2005-11-03T15:42:19-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=57025#p57025</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=57025#p57025"/>
		<title type="html"><![CDATA[how to login to telnet and then read any information.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=57025#p57025"><![CDATA[
Anybody could help? Please!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4503">AUTIST</a> — Thu Nov 03, 2005 3:42 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[AUTIST]]></name></author>
		<updated>2005-11-02T11:31:17-04:00</updated>

		<published>2005-11-02T11:31:17-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=56996#p56996</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=56996#p56996"/>
		<title type="html"><![CDATA[how to login to telnet and then read any information.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=56996#p56996"><![CDATA[
This code is connectiong to DBOX, but I cannot recieve any data from there<div class="codebox"><p>Code: </p><pre><code>if {[catch {set sock [socket "dbox" 23]} sockerr]} {puts "$sockerr"; puts "not connected"; return} else {puts "connected"}flush $sockputs "123"while {![eof $sock]} {set line [gets $sock]puts $line}close $sock</code></pre></div>The result is:<div class="codebox"><p>Code: </p><pre><code>%tclsh test.tclconnected123_ (&lt;- carrige flashing)</code></pre></div>And carrige flashing and nothing...<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4503">AUTIST</a> — Wed Nov 02, 2005 11:31 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[AUTIST]]></name></author>
		<updated>2005-11-02T10:41:47-04:00</updated>

		<published>2005-11-02T10:41:47-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=56995#p56995</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=56995#p56995"/>
		<title type="html"><![CDATA[how to login to telnet and then read any information.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=56995#p56995"><![CDATA[
Hi, looks like you didnt understand, or may be my english is very bad <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br><br>I don't need to connect to bot, or from bot to another bot.<br><br>I have a telnet server, and when I connect to that server I can see some codes, links, some useful stuff for me.<br>I need a script which can coonnect to that server to port 23, login, and then read some information from there and put it to specified chan.<br>I think something like that:<br>!connect &lt;some-ip&gt; &lt;telnet-port&gt;<br>bot respons is connected or not connected<br>if connected he will be put line by line from the telnet session to channel during it appears in remote server<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4503">AUTIST</a> — Wed Nov 02, 2005 10:41 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2005-11-02T02:20:25-04:00</updated>

		<published>2005-11-02T02:20:25-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=56974#p56974</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=56974#p56974"/>
		<title type="html"><![CDATA[how to login to telnet and then read any information.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=56974#p56974"><![CDATA[
<a href="http://www.egghelp.org/using.htm" class="postlink">Using Your Eggdrop</a><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Wed Nov 02, 2005 2:20 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[AUTIST]]></name></author>
		<updated>2005-11-01T23:39:36-04:00</updated>

		<published>2005-11-01T23:39:36-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=56969#p56969</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=56969#p56969"/>
		<title type="html"><![CDATA[how to login to telnet and then read any information.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=56969#p56969"><![CDATA[
Hi guys,<br>could you please help me. I need to connect from my bot to telnet on other server and reading some stuff from there.<br>I think it needs to use sockets, but I don't know how can I login and then reading info from connection.<div class="codebox"><p>Code: </p><pre><code>set somesock [socket "127.0.0.1" 23]</code></pre></div>And what should I do to make a login? and the read. Please help.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4503">AUTIST</a> — Tue Nov 01, 2005 11:39 pm</p><hr />
]]></content>
	</entry>
	</feed>
