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

	<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>2011-11-12T01:01:43-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Exedore]]></name></author>
		<updated>2011-11-12T01:01:43-04:00</updated>

		<published>2011-11-12T01:01:43-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=98202#p98202</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=98202#p98202"/>
		<title type="html"><![CDATA[Repair horoscope tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=98202#p98202"><![CDATA[
Any solution?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9666">Exedore</a> — Sat Nov 12, 2011 1:01 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Chino]]></name></author>
		<updated>2008-02-28T22:18:49-04:00</updated>

		<published>2008-02-28T22:18:49-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=81263#p81263</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=81263#p81263"/>
		<title type="html"><![CDATA[Repair horoscope tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=81263#p81263"><![CDATA[
Sorry for spam<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9588">Chino</a> — Thu Feb 28, 2008 10:18 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[speechles]]></name></author>
		<updated>2008-02-28T03:23:39-04:00</updated>

		<published>2008-02-28T03:23:39-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=81229#p81229</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=81229#p81229"/>
		<title type="html"><![CDATA[Re: TCL Horoscopo Spanish]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=81229#p81229"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>#Requiere http.tcl       ;# incorrectpackage require http 2.5 ;# correct</code></pre></div>This is the exact type of scripting that is causing confusion lately. http is a tcl provided package. It should never be required to be sourced (require http.tcl) or you will see conflicting version errors pop up. It's better to go with whats packaged, than to source from outside the box (if you know what I mean) <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink"> ...<div class="codebox"><p>Code: </p><pre><code>  regexp {&lt;span class="txt_2_10"&gt;&lt;b&gt;&lt;/b&gt;&lt;br&gt;(.*)} $html horoscopo  regsub -all "&lt;span class=\"txt_2_10\"&gt;&lt;b&gt;&lt;/b&gt;&lt;br&gt;" $horoscopo "" horoscopo  regsub -all "&lt;br&gt;&lt;/span&gt;" $horoscopo "" horoscopo </code></pre></div>And you can trim all that above down to just one regexp<div class="codebox"><p>Code: </p><pre><code>  regexp {&lt;span class="txt_2_10"&gt;.*?&lt;br&gt;(.+?)&lt;br&gt;} $html - horoscopo</code></pre></div>... and was this your script, or did you just rip it off (aka, spam your channel) with your putlog at the end denying any credit to the original author?<div class="codebox"><p>Code: </p><pre><code>putlog "Cargado horoscopo.tcl  #Ayuda-Eggdrop" </code></pre></div>Now sure, you ported it to http package or someone did (as originally it was socketed), but really now.. why add putlog spam advertising a channel?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8138">speechles</a> — Thu Feb 28, 2008 3:23 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Chino]]></name></author>
		<updated>2008-02-28T01:26:33-04:00</updated>

		<published>2008-02-28T01:26:33-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=81225#p81225</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=81225#p81225"/>
		<title type="html"><![CDATA[TCL Horoscopo Spanish]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=81225#p81225"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>#Requiere http.tclbind pub - !signo pub:horoscopoproc pub:horoscopo {nick host hand chan arg} {  set arg [lindex $arg 0]  if {$arg==""} {    putserv "NOTICE $nick :Usa: !signo &lt;signo&gt;"    return 0  }  switch [string tolower $arg] {    "aries" {      set pagina "www.terra.cl/astrologia/include/pop_h_diario.cfm?signo=2"    } "tauro" {      set pagina "www.terra.cl/astrologia/include/pop_h_diario.cfm?signo=19"    } "geminis" {      set pagina "www.terra.cl/astrologia/include/pop_h_diario.cfm?signo=7"    } "cancer" {      set pagina "www.terra.cl/astrologia/include/pop_h_diario.cfm?signo=3"    } "leo" {      set pagina "www.terra.cl/astrologia/include/pop_h_diario.cfm?signo=10"    } "virgo" {      set pagina "www.terra.cl/astrologia/include/pop_h_diario.cfm?signo=22"    } "libra" {      set pagina "www.terra.cl/astrologia/include/pop_h_diario.cfm?signo=11"    } "escorpion" {      set pagina "www.terra.cl/astrologia/include/pop_h_diario.cfm?signo=6"    } "sagitario" {      set pagina "www.terra.cl/astrologia/include/pop_h_diario.cfm?signo=16"    } "capricornio" {      set pagina "www.terra.cl/astrologia/include/pop_h_diario.cfm?signo=4"    } "acuario" {      set pagina "www.terra.cl/astrologia/include/pop_h_diario.cfm?signo=1"    } "piscis" {      set pagina "www.terra.cl/astrologia/include/pop_h_diario.cfm?signo=14"    } default {      putserv "PRIVMSG $chan :Signos existentes: aries, tauro, geminis, cancer, leo, virgo,\              libra, escorpion, sagitario, capricornio, acuario y piscis."    }  }  set http [http::config -useragent mozilla]  set http [http::geturl $pagina -timeout [expr 1000 * 10]]  set html [http::data $http]  http::cleanup $http ;  regexp {&lt;span class="txt_2_10"&gt;&lt;b&gt;&lt;/b&gt;&lt;br&gt;(.*)} $html horoscopo  regsub -all "&lt;span class=\"txt_2_10\"&gt;&lt;b&gt;&lt;/b&gt;&lt;br&gt;" $horoscopo "" horoscopo  regsub -all "&lt;br&gt;&lt;/span&gt;" $horoscopo "" horoscopo  putserv "PRIVMSG $nick :[string toupper $arg]: $horoscopo"}putlog "Cargado horoscopo.tcl  #Ayuda-Eggdrop"</code></pre></div>Use this TCL horoscopo.tcl<br><br>Usa este TCl que tal queda...<br><br>Chino - Chino_^<br>#Ayuda-Eggdrop<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9588">Chino</a> — Thu Feb 28, 2008 1:26 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[rosc2112]]></name></author>
		<updated>2007-03-04T18:30:08-04:00</updated>

		<published>2007-03-04T18:30:08-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=70994#p70994</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=70994#p70994"/>
		<title type="html"><![CDATA[Repair horoscope tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=70994#p70994"><![CDATA[
Can't help ya then, it works for me and everyone else who's tested it.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7395">rosc2112</a> — Sun Mar 04, 2007 6:30 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Nor7on]]></name></author>
		<updated>2007-03-04T18:25:33-04:00</updated>

		<published>2007-03-04T18:25:33-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=70993#p70993</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=70993#p70993"/>
		<title type="html"><![CDATA[Repair horoscope tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=70993#p70993"><![CDATA[
i remove this from your script:<br><blockquote class="uncited"><div>if {([lsearch -exact $::shorochans $chan] == -1) &amp;&amp; ($chan != "privmsg")} {return} </div></blockquote>and now, save, rehash. and:<br><blockquote class="uncited"><div>&lt;Nor7on&gt; .shoro Libra<br>-&gt; *Alaska^* shoro Libra<br>-&gt; *Alaska^* shoro libra<br>&lt;Nor7on&gt; .shoro libra</div></blockquote>nothing =/<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8762">Nor7on</a> — Sun Mar 04, 2007 6:25 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[rosc2112]]></name></author>
		<updated>2007-03-04T18:07:48-04:00</updated>

		<published>2007-03-04T18:07:48-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=70990#p70990</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=70990#p70990"/>
		<title type="html"><![CDATA[Repair horoscope tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=70990#p70990"><![CDATA[
Remove this line from my script:<br><br>if {([lsearch -exact $::shorochans $chan] == -1) &amp;&amp; ($chan != "privmsg")} {return}<br><br><br>Then it'll work with all channels and won't bother checking if you configured it.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7395">rosc2112</a> — Sun Mar 04, 2007 6:07 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[rosc2112]]></name></author>
		<updated>2007-03-04T18:00:49-04:00</updated>

		<published>2007-03-04T18:00:49-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=70989#p70989</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=70989#p70989"/>
		<title type="html"><![CDATA[Repair horoscope tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=70989#p70989"><![CDATA[
No.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7395">rosc2112</a> — Sun Mar 04, 2007 6:00 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Nor7on]]></name></author>
		<updated>2007-03-04T17:58:13-04:00</updated>

		<published>2007-03-04T17:58:13-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=70988#p70988</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=70988#p70988"/>
		<title type="html"><![CDATA[Repair horoscope tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=70988#p70988"><![CDATA[
<blockquote class="uncited"><div>[15:50] spanish horoscopes 1.0.1a by rosc loaded.<br>[15:50] Horoscopo.tcl<br>[15:50] Userfile loaded, unpacking...</div></blockquote><blockquote class="uncited"><div>&lt;Nor7on&gt; .shoro cancer</div></blockquote>nothing my friend...<br><br>i have one question... what is the problem in this tcl edited for me, but no found xDDD you can check this?<br><blockquote class="uncited"><div>##############################################################<br><br>bind pub - !horoscopo signo<br><br>proc signo {nick uhost hand chan text} {<br>set conexion [socket <a href="http://www.horoscopofree.com" class="postlink">www.horoscopofree.com</a> 80]<br>set flag 0<br>set encabezado "Host: <a href="http://www.horoscopofree.com" class="postlink">www.horoscopofree.com</a>"<br>set text [string toupper $text]<br>if {$text == ""} {<br>set flag 2 <br>putserv "NOTICE $nick :Uso: !horoscopo &lt;signo&gt;, Ej: !horoscopo aries"}<br>if {$text == "ARIES"} {<br>set flag 1<br>puts $conexion "GET /misc/partnership/iframe/aries_st.html\r\n$encabezado"}<br>if {$text == "TAURO"} {<br>set flag 1 <br>puts $conexion "GET /misc/partnership/iframe/taurus_st.html\r\n$encabezado"}<br>if {$text == "GEMINIS"} {<br>set flag 1<br>puts $conexion "GET /misc/partnership/iframe/gemini_st.html\r\n$encabezado"}<br>if {$text == "CANCER"} {<br>set flag 1<br>puts $conexion "GET /misc/partnership/iframe/cancer_st.html\r\n$encabezado"}<br>if {$text == "LEO"} {<br>set flag 1<br>puts $conexion "GET /misc/partnership/iframe/leo_st.html\r\n$encabezado"}<br>if {$text == "VIRGO"} {<br>set flag 1<br>puts $conexion "GET /misc/partnership/iframe/virgo_st.html\r\n$encabezado"}<br>if {$text == "LIBRA"} {<br>set flag 1<br>puts $conexion "GET /misc/partnership/iframe/libra_st.html\r\n$encabezado"}<br>if {$text == "ESCORPION"} {<br>set flag 1<br>puts $conexion "GET /misc/partnership/iframe/scorpio_st.html\r\n$encabezado"}<br>if {$text == "SAGITARIO"} {<br>set flag 1<br>puts $conexion "GET /misc/partnership/iframe/sagittarius_st.html\r\n$encabezado"}<br>if {$text == "CAPRICORNIO"} {<br>set flag 1<br>puts $conexion "GET /misc/partnership/iframe/capricorn_st.html\r\n$encabezado"}<br>if {$text == "ACUARIO"} {<br>set flag 1<br>puts $conexion "GET /misc/partnership/iframe/aquarius_st.html\r\n$encabezado"}<br>if {$text == "PISCIS"} {<br>set flag 1<br>puts $conexion "GET /misc/partnership/iframe/pisces_st.html\r\n$encabezado"}<br><br><br><br>if {$flag == 1} { <br><br>flush $conexion<br><br>while {![eof $conexion]} {<br> set linea [gets $conexion] <br>if {[string match "*txt_2_10*" $linea]} {<br>   set largo [string length $linea]<br>   set inicio [string range $linea 0 [expr $largo-13]]<br>   set final [string range $linea 31 [expr $largo-13]]<br>   set horoscopo [string map [list "&lt;/b&gt;" "."] $final]<br>   set horoscopo [string map [list "&lt;br&gt;" " "] $horoscopo]<br>   putserv "privmsg $chan :$text: $horoscopo"<br>   }<br> }<br>} <br>if {$flag == 0} { <br>putserv "NOTICE $nick :SIGNO NO VÁLIDO!. Válidos: aries, tauro, geminis, cancer, leo, virgo, libra, escorpion, sagitario, capricornio, acuario y piscis."<br>}<br>}<br>putlog "Horoscopo.tcl"</div></blockquote>i don't know hehehe.... can you check this? pls =((<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8762">Nor7on</a> — Sun Mar 04, 2007 5:58 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[rosc2112]]></name></author>
		<updated>2007-03-04T17:43:22-04:00</updated>

		<published>2007-03-04T17:43:22-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=70986#p70986</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=70986#p70986"/>
		<title type="html"><![CDATA[Repair horoscope tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=70986#p70986"><![CDATA[
Does the script load?  You should see the line in your eggdrop when the script loads:<br><br>spanish horoscopes 1.0.1b by rosc loaded.<br><br>Also, make the channel names lower case in the config and see if that makes a difference.<br><br>I made a very minor update in the script to rename some vars leftover from the funny horoscope script, although I doubt that would make the script not work for you.  Same url as above.<br><br>Edit: Made channel configs case-insensitive too..<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7395">rosc2112</a> — Sun Mar 04, 2007 5:43 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Nor7on]]></name></author>
		<updated>2007-03-04T17:36:45-04:00</updated>

		<published>2007-03-04T17:36:45-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=70985#p70985</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=70985#p70985"/>
		<title type="html"><![CDATA[Repair horoscope tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=70985#p70985"><![CDATA[
i cofig the tcl, channels, etc.<br><br>but when write in the channel: .shoro, my eggdrop no send me nothing.<br><br>In dcc chat.<blockquote class="uncited"><div>*** Nor7on joined the party line.<br>.rehash<br>Rehashing.</div></blockquote>in the channel:<blockquote class="uncited"><div>&lt;Nor7on&gt; .shoro Libra<br>-&gt; *Alaska^* .shoro Libra<br>&lt;Nor7on&gt; .shoro Scorpio<br>&lt;Nor7on&gt; .shoro cancer</div></blockquote>see no send me nothing...  my cofig is this:<br><blockquote class="uncited"><div>##############################################################################################################<br>#Configs:<br>##########<br><br># Channels to allow public use in (Space-seperated list)<br>set shorochans "#Irclima"<br><br># Out of the above channels, these will ONLY respond via PRIVMSG:<br>set shoroquiet "#Madrid"<br><br># geturl timeout:<br>set shtout "30000"</div></blockquote>see my config is OK, but no send me nothing =(, what's the problem?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8762">Nor7on</a> — Sun Mar 04, 2007 5:36 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[rosc2112]]></name></author>
		<updated>2007-03-04T17:23:38-04:00</updated>

		<published>2007-03-04T17:23:38-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=70983#p70983</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=70983#p70983"/>
		<title type="html"><![CDATA[Repair horoscope tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=70983#p70983"><![CDATA[
Worked for me. Did you configure the script for what channels you want it to work on?  Does it say its loaded when you rehash the bot? etc..  Can't help you if you don't do the simple stuff.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7395">rosc2112</a> — Sun Mar 04, 2007 5:23 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Nor7on]]></name></author>
		<updated>2007-03-04T17:15:45-04:00</updated>

		<published>2007-03-04T17:15:45-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=70982#p70982</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=70982#p70982"/>
		<title type="html"><![CDATA[Repair horoscope tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=70982#p70982"><![CDATA[
epss rosc2112 =)<br><br>this tcl no found =( i tested with my bot, but no send nothing.<br><br>pls help me =(<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8762">Nor7on</a> — Sun Mar 04, 2007 5:15 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[rosc2112]]></name></author>
		<updated>2007-03-04T14:07:15-04:00</updated>

		<published>2007-03-04T14:07:15-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=70976#p70976</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=70976#p70976"/>
		<title type="html"><![CDATA[Repair horoscope tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=70976#p70976"><![CDATA[
<a href="http://members.dandy.net/~fbn/spanish.horoscope.tcl.txt" class="postlink">http://members.dandy.net/~fbn/spanish.horoscope.tcl.txt</a><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7395">rosc2112</a> — Sun Mar 04, 2007 2:07 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Nor7on]]></name></author>
		<updated>2007-03-03T10:07:33-04:00</updated>

		<published>2007-03-03T10:07:33-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=70939#p70939</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=70939#p70939"/>
		<title type="html"><![CDATA[Repair horoscope tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=70939#p70939"><![CDATA[
and you can fix, but no with <a href="http://www.terra.cl" class="postlink">www.terra.cl</a>. now with this website -&gt; <a href="http://www.horoscopofree.com" class="postlink">http://www.horoscopofree.com</a><br><br>Example from here.<blockquote class="uncited"><div><a href="http://www.horoscopofree.com/misc/partnership/iframe/aries_st.html" class="postlink">http://www.horoscopofree.com/misc/partn ... es_st.html</a><br><a href="http://www.horoscopofree.com/misc/partnership/iframe/taurus_st.html" class="postlink">http://www.horoscopofree.com/misc/partn ... us_st.html</a><br><a href="http://www.horoscopofree.com/misc/partnership/iframe/gemini_st.html" class="postlink">http://www.horoscopofree.com/misc/partn ... ni_st.html</a><br><a href="http://www.horoscopofree.com/misc/partnership/iframe/cancer_st.html" class="postlink">http://www.horoscopofree.com/misc/partn ... er_st.html</a><br><a href="http://www.horoscopofree.com/misc/partnership/iframe/leo_st.html" class="postlink">http://www.horoscopofree.com/misc/partn ... eo_st.html</a><br><a href="http://www.horoscopofree.com/misc/partnership/iframe/virgo_st.html" class="postlink">http://www.horoscopofree.com/misc/partn ... go_st.html</a><br><a href="http://www.horoscopofree.com/misc/partnership/iframe/libra_st.html" class="postlink">http://www.horoscopofree.com/misc/partn ... ra_st.html</a><br><a href="http://www.horoscopofree.com/misc/partnership/iframe/scorpio_st.html" class="postlink">http://www.horoscopofree.com/misc/partn ... io_st.html</a><br><a href="http://www.horoscopofree.com/misc/partnership/iframe/sagittarius_st.html" class="postlink">http://www.horoscopofree.com/misc/partn ... us_st.html</a><br><a href="http://www.horoscopofree.com/misc/partnership/iframe/capricorn_st.html" class="postlink">http://www.horoscopofree.com/misc/partn ... rn_st.html</a><br><a href="http://www.horoscopofree.com/misc/partnership/iframe/aquarius_st.html" class="postlink">http://www.horoscopofree.com/misc/partn ... us_st.html</a><br><a href="http://www.horoscopofree.com/misc/partnership/iframe/pisces_st.html" class="postlink">http://www.horoscopofree.com/misc/partn ... es_st.html</a></div></blockquote>but i want the eggdrop no read this line-&gt; "<strong class="text-strong">¡Inscríbete al Horóscopo gratis en email!</strong>".<br><br>can change all this? pls..<br><br>Thxs. =)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8762">Nor7on</a> — Sat Mar 03, 2007 10:07 am</p><hr />
]]></content>
	</entry>
	</feed>
