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

	<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>2010-11-11T05:19:36-04:00</updated>

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

		<entry>
		<author><name><![CDATA[AndyDU]]></name></author>
		<updated>2010-11-11T05:19:36-04:00</updated>

		<published>2010-11-11T05:19:36-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=95040#p95040</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=95040#p95040"/>
		<title type="html"><![CDATA[access information from botlogin.mrc]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=95040#p95040"><![CDATA[
I used this great botlogin script from slennox a long time and it works great. After a hard disk crash i installed mIRC and botlogin complete new, but the script don't send the entered password. I must manually enter this after connecting to an eggdrop.<br><br>Any hint or help to "repair" this thing?<br><br>Greets<br>AndyDU<br><br><br>PS. Sorry for my bad english, it's not my native language...<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10193">AndyDU</a> — Thu Nov 11, 2010 5:19 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[TCL_no_TK]]></name></author>
		<updated>2008-05-13T19:47:31-04:00</updated>

		<published>2008-05-13T19:47:31-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=82911#p82911</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=82911#p82911"/>
		<title type="html"><![CDATA[access information from botlogin.mrc]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=82911#p82911"><![CDATA[
Thanks alot DragnLord, slennox, works great! <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=8130">TCL_no_TK</a> — Tue May 13, 2008 7:47 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[DragnLord]]></name></author>
		<updated>2008-05-13T18:28:10-04:00</updated>

		<published>2008-05-13T18:28:10-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=82910#p82910</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=82910#p82910"/>
		<title type="html"><![CDATA[access information from botlogin.mrc]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=82910#p82910"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>; Instructions:;; 1. Place this script in your mIRC directory.;; 2. In mIRC, type /load -rs botlogin.mrc;; 3. On the main menubar, select 'Commands' &gt; 'Bot Login' &gt; 'Add Account';    and enter the following information when prompted:;       Account name (e.g. '#FarmChat Bots');       Your handle (e.g. 'Farmer');       Your password (e.g. 'pigsmightfly');       A list of bots (e.g. 'Windmill CowBot Rooster');; 4. Test it out by right clicking on a bot in the nickname list and;    selecting 'DCC Login' or 'Telnet Login'. There are also some popups;    accessible under 'Bot Login' in DCC chat windows.;; 5. If you wish to remove this script, type /unload -rs botlogin.mrc and;    delete botlogin.ini (if it exists) in your mIRC folder.; The script will only send your nickname or password if you initiate the; login using the 'DCC Login' or 'Telnet Login' commands, and only if the; bot responds within 60 seconds. To minimise maintenance, there is no; hostmask-based checking, but the nick-based system should be fine as long; you're careful not to login to an imposter (as you probably are whether; you use this script or not).; Original script from slennox; Message command popups added by DragnLord;"Notes" requires notes2.tcl to be loaded;"Auth" command is for people using the toolz.tcl scriptalias getinfo {  var %i = 1  var %acctdots  var %botlist  while ($ini(botlogin.ini,%i) != $null) {    %acctdots = $ini(botlogin.ini,%i)    %botlist = $readini(botlogin.ini,%acctdots,botlist)    if ((%botlist != $null) &amp;&amp; $istokcs(%botlist,$$1,32)) {      if ($$2 == acctnum) return %i      else return $readini(botlogin.ini,%acctdots,$$2)    }    inc %i  }}alias converttok {  var %old = $$1  var %new  while (%old != $null) {    %new = $addtok(%new,$gettok(%old,1,$$2),$$3)    %old = $deltok(%old,1,$$2)  }  return %new}alias menubar_addacct {  var %acctname = $input(Enter a name for the new account.,1,Add Account)  if (%acctname == $null) return $input(Cancelled addition of new account.,4,Add Account)  var %acctdots = $converttok(%acctname,32,46)  if (($ini(botlogin.ini,%acctdots) != $null) &amp;&amp; ($ini(botlogin.ini,%acctdots) != 0)) return $input(Account ' $+ %acctname $+ ' already exists.,4,Add Account)  var %accthand = $input(Account: $chr(160) $+ %acctname $+ $crlf $+ $crlf $+ Enter a handle for this account.,1,Add Account)  if (%accthand == $null) return $input(Cancelled addition of new account.,4,Add Account)  var %acctpass = $input(Account: $chr(160) $+ %acctname $+ $crlf $+ Handle: $chr(160) $+ %accthand $+ $crlf $+ $crlf $+ Enter a password for this account.,1,Add Account)  if (%acctpass == $null) return $input(Cancelled addition of new account.,4,Add Account)  var %acctbots = $input(Account: $chr(160) $+ %acctname $+ $crlf $+ Handle: $chr(160) $+ %accthand $+ $crlf $+ Password: $chr(160) $+ %acctpass $+ $crlf $+ $crlf $+ Enter a list of bots (case sensitive, separate with spaces) for this account. You may leave this empty if you'd prefer to add bots directly from the nick list.,1,Add Account)  writeini botlogin.ini %acctdots handle %accthand  writeini botlogin.ini %acctdots password %acctpass  if (%acctbots != $null) {    %acctbots = $sorttok(%acctbots,32)    writeini botlogin.ini %acctdots botlist %acctbots  }  else %acctbots = (no bots added)  return $input(Account addition completed. $+ $crlf $+ $crlf $+ Account: $chr(160) $+ %acctname $crlf Handle: $chr(160) $+ %accthand $+ $crlf $+ Password: $chr(160) $+ %acctpass $+ $crlf $+ Bots: $chr(160) $+ %acctbots,4,Add Account)}alias menubar_delacct {  if ($1 == begin) return  if ($1 == end) return  return $converttok($ini(botlogin.ini,$1),46,32) $+ :delacct $1}alias delacct {  var %delacct = $input(Delete account ' $+ $converttok($ini(botlogin.ini,$1),46,32) $+ '?,8,Delete Account)  if (%delacct == $null) return  remini botlogin.ini $ini(botlogin.ini,$1)}alias menubar_chghand {  if ($1 == begin) return  if ($1 == end) return  return $converttok($ini(botlogin.ini,$1),46,32) $+ :chghand $1}alias chghand {  var %acctdots = $ini(botlogin.ini,$1)  var %accthand = $input(Enter a handle for account ' $+ $converttok(%acctdots,46,32) $+ '.,1,Change Handle,$readini(botlogin.ini,%acctdots,handle))  if (%accthand == $null) return  writeini botlogin.ini %acctdots handle %accthand}alias menubar_chgpass {  if ($1 == begin) return  if ($1 == end) return  return $converttok($ini(botlogin.ini,$1),46,32) $+ :chgpass $1}alias chgpass {  var %acctdots = $ini(botlogin.ini,$1)  var %acctpass = $input(Enter a password for account ' $+ $converttok(%acctdots,46,32) $+ '.,1,Change Password,$readini(botlogin.ini,%acctdots,password))  if (%acctpass == $null) return  writeini botlogin.ini %acctdots password %acctpass}alias menubar_editbot {  if ($1 == begin) return  if ($1 == end) return  return $converttok($ini(botlogin.ini,$1),46,32) $+ :editbot $1}alias editbot {  var %acctdots = $ini(botlogin.ini,$1)  var %acctbots = $input(Enter a list of bots (case sensitive, separated by spaces) for account ' $+ $converttok(%acctdots,46,32) $+ '.,1,Edit Bot List,$readini(botlogin.ini,%acctdots,botlist))  if (%acctbots == $null) return  writeini botlogin.ini %acctdots botlist $sorttok(%acctbots,32)}alias nicklistmenu_addbot {  if ($1 == begin) return  if ($1 == end) return  return $converttok($ini(botlogin.ini,$1),46,32) $+ :nicklist_addbot $1}alias nicklist_addbot {  var %acctdots = $ini(botlogin.ini,$1)  var %acctbots = $readini(botlogin.ini,%acctdots,botlist)  var %i = 1  var %addbot  var %addbots  while ($snick(#,%i) != $null) {    %addbot = $snick(#,%i)    if ($findtokcs(%acctbots,%addbot,1,32) == $null) {      %addbots = $addtok(%addbots,%addbot,32)    }    inc %i  }  if (%addbots == $null) return $input(All selected nicks are already in bot list for account ' $+ $converttok(%acctdots,46,32) $+ '.,4,Edit Bot List)  %acctbots = $input(Enter a list of bots (separated by spaces) for account ' $+ $converttok(%acctdots,46,32) $+ '.,1,Edit Bot List,%acctbots %addbots)  if (%acctbots == $null) return  writeini botlogin.ini %acctdots botlist $sorttok(%acctbots,32)}alias query_chgpass {  if ($getinfo($nick,handle) == $null) return $input(Nickname ' $+ $nick $+ ' does not exist in the bot list for any account.,4,Change Password)  var %acctdots = $ini(botlogin.ini,$getinfo($nick,acctnum))  var %acctpass = $input(Enter a password for account ' $+ $converttok(%acctdots,46,32) $+ '. $+ $crlf $+ $crlf $+ This will also send a .newpass to the bot.,1,Change Password,$readini(botlogin.ini,%acctdots,password))  if (%acctpass == $null) return  writeini botlogin.ini %acctdots password %acctpass  msg =$nick .newpass %acctpass}alias querymenu_addbot {  if ($1 == begin) return  if ($1 == end) return  return $converttok($ini(botlogin.ini,$1),46,32) $+ :query_addbot $1}alias query_addbot {  var %acctdots = $ini(botlogin.ini,$1)  var %acctbots = $readini(botlogin.ini,%acctdots,botlist)  %acctbots = $input(Enter a list of bots (separated by spaces) for account ' $+ $converttok(%acctdots,46,32) $+ '.,1,Edit Bot List,%acctbots $gettok($active,1-,61))  if (%acctbots == $null) return  writeini botlogin.ini %acctdots botlist $sorttok(%acctbots,32)}alias sendlogin {  var %i = 1  var %l  while $var(%sendlogin.*,%i) != $null {    if (($remove($var(%sendlogin.*,%i),$chr(37) $+ sendlogin.) == $nick) &amp;&amp; ($getinfo($nick,$$1) != $null)) {      msg =$nick $getinfo($nick,$$1)      if ($$1 == password) unset %sendlogin. $+ $nick      break    }    inc %i  }}alias login {  var %nicks = $1  var %nick  while (%nicks != $null) {    %nick = $gettok(%nicks,1,44)    if ($getinfo(%nick,handle) == $null) {      echo -e # Nickname ' $+ %nick $+ ' does not exist in the bot list for any account.    }    else {      set -u60 %sendlogin. $+ %nick      if ($2 == dcc) dcc chat %nick      elseif ($2 == telnet) ctcp %nick CHAT    }    %nicks = $deltok(%nicks,1,44)  }}alias botmsg {  var %nicks = $1  var %nick  while (%nicks != $null) {    %nick = $gettok(%nicks,1,44)    if ($getinfo(%nick,handle) == $null) {      echo -e # Nickname ' $+ %nick $+ ' does not exist in the bot list for any account.    }    else {      .msg %nick $2 $getinfo(%nick ,password) $3-    }    %nicks = $deltok(%nicks,1,44)  }}alias ident {  var %identcmd = $input(Enter the ident command for this bot. $+ $crlf $+ $crlf $+ The default for eggdrop is 'ident' $+ $chr(44) but some bot admins change this $+ $chr(44) so check with them if you're unsure.,1,Ident,ident)  if (%identcmd != $null) {    msg $$1 %identcmd $getinfo($$1,password) $getinfo($$1,handle)  }}alias shosts {  $input(Hostmasks for selected nicks. $address($snicks,1),o,Hostmasks)}menu menubar {  Eggdrop  .Add Account:menubar_addacct  .Delete Account  ..$submenu($menubar_delacct($1))  .Change Handle  ..$submenu($menubar_chghand($1))  .Change Password  ..$submenu($menubar_chgpass($1))  .Edit Bot List  ..$submenu($menubar_editbot($1))}menu nicklist {  -  Eggdrop  .$iif(($getinfo($1,handle) != $null),Auth):botmsg $snicks auth   .$iif(($getinfo($1,handle) != $null),Ops)  ..$iif((% isin $prefix),Halfop)  ...Channel:botmsg $snicks halfop $chan  ...Global:botmsg $snicks halfop  ..$iif((@ isin $prefix),Op)  ...Channel:botmsg $snicks op $chan  ...Global:botmsg $snicks op  ..$iif((+ isin $prefix),Voice)  ...Channel:botmsg $snicks voice $chan  ...Global:botmsg $snicks voice  .$iif(($getinfo($1,handle) != $null),Msg Cmds)  ..Addhost:botmsg $snicks addhost $?="enter hostmask to add $crlf example: *!*me@your.net"  ..Addmask:botmsg $snicks addmask  ..Die:botmsg $snicks die $?="enter optional quit message"  ..Go:.msg $snicks go $chan  ..Help:.msg $snicks help $?="enter command to get help on."  ..$iif((($numtok($snicks,44) != 1) || $getinfo($1,handle) == $null),$style(2)) Ident:ident $1  ..Info  ...Default:botmsg $snicks info $?="enter default info line"  ...Channel:botmsg $snicks info $chan $?="enter info line"  ..Invite:botmsg $snicks invite $?="channel name"  ..Jump:botmsg $snicks jump $?="enter server to jump to (optional)"  ..Key:botmsg $snicks key $?="channel name"  ..Memory:botmsg $snicks memory  ..Notes  ...Erase:botmsg $snicks notes erase $?="enter number to erase or 'all'"  ...Index:botmsg $snicks notes index  ...Read:botmsg $snicks notes read $?="enter number to read or 'all'"  ...Send:botmsg $snicks notes to $?="enter handle to send to" $?="enter message to send"  ..Rehash:botmsg $snicks rehash  ..Reset:botmsg $snicks reset  ..Save:botmsg $snicks save  ..Status:botmsg $snicks status  ..Who:.msg $snicks who $?="channel name"  ..Whois:.msg $snicks whois $?="enter handle (nickname on bot)"  .$iif(($getinfo($1,handle) != $null),Login)  ..DCC Login:login $snicks dcc  ..Telnet Login:login $snicks telnet  .$iif(($getinfo($1,handle) == $null),Add to Bot List)  ..$submenu($nicklistmenu_addbot($1))  .$iif(($getinfo($1,handle) != $null),Custom)  ..w/ pass:botmsg $1 $?="enter command"  ..w/o pass:.msg $1 $?="enter command"  -}menu query {  -  Eggdrop  .Netbots  ..Set max bans:say .nettcl set sl_bfmaxbans $?="enter maximum number of bans in banlist before locking channel"  ..Bans  ...Set new global ban: .nettcl newban $?="enter hostmask for this ban"  ...Remove global ban:.nettcl killban $?="enter hostmask of ban to remove"  .$iif(($getinfo($1,handle) != $null) &amp;&amp; ($chat($1).status != active),Login)   ..DCC Login:login $1 dcc  ..Telnet Login:login $1 telnet  .$iif((($chat($1).status == active) || $getinfo($1,handle) == $null),Logout):.msg = $+ $1 .quit  .$iif(($getinfo($1,handle) == $null),$style(2)) Ident:ident $1  .$iif((($chat($1).status != active) || $getinfo($1,handle) == $null),$style(2)) Change Password:query_chgpass  .$iif((($chat($1).status != active) || $getinfo($1,handle) == $null),$style(2)) Shell Cmd:{ .msg = $+ $1 .tcl exec $?="enter command to run" }  .$iif(($getinfo($1,handle) == $null),Add to Bot List)  ..$submenu($querymenu_addbot($1))  -}on *:CHAT:Please enter your nickname.:sendlogin handleon *:CHAT:Nickname.:sendlogin handleon *:CHAT:Enter your password.*:sendlogin passwordon *:CHAT:SSH-1.99-OpenSSH*:sendlogin handleon *:CHAT:CHALLENGE*:sendlogin passwordon *:CHAT:-=[Contagious]=- Personal password*:sendlogin password</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4461">DragnLord</a> — Tue May 13, 2008 6:28 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[slennox]]></name></author>
		<updated>2008-05-13T17:31:17-04:00</updated>

		<published>2008-05-13T17:31:17-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=82909#p82909</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=82909#p82909"/>
		<title type="html"><![CDATA[access information from botlogin.mrc]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=82909#p82909"><![CDATA[
Consider it in the public domain. Do whatever you want with it <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=13034">slennox</a> — Tue May 13, 2008 5:31 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[TCL_no_TK]]></name></author>
		<updated>2008-05-13T10:29:54-04:00</updated>

		<published>2008-05-13T10:29:54-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=82907#p82907</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=82907#p82907"/>
		<title type="html"><![CDATA[access information from botlogin.mrc]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=82907#p82907"><![CDATA[
Would be really helpful, 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=8130">TCL_no_TK</a> — Tue May 13, 2008 10:29 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[DragnLord]]></name></author>
		<updated>2008-05-12T22:40:45-04:00</updated>

		<published>2008-05-12T22:40:45-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=82898#p82898</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=82898#p82898"/>
		<title type="html"><![CDATA[access information from botlogin.mrc]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=82898#p82898"><![CDATA[
It is possible to use the information in botlogin.ini for a variety of things, a few years ago I modified slennox's script for my own use.<br>If he posts permission for me to release it to general public, I'll post it here for you.<br>It's already setup to handle all privmsg commands via popup.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4461">DragnLord</a> — Mon May 12, 2008 10:40 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[TCL_no_TK]]></name></author>
		<updated>2008-05-12T13:37:27-04:00</updated>

		<published>2008-05-12T13:37:27-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=82894#p82894</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=82894#p82894"/>
		<title type="html"><![CDATA[access information from botlogin.mrc]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=82894#p82894"><![CDATA[
I dont know how to do that with mIRC sorry :/ if it was a tcl script, then i'd probably have no luck at all <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_rolleyes.gif" width="15" height="15" alt=":roll:" title="Rolling Eyes"> thanks for fast reply. I think i might email slennox and ask if it is possible. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_idea.gif" width="15" height="15" alt=":idea:" title="Idea"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8130">TCL_no_TK</a> — Mon May 12, 2008 1:37 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[DragnLord]]></name></author>
		<updated>2008-05-12T12:52:20-04:00</updated>

		<published>2008-05-12T12:52:20-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=82893#p82893</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=82893#p82893"/>
		<title type="html"><![CDATA[Re: access information from botlogin.mrc]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=82893#p82893"><![CDATA[
<blockquote class="uncited"><div>I've been hoping to creat a few popups for working with bots. I have limited know-how with scripting for mIRC and since i was using botlogin.mrc i was woundering if there was a way to use the information from this script to do things like give a password for the bot if its in an account, check that the bot has an account, get the handle for the bot. I know its all stored in an .ini file and stuff, but like i said I have limited know-how with mIRC scripting so thats about as much as i know on it. </div></blockquote>Reading the TCL, one would simply use the information located in botlogin.ini in the main directory of mIRC.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4461">DragnLord</a> — Mon May 12, 2008 12:52 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[TCL_no_TK]]></name></author>
		<updated>2008-05-12T08:13:11-04:00</updated>

		<published>2008-05-12T08:13:11-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=82892#p82892</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=82892#p82892"/>
		<title type="html"><![CDATA[access information from botlogin.mrc]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=82892#p82892"><![CDATA[
I've been hoping to creat a few popups for working with bots. I have limited know-how with scripting for mIRC and since i was using botlogin.mrc i was woundering if there was a way to use the information from this script to do things like give a password for the bot if its in an account, check that the bot has an account, get the handle for the bot. I know its all stored in an .ini file and stuff, but like i said I have limited know-how with mIRC scripting so thats about as much as i know on it. <blockquote class="uncited"><div>; botlogin.mrc v1.3 (22 April 2002)<br>; Copyright 2002 by slennox<br>; slennox's eggdrop page - <a href="http://www.egghelp.org/" class="postlink">http://www.egghelp.org/</a></div></blockquote><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8130">TCL_no_TK</a> — Mon May 12, 2008 8:13 am</p><hr />
]]></content>
	</entry>
	</feed>
