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

	<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>2002-12-13T00:33:12-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Stylez]]></name></author>
		<updated>2002-12-13T00:33:12-04:00</updated>

		<published>2002-12-13T00:33:12-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=14236#p14236</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=14236#p14236"/>
		<title type="html"><![CDATA[Publish Channel Stats/Userlist to website - PHP]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=14236#p14236"><![CDATA[
Hmmmm... I redid the ftp thing myself from the lib's help files, now I get <blockquote class="uncited"><div>Tcl error in script for 'timer8':<br>error writing "stdout": bad file number</div></blockquote>I give up, windrop sucks compared to eggdrop. I'll settle for an automatic windows ftp program called TinyUploader to upload my file every 10 minutes. I wish I could use linux! lol I have Red Hat 8.0.. or is it 7.0.. anyways, I had it installed but COULD NOT get the internet to work, so I removed it.  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_rolleyes.gif" width="15" height="15" alt=":roll:" title="Rolling Eyes"> Anyone know of a program to emulate *nix from Windows XP?  <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=2322">Stylez</a> — Fri Dec 13, 2002 12:33 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Stylez]]></name></author>
		<updated>2002-12-12T06:18:16-04:00</updated>

		<published>2002-12-12T06:18:16-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=14208#p14208</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=14208#p14208"/>
		<title type="html"><![CDATA[Publish Channel Stats/Userlist to website - PHP]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=14208#p14208"><![CDATA[
Okay I kind of cheated and copied everything from d:/Windrop/lib/tcllib-1.3/modules/ to d:/Windrop/lib/tcllib-1.3/ - and now the bot will load but it has an error in the script:<blockquote class="uncited"><div>[06:15] &lt;KronBot&gt; [06:15] Tcl error in script for 'timer3':<br>[06:15] &lt;KronBot&gt; [06:15] invalid command name "ftp::open"</div></blockquote>Here is the code I used:<div class="codebox"><p>Code: </p><pre><code>if {[set ftpsock [ftp::open ftp.kronicconcerz.com mylogin mypass]] != -1} {   if {![ftp::put $ftpsock d:/matt/public_html/kc-chan.html /httpdocs/kc-chan.html]} {     putlog "Failed upload on FTP socket $ftpsock"     ftp::close $ftpsock     return   }   ftp::close $ftpsock } else {   putlog "Failed to connect to FTP server" } </code></pre></div>I assume that means that it may not have actually loaded the module correctly?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2322">Stylez</a> — Thu Dec 12, 2002 6:18 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Stylez]]></name></author>
		<updated>2002-12-12T06:04:06-04:00</updated>

		<published>2002-12-12T06:04:06-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=14207#p14207</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=14207#p14207"/>
		<title type="html"><![CDATA[Publish Channel Stats/Userlist to website - PHP]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=14207#p14207"><![CDATA[
Nope package require modules/ftp didn't work. I know it says something about install.bat in the tcllib-1.3 directory, but all the file structure and such is all there, so I don't think it would be necessary to run the install.bat.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2322">Stylez</a> — Thu Dec 12, 2002 6:04 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Stylez]]></name></author>
		<updated>2002-12-12T05:59:26-04:00</updated>

		<published>2002-12-12T05:59:26-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=14206#p14206</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=14206#p14206"/>
		<title type="html"><![CDATA[Publish Channel Stats/Userlist to website - PHP]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=14206#p14206"><![CDATA[
Okay I get this error when trying to load the bot<blockquote class="uncited"><div>Tcl error in file 'eggdrop.conf':<br>couldn't read file "d:/Windrop/lib/tcllib-1.3/ftp/ftp.tcl": no such file or directory </div></blockquote>I noticed that the dir structure is wrong, it should be d:/Windrop/lib/tcllib-1.3/<strong class="text-strong">modules</strong>/ftp/ftp.tcl<br>How do I adjust this? Would is use 'package require modules/ftp'? I'll try that anyways.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2322">Stylez</a> — Thu Dec 12, 2002 5:59 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2002-12-12T05:45:13-04:00</updated>

		<published>2002-12-12T05:45:13-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=14200#p14200</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=14200#p14200"/>
		<title type="html"><![CDATA[Publish Channel Stats/Userlist to website - PHP]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=14200#p14200"><![CDATA[
Put it this way, you have made one of the better efforts than some, and there will likely be loads of help available to you now.<br><br>You are quite correct about this windrop issue, and there error that occurs.<br><br>There are 2 possible ways around this.<br><br>1 is to downgrade to eggdrop 1.4.*. According to the windrop FAQ on <a href="http://windrop.sf.net/" class="postlink">http://windrop.sf.net/</a> this error started in eggdrop 1.5.3, which shows signs of a eggdrop issue, but I am having a hard time, tracing where the problem started.<br><br>2, Tcllib, which is a seperate download, provides Tcl based support for being a FTP client. This, using pure script, you avoice any exe, or calls to other applications.<br><br>I would recomend the second.<br><br>Download Tcllib from <a href="http://prdownloads.sourceforge.net/tcllib/tcllib-1.3.zip?download" class="postlink">http://prdownloads.sourceforge.net/tcll ... p?download</a><br><br>Next, you will need to save the directory structure under the lib directory of the windrop directory. I have not looked at this, but in theory, it should look like "windropdir/lib/packagename/". This you are on your own with for now.<br><br>Next, at the very time of your script, on a line of it's own, place the line "package requiree ftp". This will load the ftp package.<br><br>At the point of upload, you use the following code. replace anything within &lt;&gt; with the correct values.<br><div class="codebox"><p>Code: </p><pre><code>if {[set ftpsock [ftp::open &lt;SERVER&gt; &lt;USERNAME&gt; &lt;PASSWORD&gt; &lt;*&gt;]] != -1} {  if {![ftp::put $ftpsock &lt;LOACLFILE&gt; &lt;REMOTEFILE&gt;]} {    putlog "Failed upload on FTP socket $ftpsock"    ftp::close $ftpsock    return  }  ftp::close $ftpsock} else {  putlog "Failed to connect to FTP server"}</code></pre></div>If the port of the FTP server is different to the standard port, than replace the  &lt;*&gt; with "-port &lt;PORT&gt;" without the quotes, you can otherwise remove it.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Thu Dec 12, 2002 5:45 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Stylez]]></name></author>
		<updated>2002-12-12T04:55:10-04:00</updated>

		<published>2002-12-12T04:55:10-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=14199#p14199</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=14199#p14199"/>
		<title type="html"><![CDATA[Publish Channel Stats/Userlist to website - PHP]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=14199#p14199"><![CDATA[
Apparently, as I've read on the forums in some places, there is a flaw in Windrop/TCL that won't allow you to exec programs on windows? Is this right? Because when I try to execute (from sendftp-win.tcl) <div class="codebox"><p>Code: </p><pre><code># Configure here the full path of your FTP.EXE program:set progftp "C:/Windows/System32/ftp.exe"# This is a proc to send a file via FTP to another server. Useful in many# situations, for example to upload a HTML file generated by eggdrop to your# www server if it is not the same as your eggdrops machine.# Include it with 'source scripts/sendftp.tcl'.  Call it with all parameters:##   sendftp &lt;localfile&gt; &lt;server&gt; &lt;user&gt; &lt;password&gt; &lt;remotefile&gt;## 'localfile' and 'remotefile' *must* both be given as FULL paths to the# filenames, the first on the local, the secondon the remote server.## For example:## sendftp /home/bill/stats.htm www.ms.com bill secret /bgates/WWW/stats.htm#             (local-file       server    user  pass       remote-file)proc sendftp { localfile server user pass remotefile } {global progftpif {![file exist $localfile]} {return "sendftp: File $localfile does not exist."}set pipe [open "|$progftp -n $server" w]puts $pipe "user $user $pass"puts $pipe "bin"puts $pipe "put $localfile $remotefile"puts $pipe "quit"close $pipereturn 1}</code></pre></div>I get <blockquote class="uncited"><div>Tcl error in script for 'timer8':<br>couldn't duplicate output handle: bad file number</div></blockquote>I also get this when I used exec to execute a batch file to upload my page.<br>This is what is in my chanstats script <div class="codebox"><p>Code: </p><pre><code>sendftp d:/matt/public_html/kc-chan.html ftp.kronicconcerz.com mylogin mypass /httpdocs/kc-chan.html</code></pre></div>I am having a HARD time with this script.  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_rolleyes.gif" width="15" height="15" alt=":roll:" title="Rolling Eyes"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2322">Stylez</a> — Thu Dec 12, 2002 4:55 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Stylez]]></name></author>
		<updated>2002-12-12T03:37:29-04:00</updated>

		<published>2002-12-12T03:37:29-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=14195#p14195</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=14195#p14195"/>
		<title type="html"><![CDATA[Publish Channel Stats/Userlist to website - PHP]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=14195#p14195"><![CDATA[
OKAY, lol, got it to work again. I moved where I set the topic down so that it is inside the procedure:<br><div class="codebox"><p>Code: </p><pre><code>#Set the variables#set the file you want to write toset tghtmlfile "d:/matt/public_html/kc-chan.html"#Channel to show stats forset tgchan "#kc"#How often (in seconds) does the html file get updated. set tghtmlrefresh 60#  The font to use on the html page.set tghtmlfont "verdana,helvetica,arial"#Check and Initsif {[utimerexists tghtml]!=""} {killutimer $tghtmlrefreshtimer}if {$tghtmlrefresh&gt;0} { set tghtmlrefreshtimer [utimer $tghtmlrefresh tghtml]}#this generates an html file with all the people on the chan #and the current topic.proc tghtml {} { global tgchan botnick tghtmlfile tghtmlrefresh server  global tgrealnames  global tghtmlfont #set the topic that is in the channel set topic [topic $tgchan] set _file [open $tghtmlfile~new w] puts $_file "&lt;p&gt;$tgchan Topic:&lt;br&gt;$topic&lt;/p&gt;&lt;br&gt;" puts $_file "&lt;table width=150&gt;&lt;tr&gt;&lt;td width=100&gt;Name&lt;/td&gt;&lt;td width=50&gt;Idle&lt;/td&gt;&lt;/tr&gt;" foreach nick [lsort [chanlist $tgchan]] { puts $_file "   &lt;tr&gt;" puts $_file "    &lt;td&gt;[expr [isop $nick $tgchan]?"@":""][expr [isvoice $nick $tgchan]?"+":""]$nick[expr [string match $nick $botnick]?" (Bot)":""]&lt;/td&gt;" puts $_file "   &lt;td&gt;[expr [getchanidle $nick $tgchan]&gt;10?"[getchanidle $nick $tgchan]m":"-"]&lt;/td&gt;"} #puts $_file "" #puts $_file "" #puts $_file "" #puts $_file "" close $_file file rename -force $tghtmlfile~new $tghtmlfile set tghtmlrefreshtimer [utimer $tghtmlrefresh tghtml]}</code></pre></div>The code is <strong class="text-strong">quite</strong> messy, and some of the variables are not even needed. I also have to change some of the variable names because they are conflicting with the script I used to make this, which is Souperman's trivia script.<br>Now I end up with this as my file:<div class="codebox"><p>Code: </p><pre><code>&lt;p&gt;#kc Topic:&lt;br&gt;12^kC Trivia - Now 4only12 available in 11,12#kc-trivia&lt;/p&gt;&lt;br&gt;&lt;table width=150&gt;&lt;tr&gt;&lt;td width=100&gt;Name&lt;/td&gt;&lt;td width=50&gt;Idle&lt;/td&gt;&lt;/tr&gt;   &lt;tr&gt;    &lt;td&gt;@ChanServ&lt;/td&gt;   &lt;td&gt;-&lt;/td&gt;   &lt;tr&gt;    &lt;td&gt;@Kami-M|M&lt;/td&gt;   &lt;td&gt;-&lt;/td&gt;   &lt;tr&gt;    &lt;td&gt;@+KronBot (Bot)&lt;/td&gt;   &lt;td&gt;-&lt;/td&gt;   &lt;tr&gt;    &lt;td&gt;@Stylez_kC&lt;/td&gt;   &lt;td&gt;-&lt;/td&gt;</code></pre></div>The dashes are there because the bot was restarted to overcome the tcl errors, so it hasn't gathered an idle time yet. <br>/me is getting his learn on.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2322">Stylez</a> — Thu Dec 12, 2002 3:37 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Stylez]]></name></author>
		<updated>2002-12-12T01:32:12-04:00</updated>

		<published>2002-12-12T01:32:12-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=14192#p14192</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=14192#p14192"/>
		<title type="html"><![CDATA[Publish Channel Stats/Userlist to website - PHP]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=14192#p14192"><![CDATA[
Actually it doesn't work, it's just not giving any errors. It is making the html file but not actually putting the topic in it.<br>Also I was thinking about ftp'ing the file to the site. This may scrap the whole idea. I want to be able to do this silently, without having consoles and programs flicking up on my screen every x mins. Would it be possible to do this silently/in the background?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2322">Stylez</a> — Thu Dec 12, 2002 1:32 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Stylez]]></name></author>
		<updated>2002-12-12T01:27:33-04:00</updated>

		<published>2002-12-12T01:27:33-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=14191#p14191</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=14191#p14191"/>
		<title type="html"><![CDATA[Publish Channel Stats/Userlist to website - PHP]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=14191#p14191"><![CDATA[
Okay now it works, I didn't quite understand the concept of globals and setting things and such for a minute. So I changed #set thetopic [topic $tgchan] TO set topic [topic $tgchan] and now it works. Now I just need to get the colour codes stripped off of the topic and add some more to the script so it will actually upload that file, or maybe just exec a .bat file.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2322">Stylez</a> — Thu Dec 12, 2002 1:27 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Stylez]]></name></author>
		<updated>2002-12-12T01:21:23-04:00</updated>

		<published>2002-12-12T01:21:23-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=14190#p14190</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=14190#p14190"/>
		<title type="html"><![CDATA[Publish Channel Stats/Userlist to website - PHP]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=14190#p14190"><![CDATA[
Okay I managed to make a working version, using code snippets here and there, and modifying and stripping. Now I only have a couple bugs to work out: Is there a way to strip the colour codes for the topic, or any text using the tcl? Also I'm getting this error all of a sudden: <blockquote class="uncited"><div> Tcl error in script for 'timer1540':<br>can't read "topic": no such variable</div></blockquote> Even though this worked like 5 minutes ago.<br>Here is the script so far:<div class="codebox"><p>Code: </p><pre><code>#Set the variables#set the file you want to write toset tghtmlfile "d:/matt/public_html/kc-chan.html"#Channel to show stats forset tgchan "#kc"#How often (in seconds) does the html file get updated. set tghtmlrefresh 60#  The font to use on the html page.set tghtmlfont "verdana,helvetica,arial"#what is the topic on the channel?#set thetopic [topic $tgchan]#Check and Initsif {[utimerexists tghtml]!=""} {killutimer $tghtmlrefreshtimer}if {$tghtmlrefresh&gt;0} { set tghtmlrefreshtimer [utimer $tghtmlrefresh tghtml]}#this generates an html file with all the people on the chan #and the channel topicproc tghtml {} { global tgchan botnick tghtmlfile tghtmlrefresh server  global tgrealnames  global tghtmlfont global topic set _file [open $tghtmlfile~new w] puts $_file "&lt;p&gt;$tgchan Topic:&lt;br&gt;$topic&lt;/p&gt;&lt;br&gt;" puts $_file "&lt;table width=150&gt;&lt;tr&gt;&lt;td width=100&gt;Name&lt;/td&gt;&lt;td width=50&gt;Idle&lt;/td&gt;&lt;/tr&gt;"foreach nick [lsort [chanlist $tgchan]] {   puts $_file "   &lt;tr&gt;"   puts $_file "    &lt;td&gt;[expr [isop $nick $tgchan]?"@":""][expr [isvoice $nick $tgchan]?"+":""]$nick[expr [string match $nick $botnick]?" (Bot)":""]&lt;/td&gt;"puts $_file "   &lt;td&gt;[expr [getchanidle $nick $tgchan]&gt;10?"[getchanidle $nick $tgchan]m":"-"]&lt;/td&gt;"} #puts $_file "" #puts $_file "" #puts $_file "" #puts $_file "" close $_file file rename -force $tghtmlfile~new $tghtmlfile set tghtmlrefreshtimer [utimer $tghtmlrefresh tghtml]}</code></pre></div>set thetopic [topic $tgchan] is commented out because I used global topic inside the tghtml process.<br>I'll work on it some more and see if I can figure it out myself until maybe someone replies.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2322">Stylez</a> — Thu Dec 12, 2002 1:21 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2002-12-11T05:32:31-04:00</updated>

		<published>2002-12-11T05:32:31-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=14170#p14170</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=14170#p14170"/>
		<title type="html"><![CDATA[Publish Channel Stats/Userlist to website - PHP]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=14170#p14170"><![CDATA[
Yes it does make a differance.<br><br>There are two ways to go about this.<br><br>Be lazy, and let us do all the leg work. This way usualy takes a long time, as we do not do on demand, unless we feel it is a worthy cause, and would be usful to ourselves or teh masses.<br><br>Or learn Tcl, slowly, and addapt scripts in existance. Can take just as long as the first method, but will also help inthe longrun. There are snippets of code, all through this forum, code in the Tcl archive, and a well documented tcl-commands.doc, that will help you do this.<br><br>One such snippet, was some code that would write the userlist to a file. could easily be addapted.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Wed Dec 11, 2002 5:32 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Stylez]]></name></author>
		<updated>2002-12-11T01:12:32-04:00</updated>

		<published>2002-12-11T01:12:32-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=14169#p14169</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=14169#p14169"/>
		<title type="html"><![CDATA[Publish Channel Stats/Userlist to website - PHP]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=14169#p14169"><![CDATA[
I would like to know if anyone knows of a basic script that would do the following OR be able to make one  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"> :<br>Take the current # of users in a channel, their names (maybe including voices +, op @, and appended it to their name, but this would probably happen anyways), and the current topic. Then save it to a file, with a .php extension. THEN, ftp it to a webserver every x mins.  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy">  This sounds maybe somewhat easy for you tcl guru's, but way too hard for me. Anyways, it should be in this format:<blockquote class="uncited"><div>There are <em class="text-italics">#USERS</em> in <em class="text-italics">channel</em>.<br><br>Current Topic: <br><em class="text-italics">currenttopic</em><br><br>Users:<br><em class="text-italics">User1 <br>User2 <br>User3</em><br>...</div></blockquote>Something like that. I just want to do a php include and have this on the left hand menu of my site = <a href="http://www.kronicconcerz.com" class="postlink">http://www.kronicconcerz.com</a><br><strong class="text-strong">BTW, I run a Windrop if that makes a diff</strong> *hides*<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2322">Stylez</a> — Wed Dec 11, 2002 1:12 am</p><hr />
]]></content>
	</entry>
	</feed>
