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

	<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-12-22T17:59:48-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2005-12-22T17:59:48-04:00</updated>

		<published>2005-12-22T17:59:48-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=58593#p58593</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=58593#p58593"/>
		<title type="html"><![CDATA[Can`t understand why don`t works..]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=58593#p58593"><![CDATA[
<blockquote class="uncited"><div>When i rehashs bot he goes from irc</div></blockquote>The I would suggest you <strong class="text-strong">READ</strong> the logs and figure out what caused it to "crash".<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Thu Dec 22, 2005 5:59 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[FcLan]]></name></author>
		<updated>2005-12-22T05:52:15-04:00</updated>

		<published>2005-12-22T05:52:15-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=58577#p58577</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=58577#p58577"/>
		<title type="html"><![CDATA[Can`t understand why don`t works..]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=58577#p58577"><![CDATA[
When i rehashs bot he goes from irc<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6791">FcLan</a> — Thu Dec 22, 2005 5:52 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2005-12-21T17:18:13-04:00</updated>

		<published>2005-12-21T17:18:13-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=58560#p58560</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=58560#p58560"/>
		<title type="html"><![CDATA[Can`t understand why don`t works..]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=58560#p58560"><![CDATA[
For starters, <strong class="text-strong">-stict</strong> should be <strong class="text-strong">-strict</strong>.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Wed Dec 21, 2005 5:18 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[FcLan]]></name></author>
		<updated>2005-12-21T16:02:15-04:00</updated>

		<published>2005-12-21T16:02:15-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=58554#p58554</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=58554#p58554"/>
		<title type="html"><![CDATA[Can`t understand why don`t works..]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=58554#p58554"><![CDATA[
It`s a script which downloads some informations from user profile and if someone type !any_id for example !582 it will change address and read info for this profile, but this don`t works...<br><div class="codebox"><p>Code: </p><pre><code>bind pub - "% !*" checkid;proc checkid {n u h c t} {   set id [string range $t 1 end];   if {[string is digit -stict $id]} {get_projects2 $c $id} {putcmdlog "$id isnt a valid id"}}set url "www.sensiblesoccer.de"proc get_projects2 {channel id} {   global url   set sock [socket $url 80]   fconfigure $sock -buffering line -buffersize 1000   puts $sock "GET /index.php?site=online_segastatpers&amp;uid=$id HTTP/1.0"   puts $sock "Host: www.sensiblesoccer.de"   puts $sock ""   puts $sock "User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)"   flush $sock   while {![eof $sock]} {      gets $sock body      regexp -all {&lt;td width="65%" class="medium"&gt;(.*?)&lt;/td&gt;&lt;td} $body _ served   }   if {[eof $sock]} { close $sock }   regsub -all {(&lt;.+?&gt;)} $served "" served   puthelp "PRIVMSG $channel :[lindex $served]"}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6791">FcLan</a> — Wed Dec 21, 2005 4:02 pm</p><hr />
]]></content>
	</entry>
	</feed>
