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

	<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-04T19:29:05-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2005-12-04T19:29:05-04:00</updated>

		<published>2005-12-04T19:29:05-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=57957#p57957</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=57957#p57957"/>
		<title type="html"><![CDATA[Why don`t works?!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=57957#p57957"><![CDATA[
<blockquote class="uncited"><div>Yes, thanks, but my code looks hardly :/</div></blockquote>You are expected to read and work it out for yourself. This is, after all, the Scripting Help forum and not the Script Requests forum.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Sun Dec 04, 2005 7:29 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[FcLan]]></name></author>
		<updated>2005-12-04T13:57:47-04:00</updated>

		<published>2005-12-04T13:57:47-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=57943#p57943</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=57943#p57943"/>
		<title type="html"><![CDATA[Why don`t works?!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=57943#p57943"><![CDATA[
Yes, thanks, but my code looks hardly :/<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6791">FcLan</a> — Sun Dec 04, 2005 1:57 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-12-04T13:36:27-04:00</updated>

		<published>2005-12-04T13:36:27-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=57941#p57941</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=57941#p57941"/>
		<title type="html"><![CDATA[Why don`t works?!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=57941#p57941"><![CDATA[
check out <a href="http://forum.egghelp.org/viewtopic.php?t=10933" class="postlink">this</a><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Sun Dec 04, 2005 1:36 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[FcLan]]></name></author>
		<updated>2005-12-04T10:28:43-04:00</updated>

		<published>2005-12-04T10:28:43-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=57940#p57940</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=57940#p57940"/>
		<title type="html"><![CDATA[Why don`t works?!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=57940#p57940"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>package require httpbind msg - !test test_checkproc test_check {nick host hand chan text} {set url "http://www.sensiblesoccer.de/index.php?lng=en"set counter 0set limit "4"catch { set connection [http::geturl $url -timeout 3000] } errorif {[string match -nocase "*::http::*" $error]} {set source [http::data $connection];http::cleanup $connectionset source [string map -nocase {"&lt;/item&gt;" "|"} $source]foreach line [split $source |] {if {[regexp {^.*?&lt;td class="medium"&gt;&lt;b class="marker"&gt;(.*?)&lt;/tr&gt;.*?$} $line tmp lines ]} {regexp {^.*?&lt;td class="medium"&gt;&lt;b class="marker"&gt;(.*?)&lt;/font&gt;&lt;/td&gt;.*?$} $lines tmp titelregexp {^.*&lt;td class="right_rank_header" style="color:silver" bgcolor="#000022"&gt;(.*?)*?} $lines tmp linkputserv "PRIVMSG $nick :$titel"putserv "PRIVMSG $nick :works!:D"incr counter}if {$counter == $limit} {unset counter;return 0}}}}putlog "news loaded!"</code></pre></div>This script don`t works the htm code looks:<div class="codebox"><p>Code: </p><pre><code>&lt;td class="medium"&gt;&lt;b class="marker"&gt;New Interview with Jon Hare&lt;/font&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr height="16"&gt;&lt;td class="right_rank_header" style="color:silver" bgcolor="#000022"&gt;.. by autor on 02.12.2005&lt;/td&gt;&lt;/tr&gt;</code></pre></div>I want to get latest news and autor...: New Interview with Jon Hare  by autor on 02.12.2005<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6791">FcLan</a> — Sun Dec 04, 2005 10:28 am</p><hr />
]]></content>
	</entry>
	</feed>
