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

	<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>2007-05-28T12:53:04-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Azerty]]></name></author>
		<updated>2007-05-28T12:53:04-04:00</updated>

		<published>2007-05-28T12:53:04-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=73104#p73104</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=73104#p73104"/>
		<title type="html"><![CDATA[Incith-horoscope.tcl (French version)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=73104#p73104"><![CDATA[
thank you infinitely Rosc2112, super work!!!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9020">Azerty</a> — Mon May 28, 2007 12:53 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[rosc2112]]></name></author>
		<updated>2007-05-27T19:13:13-04:00</updated>

		<published>2007-05-27T19:13:13-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=73068#p73068</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=73068#p73068"/>
		<title type="html"><![CDATA[Incith-horoscope.tcl (French version)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=73068#p73068"><![CDATA[
It was easier to write a new script after all <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br><br><a href="http://members.dandy.net/~fbn/french.horo.tcl.txt" class="postlink">http://members.dandy.net/~fbn/french.horo.tcl.txt</a><br><br>I'll upload it to the archive as well, and please post any bug reports here:<br><br><a href="http://forum.egghelp.org/viewtopic.php?p=73067" class="postlink">http://forum.egghelp.org/viewtopic.php?p=73067</a><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7395">rosc2112</a> — Sun May 27, 2007 7:13 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Azerty]]></name></author>
		<updated>2007-05-27T07:22:16-04:00</updated>

		<published>2007-05-27T07:22:16-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=73053#p73053</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=73053#p73053"/>
		<title type="html"><![CDATA[Incith-horoscope.tcl (French version)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=73053#p73053"><![CDATA[
here, <br><blockquote class="uncited"><div># --------------------------------------------------------------------<br># /////////////////////////////////\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\<br>#||||||||||||||||||||| IRC Horoscope Viewer ||||||||||||||||||||||||<br># \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\/////////////////////////////////<br># --------------------------------------------------------------------<br># By Ycarus (version 0.2B)<br>#<br># Un très simple script permettant de voir son horoscope<br># L'horoscope est récupéré à partir du site : <a href="http://www.abidjan.net" class="postlink">http://www.abidjan.net</a><br>#<br># Projet : <br>#- Téléchargement des horoscopes une fois par jour, sauf pour les 'biscuits de fortune' (ou alors les rajouter dans une base).<br>#- Ajout des horoscopes chinois ??<br>#- Ajout de quelques couleurs, gras, souligné,...<br><br>set chanactivelog "#divx"<br><br># la commande est du style :!horoscope taureau<br>bind pub - !horoscope viewhoroscope<br>proc viewhoroscope { nick uhost handle chan arg } {<br>#date sous la forme 2002-02-19<br>#if {![string match $chan $chanactivelog]} { return 0 }<br>set arg [string tolower $arg]<br>if {[string length $arg] == 0} {<br>set tempfileprog "/home/yannick/temphoroscope.txt"<br>set urlduprog "<a href="http://www.abidjan.net/horoscope/cookie.asp" class="postlink">http://www.abidjan.net/horoscope/cookie.asp</a>"<br>set trucdebut  [http::geturl $urlduprog -timeout 20000]<br>if {[::http::status $trucdebut] == "timeout"} {<br>putserv "PRIVMSG $chan : L'horoscope est indisponible... (TimeOut)"<br>}<br>set datadehtml [::http::data $trucdebut]<br>set finishhttp [http::Finish $trucdebut]<br>set fs [open $tempfileprog w]<br>puts $fs $datadehtml<br>close $fs<br>set horoscopefile [open $tempfileprog r]<br>set horoscope ""<br>set debhoros "0"<br>set count 0<br>while {![eof $horoscopefile]} {<br>gets $horoscopefile templine<br>incr count<br>if {$templine == "              &lt;font face=\"arial\" color=\"#FF0000\" size=\"2\"&gt;"} {<br>set debhoros [expr $count + 1]<br>}<br>if {$debhoros == $count} {<br>set horoscope  [string range [string trim $templine] [expr [string first "&lt;div align=\"center\"&gt;" $templine] + 6] [string length $templine] ]<br>}<br>}<br>close $horoscopefile<br>putserv "PRIVMSG $chan : Biscuit de fortune : $horoscope"<br>close $horoscopefile<br>} {<br>if {$arg == "bélier"} { set arg "belier" }<br>if {$arg == "gémeaux"} {set arg "gemeaux" }<br>if {$arg == "gémeau"} {set arg "gemeaux" }<br>if {$arg == "poisson"} {set arg "poissons" }<br>set tempfileprog "/home/yannick/temphoroscope.txt"<br>set urlduprog "<a href="http://www.abidjan.net/horoscope/traditionel/$arg.asp" class="postlink">http://www.abidjan.net/horoscope/traditionel/$arg.asp</a>"<br>set trucdebut  [http::geturl $urlduprog -timeout 20000]<br>if {[::http::status $trucdebut] == "timeout"} {<br>putserv "PRIVMSG $chan : L'horoscope est indisponible... (TimeOut)"<br>}<br>set datadehtml [::http::data $trucdebut]<br>set finishhttp [http::Finish $trucdebut]<br>set fs [open $tempfileprog w]<br>puts $fs $datadehtml<br>close $fs<br>set horoscopefile [open $tempfileprog r]<br>set horoscope ""<br>set debhoros "0"<br>set count 0<br>while {![eof $horoscopefile]} {<br>gets $horoscopefile templine<br>incr count<br>if {$templine == "        &lt;font size=\"2\" face=\"Arial\"&gt;"} {<br>set debhoros [expr $count + 1]<br>}<br>if {$debhoros == $count} {<br>set horoscope $templine<br>}<br>}<br>close $horoscopefile<br>set horoscope "$arg : $horoscope"<br>putlog "horoscope : $horoscope"<br>set horoscope2 ""<br>if {[string length $horoscope] &gt; 455} {<br>set horoscopetempo [string range [string trim $horoscope] 390 455]<br>set lefirstpoint [expr [string first ". " $horoscopetempo] + 390]<br>set horoscope2 [string range [string trim $horoscope] [expr $lefirstpoint + 2] [string length $horoscope] ]<br>set horoscope [string range [string trim $horoscope] 0 $lefirstpoint]<br>}<br>putserv "PRIVMSG $nick : $horoscope"<br>if {$horoscope2 != ""} {<br>putserv "PRIVMSG $nick : $horoscope2"<br>}<br>}<br>}<br><br>putlog "********* Horoscope by Ycarus *******"</div></blockquote><br>It has the air simpler than the other indeed, orders !sign do not exist..<br><br><br> Thank you still !!!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9020">Azerty</a> — Sun May 27, 2007 7:22 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[rosc2112]]></name></author>
		<updated>2007-05-27T01:20:52-04:00</updated>

		<published>2007-05-27T01:20:52-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=73050#p73050</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=73050#p73050"/>
		<title type="html"><![CDATA[Incith-horoscope.tcl (French version)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=73050#p73050"><![CDATA[
Yes, please give me the tcl script for abidjan.net, probably easier to fix that script than to make a whole new one.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7395">rosc2112</a> — Sun May 27, 2007 1:20 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Azerty]]></name></author>
		<updated>2007-05-26T08:03:26-04:00</updated>

		<published>2007-05-26T08:03:26-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=73018#p73018</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=73018#p73018"/>
		<title type="html"><![CDATA[Incith-horoscope.tcl (French version)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=73018#p73018"><![CDATA[
Hello, <br><br>Thank you for you beings stopped on my problem. <br><br>Here two sites which correspond so that you ask I believe: <br><br>This site gives information interressante: <br><br><a href="http://femmeweb.branchez-vous.com/horoscope/" class="postlink">http://femmeweb.branchez-vous.com/horoscope/</a> <br><br>And this site were used as support for another tcl which does not function any more: can (chineze horoscope include)<br><br><a href="http://www.abidjan.net/horoscope/" class="postlink">http://www.abidjan.net/horoscope/</a> <br><br>I make you the copy of this tcl if you want??? <br><br>Thank you with you!!!  <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=9020">Azerty</a> — Sat May 26, 2007 8:03 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[rosc2112]]></name></author>
		<updated>2007-05-25T20:58:07-04:00</updated>

		<published>2007-05-25T20:58:07-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=73011#p73011</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=73011#p73011"/>
		<title type="html"><![CDATA[Incith-horoscope.tcl (French version)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=73011#p73011"><![CDATA[
Find a french horoscope site and gimme the url, and I'll make a french horoscope script for you.  Preferably a website that is fairly plain/vanilla so the regexp's won't be too complicated.  You'll have to translate the script from english to french, since I don't know french, but the output will be in french if the website is.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7395">rosc2112</a> — Fri May 25, 2007 8:58 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2007-05-25T20:46:26-04:00</updated>

		<published>2007-05-25T20:46:26-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=73009#p73009</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=73009#p73009"/>
		<title type="html"><![CDATA[Re: Incith-horoscope.tcl (French version)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=73009#p73009"><![CDATA[
<blockquote class="uncited"><div>Is what there exists in French version?<br><br>It is difficult to modify this tcl?<br><br>I speak badly English, sorry...</div></blockquote>This Tcl is in English only as there is no function on the website it uses for any other language. Translating the contents of the script will do nothing as the output to the user will always be English.<br><br>Français :<br> Ce TCL est seulement en anglais car il n'y a aucune fonction sur le site Web qu'elle emploie pour n'importe quelles autres languages. La traduction du contenu du manuscrit ne servira a rien car le rendement de l'utilisateur sera toujours en anglais.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Fri May 25, 2007 8:46 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Azerty]]></name></author>
		<updated>2007-05-25T07:54:14-04:00</updated>

		<published>2007-05-25T07:54:14-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=72973#p72973</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=72973#p72973"/>
		<title type="html"><![CDATA[Incith-horoscope.tcl (French version)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=72973#p72973"><![CDATA[
Is what there exists in French version?<br><br>It is difficult to modify this tcl?<br><br>I speak badly English, sorry...<br><br>.....................<br><br><span style="color:red">Edited by Alchera</span><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9020">Azerty</a> — Fri May 25, 2007 7:54 am</p><hr />
]]></content>
	</entry>
	</feed>
