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

	<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>2022-04-03T10:45:44-04:00</updated>

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

		<entry>
		<author><name><![CDATA[roughnecks]]></name></author>
		<updated>2022-04-03T10:45:44-04:00</updated>

		<published>2022-04-03T10:45:44-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=111051#p111051</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=111051#p111051"/>
		<title type="html"><![CDATA[RSS news by demond]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=111051#p111051"><![CDATA[
All I'm getting is this:<br><br>&lt;~roughnecks&gt; | .news ansa<br>no news from ansa on "#channel"<br><br>No feed in channel, no errors, nothing at all, can someone help?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10207">roughnecks</a> — Sun Apr 03, 2022 10:45 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[VictorC]]></name></author>
		<updated>2016-02-10T16:39:35-04:00</updated>

		<published>2016-02-10T16:39:35-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=104679#p104679</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=104679#p104679"/>
		<title type="html"><![CDATA[Re: I hacked this script up. Heres what i got.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=104679#p104679"><![CDATA[
<blockquote class="uncited"><div>Beware of encoding issues</div></blockquote>Hello, thank you for your work!<br>I have problems with encoding as you said... Any idea how it can be fixed?<br>This rss feed works ok, even with right encoding <a href="http://www.root.cz/rss/zpravicky/" class="postlink">http://www.root.cz/rss/zpravicky/</a><br>This isnt <a href="http://www.novinky.cz/rss/" class="postlink">http://www.novinky.cz/rss/</a><br>Thanks in advance for help.<br>VicC<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12601">VictorC</a> — Wed Feb 10, 2016 4:39 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[lee8oi]]></name></author>
		<updated>2011-12-05T15:54:20-04:00</updated>

		<published>2011-12-05T15:54:20-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=98326#p98326</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=98326#p98326"/>
		<title type="html"><![CDATA[I hacked this script up. Heres what i got.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=98326#p98326"><![CDATA[
I did some hacking on this script to make it more suitable for my purposes. Which includes tinyurl support, showing urls in announcements, and improved html/markup cleanup. This script hasn't been thoroughly tested but its been working for me just fine. Beware of encoding issues/etc and currently only basic RSS feeds are supported same as with the original script.<br><br>Heres the link to my hack of this script: <a href="https://github.com/lee8oi/drss/blob/master/drss.tcl" class="postlink">https://github.com/lee8oi/drss/blob/master/drss.tcl</a><br><br>I hope this helps some of you guys posting in this thread.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11681">lee8oi</a> — Mon Dec 05, 2011 3:54 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Football]]></name></author>
		<updated>2010-06-27T17:27:00-04:00</updated>

		<published>2010-06-27T17:27:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=93423#p93423</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=93423#p93423"/>
		<title type="html"><![CDATA[RSS news by demond]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=93423#p93423"><![CDATA[
Hey, I was wondering if anyone could modify the script so it will require a flag in order to work in a room. i mean: .chanset #channel +rssnews<br>Please?<br><div class="codebox"><p>Code: </p><pre><code>########################################################################                                                                     ## rssnews.tcl - RSS news announcer for eggdrop by demond@demond.net   ##                                                                     ##               this will announce the updated news from RSS feed(s), ##               periodically polling the feed(s); supports multiple   ##               channels/multiple feeds per channel; you only need to ##               set up your feeds array, see below; secure (SSL) and  ##               private (password-protected) feeds are also supported ##                                                                     ##        Usage: !news &lt;feed name&gt; [news index #] - from channel       # #               .rss &lt;add|del|list&gt; [name:#chan] - from partyline     ##                                                                     ########################################################################package require Tcl 8.3package require eggdrop 1.6package require http 2.0namespace eval rssnews {# set your feed(s) sources here: feed name, channel, poll frequency in mins, feed URLset feeds(IMS:#football) {10 http://feeds.feedburner.com/imscouting/xhEv}#set feeds(google:#chan2) {11 http://news.google.com/news?ned=us&amp;topic=h&amp;output=rss}## if you have to use password-protected feed, set it up like this:##set feeds(name3:#chan3) {13 http://some.site.com/feed username password}# maximum number of announced new headlines#variable maxnew 5# feed fetch timeout in seconds#variable timeout 20# public trigger flood settings#variable pubflud 5:15# support SSL feeds (requires TLS package)#variable usessl 0# if usessl is 1, request/require valid certificate from server#variable reqcert yes:no######################################################################## nothing to edit belowvariable version "rssnews-2.2"if {$usessl} {package require tls 1.5scan $reqcert {%[^:]:%s} r1 r2if {$r1 == "yes"} {set r1 1} {set r1 0}if {$r2 == "yes"} {set r2 1} {set r2 0}set ssl [list ::tls::socket -request $r1 -require $r2]::http::register https 443 $ssl}bind dcc  m rss   [namespace current]::rssbind pub  - .news [namespace current]::newsbind time - *     [namespace current]::timerputlog "$version by demond loaded"proc timer {min hour day month year} {variable feedsif {[info exists feeds]} {set mins [expr [scan $min %d]+[scan $hour %d]*60]foreach {chanfeed settings} [array get feeds] {if {$mins % [lindex $settings 0] == 0} {if {[llength $settings] &gt; 2} {foreach {t url user pass} $settings {break} fetch $url $chanfeed $user $pass} {foreach {t url} $settings {break}fetch $url $chanfeed}}}}}proc fetch {url chanfeed args} {variable timeoutvariable version; variable tokenset to [expr {$timeout * 1000}]set cmd [namespace current]::callbackif {[llength $args] &gt; 0} {foreach {user pass} $args {break}set hdr [list Authorization "Basic [b64en $user:$pass]"]} {set hdr {}}::http::config -useragent "$version by demond"if {[catch {set t [::http::geturl $url -command $cmd -timeout $to -headers $hdr]} err]} {putlog "$version: ERROR($chanfeed): $err"} {set token($t) [list $url $chanfeed $args]}}proc callback {t} {variable version; variable tokenforeach {url chanfeed args} $token($t) {break}switch -exact [::http::status $t] {"timeout" {putlog "$version: ERROR($chanfeed): timeout"}"error" {putlog "$version: ERROR($chanfeed): [::http::error $t]"}"ok" {switch -glob [::http::ncode $t] {3* {upvar #0 $t statearray set meta $state(meta)fetch $meta(Location) $chanfeed $args}200 {process [::http::data $t] $chanfeed}default {putlog "$version: ERROR($chanfeed): [::http::code $t]"}}}default {putlog "$version: ERROR($chanfeed): got EOF from socket"}}::http::cleanup $t}proc process {data chanfeed} {variable news; variable hashvariable maxnew; variable sourceset idx 1; set count 0scan $chanfeed {%[^:]:%s} feed chanset news($chanfeed) {}; set source($chanfeed) ""if {[regexp {(?i)&lt;title&gt;(.*?)&lt;/title&gt;} $data -&gt; foo]} {append source($chanfeed) $foo}if {[regexp {(?i)&lt;description&gt;(.*?)&lt;/description&gt;} $data -&gt; foo]} {append source($chanfeed) " | $foo"}set infoline $source($chanfeed)regsub -all {(?i)&lt;items.*?&gt;.*?&lt;/items&gt;} $data {} dataforeach {foo item} [regexp -all -inline {(?i)&lt;item.*?&gt;(.*?)&lt;/item&gt;} $data] {regexp {(?i)&lt;title.*?&gt;(.*?)&lt;/title&gt;}  $item -&gt; titleregexp {(?i)&lt;link.*?&gt;(.*?)&lt;/link}     $item -&gt; linkregexp {(?i)&lt;desc.*?&gt;(.*?)&lt;/desc.*?&gt;} $item -&gt; descrif {![info exists title]} {set title "(none)"}if {![info exists link]}  {set link  "(none)"}if {![info exists descr]} {set descr "(none)"}strip title link descrif {[info exists hash($chanfeed)]} {if {[lsearch -exact $hash($chanfeed) [md5 $title]] == -1 &amp;&amp; [botonchan $chan]} {if {![info exists header]} {if {$infoline == ""} {set header $feed} {set header $infoline} #puthelp "privmsg $chan :\002Breaking news\002 from $header!"}if {$count &lt; $maxnew} {puthelp "privmsg $chan :$feed (\00304$idx\003) $title"incr count} {lappend indices $idx}}}lappend news($chanfeed) [list $title $link $descr]lappend hashes [md5 $title]incr idx}if {[info exists indices] &amp;&amp; [botonchan $chan]} {set count [llength $indices]set indices "(indices:4 [join $indices {1,4 }]1)"puthelp "privmsg $chan :(\00304$count\003) more $indices" }set hash($chanfeed) $hashes}proc strip {args} {variable htmlforeach a $args {upvar $a xset amp {&amp; &amp;}set x [string map $amp $x]set x [string map $html $x]while {[regexp -indices {(&amp;#[0-9]{1,3};)} $x -&gt; idxs]} {set b [lindex $idxs 0]; set e [lindex $idxs 1]set num [string range $x [expr {$b+2}] [expr {$e-1}]]if {$num &lt; 256} {set x [string replace $x $b $e [format %c $num]]}}regexp {(?i)&lt;!\[CDATA\[(.*?)\]\]&gt;}   $x -&gt;    xregsub -all {(?i)&lt;/t[dr]&gt;&lt;t[dr].*?&gt;} $x { | } xregsub -all {(?i)(&lt;p&gt;|&lt;br&gt;|\n)}      $x { }   xregsub -all {&lt;[^&lt;]+?&gt;}               $x {}    x}}proc rss {hand idx text} {variable feedsif {$text == ""} {putdcc $idx "Usage: .$::lastbind &lt;add|del|list&gt; \[name:#chan \[feed\]\]"return}set text [split $text]switch [lindex $text 0] {"list" {if {[info exists feeds]} {foreach {chanfeed settings} [array get feeds] {putdcc $idx "$chanfeed -&gt; [join $settings]" }}}"add" {if {[llength $text] &lt; 4} {putdcc $idx "not enough add arguments"return}set chanfeed [lindex $text 1]if {[info exists feeds]} {set names [string tolower [array names feeds]]if {[lsearch -exact $names [string tolower $chanfeed]] != -1} {putdcc $idx "$chanfeed already exists"return}}set feeds($chanfeed) [lrange $text 2 end]}"del" {set chanfeed [lindex $text 1]if {[info exists feeds]} {set names [string tolower [array names feeds]]if {[lsearch -exact $names [string tolower $chanfeed]] == -1} {putdcc $idx "$chanfeed does not exist"return} {unset feeds($chanfeed) }}}default {putdcc $idx "invalid sub-command"return}}return 1 }proc news {nick uhost hand chan text} {variable sourcevariable news; variable feedsvariable pcount; variable pubfludif {[info exists pcount]} {set n [lindex $pcount 1]; incr nset ts [lindex $pcount 0]set pcount [list $ts $n]scan $pubflud {%[^:]:%s} maxr maxtif {$n &gt;= $maxr} {if {[unixtime] - $ts &lt;= $maxt} {return}set n 1; set ts [unixtime]}} {set n 1; set ts [unixtime]}set pcount [list $ts $n]set num [lindex [split $text] 1]set feed [lindex [split $text] 0]if {$text == ""} {foreach {key value} [array get feeds] {scan $key {%[^:]:%s} name channelif {[string eq -noc $chan $channel]} {lappend names $name}}if {[info exists names]} {set names [join $names {, }]puthelp "privmsg $nick :feed(s) for $chan: $names"puthelp "privmsg $nick :type $::lastbind &lt;feed&gt; \[index#\]"} {puthelp "privmsg $nick :no feed(s) for $chan"}return 1}if {![info exists news($feed:$chan)]} {puthelp "privmsg $nick :no news from $feed on $chan"return 1}if {$num == ""} {set idx 1if {$source($feed:$chan) != ""} {set title $source($feed:$chan)} {set title [lindex $feeds($feed:$chan) 1]}puthelp "privmsg $nick :News source: $feed \002$title\002"foreach item $news($feed:$chan) {puthelp "privmsg $nick :(\00304$idx\003) [lindex $item 0]"incr idx}return 1} elseif {![string is integer $num]} {puthelp "privmsg $nick :news index must be number"return 1}if {$num &lt; 1 || $num &gt; [llength $news($feed:$chan)]} {puthelp "privmsg $nick :no such news index, try $::lastbind $feed"return 1} {set idx [expr {$num-1}]#puthelp "privmsg $chan :title (\00304$num\003)\: [lindex [lindex $news($feed:$chan) $idx] 0]"puthelp "privmsg $chan :description (\00304$num\003)\: [lindex [lindex $news($feed:$chan) $idx] 2]"puthelp "privmsg $chan :link (\00304$num\003)\: [lindex [lindex $news($feed:$chan) $idx] 1]"return 1}}# this proc courtesy of RS,# from http://wiki.tcl.tk/775 proc b64en str {binary scan $str B* bitsswitch [expr {[string length $bits]%6}] {0 {set tail ""}2 {append bits 0000; set tail ==}4 {append bits 00; set tail =}}return [string map {000000 A 000001 B 000010 C 000011 D 000100 E 000101 F000110 G 000111 H 001000 I 001001 J 001010 K 001011 L001100 M 001101 N 001110 O 001111 P 010000 Q 010001 R010010 S 010011 T 010100 U 010101 V 010110 W 010111 X011000 Y 011001 Z 011010 a 011011 b 011100 c 011101 d011110 e 011111 f 100000 g 100001 h 100010 i 100011 j100100 k 100101 l 100110 m 100111 n 101000 o 101001 p101010 q 101011 r 101100 s 101101 t 101110 u 101111 v110000 w 110001 x 110010 y 110011 z 110100 0 110101 1110110 2 110111 3 111000 4 111001 5 111010 6 111011 7111100 8 111101 9 111110 + 111111 /} $bits]$tail}variable html {"     \x22  &amp;apos;     \x27  &amp;      \x26  &lt;       \x3C&gt;       \x3E        \x20  ¡    \xA1  ¤   \xA4¢     \xA2  £    \xA3  ¥      \xA5  ¦   \xA6§     \xA7  ¨      \xA8  ©     \xA9  ª     \xAA«    \xAB  ¬      \xAC  ­      \xAD  ®      \xAE¯     \xAF  °      \xB0  ±   \xB1  ²     \xB2³     \xB3  ´    \xB4  µ    \xB5  ¶     \xB6·   \xB7  ¸    \xB8  ¹     \xB9  º     \xBA»    \xBB  ¼   \xBC  ½   \xBD  ¾   \xBE¿   \xBF  ×    \xD7  ÷   \xF7  À   \xC0Á   \xC1  Â    \xC2  Ã   \xC3  Ä     \xC4Å    \xC5  Æ    \xC6  Ç   \xC7  È   \xC8É   \xC9  Ê    \xCA  Ë     \xCB  Ì   \xCCÍ   \xCD  Î    \xCE  Ï     \xCF  Ð      \xD0Ñ   \xD1  Ò   \xD2  Ó   \xD3  Ô    \xD4Õ   \xD5  Ö     \xD6  Ø   \xD8  Ù   \xD9Ú   \xDA  Û    \xDB  Ü     \xDC  Ý   \xDDÞ    \xDE  ß    \xDF  à   \xE0  á   \xE1â    \xE2  ã   \xE3  ä     \xE4  å    \xE5æ    \xE6  ç   \xE7  è   \xE8  é   \xE9ê    \xEA  ë     \xEB  ì   \xEC  í   \xEDî    \xEE  ï     \xEF  ð      \xF0  ñ   \xF1ò   \xF2  ó   \xF3  ô    \xF4  õ   \xF5ö     \xF6  ø   \xF8  ù   \xF9  ú   \xFAû    \xFB  ü     \xFC  ý   \xFD  þ    \xFEÿ     \xFF}}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10393">Football</a> — Sun Jun 27, 2010 5:27 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Dreamxtreme]]></name></author>
		<updated>2010-05-27T10:21:58-04:00</updated>

		<published>2010-05-27T10:21:58-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=93180#p93180</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=93180#p93180"/>
		<title type="html"><![CDATA[RSS news by demond]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=93180#p93180"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>[15:10] rssnews-2.2: ERROR(failblog:#xtreme): timeout[15:10] rssnews-2.2: ERROR(diggupcoming:#xtreme): timeout[15:12] rssnews-2.2: ERROR(digg:#xtreme): timeout</code></pre></div>I keep getting these errors even though the net works fine <br><br>Can anyone help thanks <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11233">Dreamxtreme</a> — Thu May 27, 2010 10:21 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Thanhas]]></name></author>
		<updated>2009-08-30T03:11:55-04:00</updated>

		<published>2009-08-30T03:11:55-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=90096#p90096</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=90096#p90096"/>
		<title type="html"><![CDATA[RSS news by demond]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=90096#p90096"><![CDATA[
Nice TCL i appreciate <br><br>but th thing is when i load it my BOT is lagging badly may i know the Solution?<br>Thanks<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8161">Thanhas</a> — Sun Aug 30, 2009 3:11 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Behemoth]]></name></author>
		<updated>2009-05-26T15:09:30-04:00</updated>

		<published>2009-05-26T15:09:30-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=88955#p88955</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=88955#p88955"/>
		<title type="html"><![CDATA[Rss News by demond]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=88955#p88955"><![CDATA[
Hi there <br><br>am having this in my PL <br><br> Tcl error [::rssnews::timer]: can't use non-numeric string as operand of "%"<br><br>can anyone help me out plz ?<br><br>and plz, i wanna knw if the bot gives the news on chan if !news BBC as for e.g<br><br>regards<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9930">Behemoth</a> — Tue May 26, 2009 3:09 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[diven]]></name></author>
		<updated>2009-03-31T18:25:25-04:00</updated>

		<published>2009-03-31T18:25:25-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=88236#p88236</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=88236#p88236"/>
		<title type="html"><![CDATA[Re: CDATA Propblem from rssnews on the egghelp Archive]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=88236#p88236"><![CDATA[
<blockquote class="uncited"><div><blockquote class="uncited"><div><blockquote class="uncited"><div>Hello, i use version 2.2 (from tcl archive because the directlink is off) and have a side that display the CDATA in the channel.<br><br>&lt;Kneipenwirt&gt; Breaking news from &lt;![CDATA[Bundesliga.de - Alle News]]&gt; | &lt;![CDATA[Immer am Ball. Mit Bundesliga.de]]&gt;!<br>&lt;Kneipenwirt&gt; (1) Bundesliga: Mit "Schweini" und Ribery gegen die "Knappen"<br>&lt;Kneipenwirt&gt; Breaking news from &lt;![CDATA[Bundesliga.de - Alle News]]&gt; | &lt;![CDATA[Immer am Ball. Mit Bundesliga.de]]&gt;!<br>&lt;Kneipenwirt&gt; (1) International: Vogts-Nachfolger steht fest<br><br>from:<br><br><a href="http://www.bundesliga.de/rss/de/rss_news.xml" class="postlink">http://www.bundesliga.de/rss/de/rss_news.xml</a><br><br>thx for the great script.</div></blockquote>And what exactly is your "problem"; nothing indicates any.</div></blockquote>Hello,<br>the CDATA in the past from the bot is false. it issnt a correct news head info.<br><br>Kneipenwirt&gt; Breaking news from &lt;![CDATA[Bundesliga.de - Alle News]]&gt; | &lt;![CDATA[Immer am Ball. Mit Bundesliga.de]]&gt;!<br><br>must be:<br>Breaking news from Bundesliga.de - Alle News | Immer am Ball. Mit Bundesliga.de!</div></blockquote>I changed line 149 as follows:<br><div class="codebox"><p>Code: </p><pre><code>if {[regexp {(?i)&lt;description&gt;&lt;!\[CDATA\[(.*?)\]\]&gt;&lt;/description&gt;} $data -&gt; foo]}  {</code></pre></div>Seems to be working so far...<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10573">diven</a> — Tue Mar 31, 2009 6:25 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Zerg]]></name></author>
		<updated>2009-03-20T12:56:54-04:00</updated>

		<published>2009-03-20T12:56:54-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=87977#p87977</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=87977#p87977"/>
		<title type="html"><![CDATA[only one command for news...]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=87977#p87977"><![CDATA[
hello,<br>can i use only one command?<br><br>!news newsinfo<br>!news newsinfo number<br><br>is the standard.<br><br>can i put it into a bind?<br><br>example:<br>bind - pub ?info !news newsinfo<br><br>that i can use only: ?info and ?info number<br><br>my tcl is very bad.<br>thx for help.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7776">Zerg</a> — Fri Mar 20, 2009 12:56 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Tommyken]]></name></author>
		<updated>2008-05-03T13:53:00-04:00</updated>

		<published>2008-05-03T13:53:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=82702#p82702</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=82702#p82702"/>
		<title type="html"><![CDATA[RSS news by demond]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=82702#p82702"><![CDATA[
i got this problem<br> i took the examples like in the tcl file exists, but i recieved from every rss site i called <br><br>[19:49] &lt;Tommyken&gt;!news osnews<br>[19:49] -Elisaken- no news from osnews on #FTD.usenet<br><br>this is what it stands in the tcl file<br>set feeds(osnews:#chan1) {17 <a href="http://www.osnews.com/files/recent.rdf" class="postlink">http://www.osnews.com/files/recent.rdf</a>}<br><br>thx advanced for who can help<br><br>now its works, i don't get it. (above is fixed)<br>*<br>*<br>But how can i configurate that i can get maximum 10 posts showed ?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9852">Tommyken</a> — Sat May 03, 2008 1:53 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[grrmisfit]]></name></author>
		<updated>2008-04-02T22:50:26-04:00</updated>

		<published>2008-04-02T22:50:26-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=82130#p82130</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=82130#p82130"/>
		<title type="html"><![CDATA[RSS news by demond]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=82130#p82130"><![CDATA[
anyone having issues with google news? im getting time outs over and over<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9824">grrmisfit</a> — Wed Apr 02, 2008 10:50 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Zerg]]></name></author>
		<updated>2008-03-15T10:51:09-04:00</updated>

		<published>2008-03-15T10:51:09-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=81775#p81775</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=81775#p81775"/>
		<title type="html"><![CDATA[Re: CDATA Propblem from rssnews on the egghelp Archive]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=81775#p81775"><![CDATA[
<blockquote class="uncited"><div><blockquote class="uncited"><div><blockquote class="uncited"><div>version 1.2 is now available, with XML CDATA support and headline announcing limiter<br><br>please let me know if you find a RSS feed this script can't handle</div></blockquote>Hello, i use version 2.2 (from tcl archive because the directlink is off) and have a side that display the CDATA in the channel.<br><br>&lt;Kneipenwirt&gt; Breaking news from &lt;![CDATA[Bundesliga.de - Alle News]]&gt; | &lt;![CDATA[Immer am Ball. Mit Bundesliga.de]]&gt;!<br>&lt;Kneipenwirt&gt; (1) Bundesliga: Mit "Schweini" und Ribery gegen die "Knappen"<br>&lt;Kneipenwirt&gt; Breaking news from &lt;![CDATA[Bundesliga.de - Alle News]]&gt; | &lt;![CDATA[Immer am Ball. Mit Bundesliga.de]]&gt;!<br>&lt;Kneipenwirt&gt; (1) International: Vogts-Nachfolger steht fest<br><br>from:<br><br><a href="http://www.bundesliga.de/rss/de/rss_news.xml" class="postlink">http://www.bundesliga.de/rss/de/rss_news.xml</a><br><br>thx for the great script.</div></blockquote>And what exactly is your "problem"; nothing indicates any.</div></blockquote>Hello,<br>the CDATA in the past from the bot is false. it issnt a correct news head info.<br><br>Kneipenwirt&gt; Breaking news from &lt;![CDATA[Bundesliga.de - Alle News]]&gt; | &lt;![CDATA[Immer am Ball. Mit Bundesliga.de]]&gt;!<br><br>must be:<br>Breaking news from Bundesliga.de - Alle News | Immer am Ball. Mit Bundesliga.de!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7776">Zerg</a> — Sat Mar 15, 2008 10:51 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Mogour]]></name></author>
		<updated>2008-03-13T19:03:22-04:00</updated>

		<published>2008-03-13T19:03:22-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=81700#p81700</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=81700#p81700"/>
		<title type="html"><![CDATA[RSS news by demond]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=81700#p81700"><![CDATA[
Maybe he just wanted to say "Thanks"  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9701">Mogour</a> — Thu Mar 13, 2008 7:03 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2008-03-13T18:35:55-04:00</updated>

		<published>2008-03-13T18:35:55-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=81699#p81699</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=81699#p81699"/>
		<title type="html"><![CDATA[Re: CDATA Propblem from rssnews on the egghelp Archive]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=81699#p81699"><![CDATA[
<blockquote class="uncited"><div><blockquote class="uncited"><div>version 1.2 is now available, with XML CDATA support and headline announcing limiter<br><br>please let me know if you find a RSS feed this script can't handle</div></blockquote>Hello, i use version 2.2 (from tcl archive because the directlink is off) and have a side that display the CDATA in the channel.<br><br>&lt;Kneipenwirt&gt; Breaking news from &lt;![CDATA[Bundesliga.de - Alle News]]&gt; | &lt;![CDATA[Immer am Ball. Mit Bundesliga.de]]&gt;!<br>&lt;Kneipenwirt&gt; (1) Bundesliga: Mit "Schweini" und Ribery gegen die "Knappen"<br>&lt;Kneipenwirt&gt; Breaking news from &lt;![CDATA[Bundesliga.de - Alle News]]&gt; | &lt;![CDATA[Immer am Ball. Mit Bundesliga.de]]&gt;!<br>&lt;Kneipenwirt&gt; (1) International: Vogts-Nachfolger steht fest<br><br>from:<br><br><a href="http://www.bundesliga.de/rss/de/rss_news.xml" class="postlink">http://www.bundesliga.de/rss/de/rss_news.xml</a><br><br>thx for the great script.</div></blockquote>And what exactly is your "problem"; nothing indicates any.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Thu Mar 13, 2008 6:35 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Zerg]]></name></author>
		<updated>2008-02-28T19:32:45-04:00</updated>

		<published>2008-02-28T19:32:45-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=81259#p81259</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=81259#p81259"/>
		<title type="html"><![CDATA[CDATA Propblem from rssnews on the egghelp Archive]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=81259#p81259"><![CDATA[
<blockquote class="uncited"><div>version 1.2 is now available, with XML CDATA support and headline announcing limiter<br><br>please let me know if you find a RSS feed this script can't handle</div></blockquote>Hello, i use version 2.2 (from tcl archive because the directlink is off) and have a side that display the CDATA in the channel.<br><br>&lt;Kneipenwirt&gt; Breaking news from &lt;![CDATA[Bundesliga.de - Alle News]]&gt; | &lt;![CDATA[Immer am Ball. Mit Bundesliga.de]]&gt;!<br>&lt;Kneipenwirt&gt; (1) Bundesliga: Mit "Schweini" und Ribery gegen die "Knappen"<br>&lt;Kneipenwirt&gt; Breaking news from &lt;![CDATA[Bundesliga.de - Alle News]]&gt; | &lt;![CDATA[Immer am Ball. Mit Bundesliga.de]]&gt;!<br>&lt;Kneipenwirt&gt; (1) International: Vogts-Nachfolger steht fest<br><br>from:<br><br><a href="http://www.bundesliga.de/rss/de/rss_news.xml" class="postlink">http://www.bundesliga.de/rss/de/rss_news.xml</a><br><br>thx for the great script.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7776">Zerg</a> — Thu Feb 28, 2008 7:32 pm</p><hr />
]]></content>
	</entry>
	</feed>
