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

	<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>2003-04-29T14:21:39-04:00</updated>

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

		<entry>
		<author><name><![CDATA[stdragon]]></name></author>
		<updated>2003-04-29T14:21:39-04:00</updated>

		<published>2003-04-29T14:21:39-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=19643#p19643</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=19643#p19643"/>
		<title type="html"><![CDATA[I'm blocked]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=19643#p19643"><![CDATA[
Try this out, I haven't tested it. I wasn't serious about you paying me but you can if you want.<br><div class="codebox"><p>Code: </p><pre><code>### What is the name of the bot to send CSAUTH to?set bot(csauth) "Neptune"### What is the name of the bot to send AUTH to?set bot(auth) "Sephir"### Set the user of the Eggdrop that will use for CSAUTH and AUTHset bot(user) "Zarifa"### Set the password of the Eggdrop that will use for CSAUTHset bot(csauthpass) "x0zomp69a"### Set the password of the Eggdrop that will use for AUTHset bot(authpass) "af442z9echy"### Are AUTH and CSAUTH enabled or disabledset bot(authenabled) 1set bot(csauthenabled) 1### Done with configurationsetudef flag authbind join * * check_authbind dcc - auth dcc_auth_togglebind dcc - csauth dcc_csauth_toggleproc send_auth {chan} {  global bot  if {$bot(authenabled)} {    foreach b $bot(auth) {      if {[onchan $b $chan]} {        putserv "privmsg $b :AUTH $chan $bot(user) $bot(authpass)"      }    }  }  if {$bot(csauthenabled)} {    foreach b $bot(csauth) {      if {[onchan $b $chan]} {        putserv "privmsg $b :CSAUTH $chan $bot(user) $bot(csauthpass)"      }    }  }}proc check_auth {nick uhost hand chan} {  global bot  # If auth isn't enabled for this channel, abort  if {[channel get $chan auth] == 0} { return 0 }  # If it's our nick joining, send the auth in 2 seconds  if {[isbotnick $nick]} {    utimer 2 [list send_auth $chan]    return 0  }  # Nope, check if it's one of the other bots joining  if {$bot(authenabled)} {    foreach b $bot(auth) {      if {[string compare -nocase $b $nick] == 0} {        putserv "privmsg $b :AUTH $chan $bot(user) $bot(authpass)"      }    }  }  if {$bot(csauthenabled)} {    foreach b $bot(csauth) {      if {[string compare -nocase $b $nick] == 0} {        putserv "privmsg $b :CSAUTH $chan $bot(user) $bot(csauthpass)"      }    }  }  return 0}proc dcc_auth_toggle {hand idx text} {  global bot  if {[string compare -nocase "on" [lindex [split #text] 0]] == 0} {    putlog "AUTH enabled"    set bot(authenable) 1  } else {    putlog "AUTH disabled"    set bot(authenable) 0  }}proc dcc_csauth_toggle {hand idx text} {  global bot  if {[string compare -nocase "on" [lindex [split #text] 0]] == 0} {    putlog "CSAUTH enabled"    set bot(csauthenable) 1  } else {    putlog "CSAUTH disabled"    set bot(csauthenable) 0  }}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8">stdragon</a> — Tue Apr 29, 2003 2:21 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Gatsby]]></name></author>
		<updated>2003-04-28T07:27:15-04:00</updated>

		<published>2003-04-28T07:27:15-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=19555#p19555</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=19555#p19555"/>
		<title type="html"><![CDATA[I'm blocked]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=19555#p19555"><![CDATA[
I see nobody want to help me so yes I will pay you, here is my e-mail : <a href="mailto:Gatsby_from@yahoo.fr">Gatsby_from@yahoo.fr</a> send me the TCL working, and send me a mail I will pay you through paypal.com<br><br>I think 10 euros or 10 dollars will be nice, what do you think ?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3010">Gatsby</a> — Mon Apr 28, 2003 7:27 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[stdragon]]></name></author>
		<updated>2003-04-27T22:57:37-04:00</updated>

		<published>2003-04-27T22:57:37-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=19540#p19540</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=19540#p19540"/>
		<title type="html"><![CDATA[I'm blocked]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=19540#p19540"><![CDATA[
Will you pay me to write it? It sounds like you want it pretty badly :) hehe<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8">stdragon</a> — Sun Apr 27, 2003 10:57 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Gatsby]]></name></author>
		<updated>2003-04-26T14:55:04-04:00</updated>

		<published>2003-04-26T14:55:04-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=19462#p19462</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=19462#p19462"/>
		<title type="html"><![CDATA[I'm blocked]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=19462#p19462"><![CDATA[
I don't know TCL and I'm not able to learn it only for this TCL!!!!You don't gonna to learn japanese just to say "hello every body how are you"... it's the same with me.<br><br>I don't know 0.01 % of TCL !!! And I don't try to understand or learn I can't programming... this code vas made by <strong class="text-strong">caesar</strong> (a person very very helpfull) he don't want to help me it's his choice I can't oblige people to help me... if you won't help me just say it...<br><br>But the only last thing I would like is to send the AUTH and CSAUTH not only Zarifa joins #channel but also when the two other bots join #channel... that's all...<br><br>You tell me to learn it's very good idea and a pedagogic, but I want just this TCL and <span style="text-decoration:underline">nothing</span> else... and I think it's very easy for you who know the TCL (I mean it's not very difficult what I want to do...)<br><br>Thanks...<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3010">Gatsby</a> — Sat Apr 26, 2003 2:55 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Papillon]]></name></author>
		<updated>2003-04-26T11:12:30-04:00</updated>

		<published>2003-04-26T11:12:30-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=19454#p19454</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=19454#p19454"/>
		<title type="html"><![CDATA[I'm blocked]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=19454#p19454"><![CDATA[
<blockquote class="uncited"><div><blockquote class="uncited"><div>What code add for Zarifa sends the CSAUTH and AUTH not only when she joins #channel but also when Neptune or Sephir join too... </div></blockquote>Please.... help me tell me i musn't wait 3 weeks for this TCL ! Please !</div></blockquote>sorry but I will help you no further when your not even trying to fix the problem on you own! Try figuring out the problem and fix it. If you get some new errors post the code you've added/modified and we may talk..<br>If you knew just a littlebit about tcl you should be very able to fix the rest of code...<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=852">Papillon</a> — Sat Apr 26, 2003 11:12 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Gatsby]]></name></author>
		<updated>2003-04-26T10:57:24-04:00</updated>

		<published>2003-04-26T10:57:24-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=19451#p19451</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=19451#p19451"/>
		<title type="html"><![CDATA[I'm blocked]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=19451#p19451"><![CDATA[
<blockquote class="uncited"><div>What code add for Zarifa sends the CSAUTH and AUTH not only when she joins #channel but also when Neptune or Sephir join too... </div></blockquote>Please.... help me tell me i musn't wait 3 weeks for this TCL ! Please !<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3010">Gatsby</a> — Sat Apr 26, 2003 10:57 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Gatsby]]></name></author>
		<updated>2003-04-25T21:29:40-04:00</updated>

		<published>2003-04-25T21:29:40-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=19434#p19434</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=19434#p19434"/>
		<title type="html"><![CDATA[I'm blocked]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=19434#p19434"><![CDATA[
Yes i understand you're not here for me. I'm not the most important and either the question is not here, you are there to help and not to work at my place i'm agree but when i'm blocked since 2 weeks...<br><br>Thank you very much for you code it's working good except that Zarifa sends the CSAUTH and AUTH only when she joins #channel and in the DCC i have this error : <span style="text-decoration:underline">Tcl error [dcc:csauth]: can't read "bot2(pass)": no such variable</span> but she is sending the /msg because i seemed them so it's ok<br><br>Now what must i do ? What code add for Zarifa sends the CSAUTH and AUTH not only when she joins #channel but <strong class="text-strong">also</strong> when Neptune or Sephir join too...<br><br>If i can do somethin for you i will try, you are very a cool guy, sorry for my expression i don't know english very well...<br><br>Thank you very much papillon you made me happy  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=":wink:" title="Wink"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3010">Gatsby</a> — Fri Apr 25, 2003 9:29 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Papillon]]></name></author>
		<updated>2003-04-25T19:27:16-04:00</updated>

		<published>2003-04-25T19:27:16-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=19430#p19430</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=19430#p19430"/>
		<title type="html"><![CDATA[I'm blocked]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=19430#p19430"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>### What is the name of the bot to identify to on join (CSAUTH)? set bot(name) "Neptune" ### What is the name of the bot you want to do the channel identify (AUTH)? set bot(chan) "Sephir" ### Set the user of the Eggdrop that will use for CSAUTH and AUTH set bot(user) "Zarifa" ### Set the password of the Eggdrop that will use for CSAUTH set bot(pass) "x0zomp69a" ### Set the password of the Eggdrop that will use for AUTH set bot2(pass) "af442z9echy" ### Set this to 1 if you want the script enabled by default, otherwise 0 //&lt;&lt;&lt; this is caesar who made it, but i think it's not necessary if .auth on/off is available &lt;-- it isset bot(enable) 1 # stuff setudef flag auth bind join * * dcc:csauth #bind dcc - csauth x:csauthbind dcc - auth x:csauth:on_offproc dcc:csauth {nick uhost handle channel} {   global bot botnick   if {$nick == $botnick &amp;&amp; $bot(enable) == "1" } {     foreach luser $bot(name) {       putserv "PRIVMSG $luser :CSAUTH $bot(user) $bot(pass)"     }     foreach chan [channels] {       if {[channel get $chan auth]} {         putserv "PRIVMSG $bot(chan) :AUTH $chan $bot(user) $bot2(pass)"       }     }   } }proc x:csauth:on_off {hand idx arg} {  global bot  switch -- [lindex [split $arg] 0] {    "on" { set bot(enable) 1; putdcc $idx "Authing turned on" }    "off" { set bot(enable) 0; putdcc $idx "Authing turned off" }  }}</code></pre></div>This should work, the .csauth command is not supported here, if you want it you make it on your own. We are NOT here to make script for peoples. We are here to give you pointers of how to do it on your own.<br>.auth on/off turns both AUTH and CSAUTH on or off as it is now.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=852">Papillon</a> — Fri Apr 25, 2003 7:27 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Gatsby]]></name></author>
		<updated>2003-04-25T18:52:25-04:00</updated>

		<published>2003-04-25T18:52:25-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=19425#p19425</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=19425#p19425"/>
		<title type="html"><![CDATA[I'm blocked]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=19425#p19425"><![CDATA[
I had corrected as you said me, but i have still the same answers and errors... is it really so difficult for the experts in TCL like you all on this forum ????<br><br><strong class="text-strong">Tcl error [x:csauth]: wrong # args: should be "x:csauth nick uhost handle channel"</strong>  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_cry.gif" width="15" height="15" alt=":cry:" title="Crying or Very sad">  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_cry.gif" width="15" height="15" alt=":cry:" title="Crying or Very sad">  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_cry.gif" width="15" height="15" alt=":cry:" title="Crying or Very sad"> <br><br>I mean i'm just a newbie who wants his eggdrop working only for this but i can't do it by myself i'm not intelligent enough... you can help me please help!!!<br><div class="codebox"><p>Code: </p><pre><code>### What is the name of the bot to identify to on join (CSAUTH)? set bot(name) "Neptune" ### What is the name of the bot you want to do the channel identify (AUTH)? set bot(chan) "Sephir" ### Set the user of the Eggdrop that will use for CSAUTH and AUTH set bot(user) "Zarifa" ### Set the password of the Eggdrop that will use for CSAUTH set bot(pass) "x0zomp69a" ### Set the password of the Eggdrop that will use for AUTH set bot2(pass) "af442z9echy" ### Set this to 1 if you want the script enabled by default, otherwise 0 //&lt;&lt;&lt; this is caesar who made it, but i think it's not necessary if .auth on/off is available set bot(enable) 1 # stuff setudef flag auth bind join * * dcc:csauth bind dcc - csauth x:csauth # stuff setudef flag auth bind join * * x:csauth bind dcc - csauth dcc:csauth proc dcc:csauth {nick uhost handle channel} { global bot botnick if {$nick == $botnick &amp;&amp; $bot(enable) == "1" } { foreach luser $bot(name) { putserv "PRIVMSG $luser :CSAUTH $bot(user) $bot(pass)" } foreach chan [channels] { if {[channel get $chan auth]} { putserv "PRIVMSG $bot(chan) :AUTH $chan $bot(user) $bot2(pass)" } } } }</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3010">Gatsby</a> — Fri Apr 25, 2003 6:52 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Gatsby]]></name></author>
		<updated>2003-04-25T11:51:12-04:00</updated>

		<published>2003-04-25T11:51:12-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=19416#p19416</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=19416#p19416"/>
		<title type="html"><![CDATA[I'm blocked]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=19416#p19416"><![CDATA[
All right, i can't test it now, but what is the whole code working ? What is the syntax the code I mean, could you paste all the code working as I want ?<br><br>Thanks  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_cry.gif" width="15" height="15" alt=":cry:" title="Crying or Very sad"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3010">Gatsby</a> — Fri Apr 25, 2003 11:51 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Papillon]]></name></author>
		<updated>2003-04-25T08:59:50-04:00</updated>

		<published>2003-04-25T08:59:50-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=19412#p19412</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=19412#p19412"/>
		<title type="html"><![CDATA[I'm blocked]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=19412#p19412"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code># stuff setudef flag auth bind join * * x:csauth bind dcc - csauth dcc:csauth </code></pre></div>no need to have this twice.. <br>also switch the procnames.. make it like this<div class="codebox"><p>Code: </p><pre><code># stuff setudef flag auth bind join * * dcc:csauth bind dcc - csauth x:csauth</code></pre></div>as for this <span style="text-decoration:underline">bind dcc - csauth x:csauth</span>....<br>there is no proc in this code called  <span style="text-decoration:underline">x:csauth</span>, so when you do .csauth it calls a proc which does not exist... unless it is in another scriptfile<br>the .auth command has not been binded in this code..<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=852">Papillon</a> — Fri Apr 25, 2003 8:59 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Gatsby]]></name></author>
		<updated>2003-04-25T07:31:39-04:00</updated>

		<published>2003-04-25T07:31:39-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=19406#p19406</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=19406#p19406"/>
		<title type="html"><![CDATA[I'm blocked]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=19406#p19406"><![CDATA[
Thank you very much for helping me Papillon<br><br><strong class="text-strong">Description</strong><br>- Zarifa is the eggdrop using this TCL<br>- Sephir is a bot Zarifa CSAUTH to<br>- Neptune is an other bot Zarifa AUTH to<br><br><strong class="text-strong">Situation one</strong><br>Zarifa joins #channel.<br>Sephir and Neptune are on #channel.<br>Zarifa sends them '<em class="text-italics">/msg Neptune CSAUTH password</em>' and '<em class="text-italics">/msg Sephir AUTH #channel Zarifa password</em>'<br><br><strong class="text-strong">Situation Two</strong><br>Zarifa is already on #channel.<br>Sephir <span style="text-decoration:underline">or</span> Neptune joins #channel.<br>Zarifa sends them '<em class="text-italics">/msg Neptune CSAUTH password</em>' and '<em class="text-italics">/msg Sephir AUTH #channel Zarifa password</em>'<br><br><strong class="text-strong">Commands for this TCL</strong><br>- <em class="text-italics">.csauth on/off</em> (Enables/Disables the sending of the CSAUTH by Zarifa to Neptune)<br>- <em class="text-italics">.auth on/off</em> (Enables/Disables the sending of the AUTH by Zarifa to Sephir)<br>- <em class="text-italics">.chanset #channel +/-auth</em> (Set the #channel used in the AUTH)<br><br><strong class="text-strong">Errors i have</strong><br>- When i ensure <em class="text-italics">.csauth on/off</em> i have this : <strong class="text-strong">Tcl error [dcc:csauth]: wrong # args: should be "dcc:csauth nick uhost handle channel"</strong><br>- When i ensure <em class="text-italics">.auth on/off</em> i have this : <strong class="text-strong">What?  You need '.help'</strong><br>- When Sephir or Neptune join #channel or when Zarifa joins #channel no AUTH and CSAUTH is sended.<br>- When i ensure <em class="text-italics">.chanset #channel +/-auth</em> it's working i have this : <strong class="text-strong">Successfully set modes { +auth  } on #channel.</strong><br><br><strong class="text-strong">The TCL</strong><div class="codebox"><p>Code: </p><pre><code>### What is the name of the bot to identify to on join (CSAUTH)? set bot(name) "Neptune" ### What is the name of the bot you want to do the channel identify (AUTH)? set bot(chan) "Sephir" ### Set the user of the Eggdrop that will use for CSAUTH and AUTHset bot(user) "Zarifa" ### Set the password of the Eggdrop that will use for CSAUTH set bot(pass) "x0zomp69a" ### Set the password of the Eggdrop that will use for AUTH set bot2(pass) "af442z9echy" ### Set this to 1 if you want the script enabled by default, otherwise 0 //&lt;&lt;&lt; this is caesar who made it, but i think it's not necessary if .auth on/off is availableset bot(enable) 1 # stuff setudef flag auth bind join * * x:csauth bind dcc - csauth dcc:csauth # stuff setudef flag auth bind join * * x:csauth bind dcc - csauth dcc:csauth proc dcc:csauth {nick uhost handle channel} { global bot botnick if {$nick == $botnick &amp;&amp; $bot(enable) == "1" } { foreach luser $bot(name) { putserv "PRIVMSG $luser :CSAUTH $bot(user) $bot(pass)" } foreach chan [channels] { if {[channel get $chan auth]} { putserv "PRIVMSG $bot(chan) :AUTH $chan $bot(user) $bot2(pass)" } } } } </code></pre></div>Thank you very very very much.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3010">Gatsby</a> — Fri Apr 25, 2003 7:31 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Papillon]]></name></author>
		<updated>2003-04-25T03:12:09-04:00</updated>

		<published>2003-04-25T03:12:09-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=19396#p19396</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=19396#p19396"/>
		<title type="html"><![CDATA[I'm blocked]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=19396#p19396"><![CDATA[
please post the code you are using right now, include all the errors you get and why you get them...<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=852">Papillon</a> — Fri Apr 25, 2003 3:12 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Gatsby]]></name></author>
		<updated>2003-04-24T14:00:19-04:00</updated>

		<published>2003-04-24T14:00:19-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=19375#p19375</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=19375#p19375"/>
		<title type="html"><![CDATA[I'm blocked]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=19375#p19375"><![CDATA[
Please guys i'm still blocked i don't know what can i do here you are the only ones who can help me... please  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_cry.gif" width="15" height="15" alt=":cry:" title="Crying or Very sad"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3010">Gatsby</a> — Thu Apr 24, 2003 2:00 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Gatsby]]></name></author>
		<updated>2003-04-22T03:38:00-04:00</updated>

		<published>2003-04-22T03:38:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=19327#p19327</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=19327#p19327"/>
		<title type="html"><![CDATA[I'm blocked]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=19327#p19327"><![CDATA[
Please...<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3010">Gatsby</a> — Tue Apr 22, 2003 3:38 am</p><hr />
]]></content>
	</entry>
	</feed>
