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

	<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-02-06T01:07:42-04:00</updated>

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

		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2007-02-06T01:07:42-04:00</updated>

		<published>2007-02-06T01:07:42-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=70231#p70231</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=70231#p70231"/>
		<title type="html"><![CDATA[Display number of users in channel on EXISTING webpage]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=70231#p70231"><![CDATA[
put this in your config:<div class="codebox"><p>Code: </p><pre><code>bind time - * {set f [open foo w]; puts $f [llength [chanlist #chan]]; close $f;#}</code></pre></div>every minute it will save the number of users on #chan in a file called <em class="text-italics">foo</em><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Tue Feb 06, 2007 1:07 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Elrahc]]></name></author>
		<updated>2007-02-05T17:59:47-04:00</updated>

		<published>2007-02-05T17:59:47-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=70220#p70220</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=70220#p70220"/>
		<title type="html"><![CDATA[Display number of users in channel on EXISTING webpage]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=70220#p70220"><![CDATA[
Hello,<br><br>I'm trying to get an idea of what to do to have the number of users in the channel be displayed in brackets behind a link to the chat toom on our website. See <a href="http://alventyradventures.com" class="postlink">here</a> for the link in the banner.<br><br>Now, what I think might work is to have a small iframe behind the link <strong class="text-strong">Alventyr Chat</strong> and then have it read a simple file that the eggdrop writes and uploads to my web host (I'm running the eggdrop from my machine at home, btw). So the iframe would load a simple html file, thus displaying the number of users written in it, then refresh itself every 30 seconds.<br><br>Does anyone here have any advice on how to proceed, or can someone point me in the right direction if something similar has been done before?<br><br>Thank you,<br><br>~Elrahc<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8674">Elrahc</a> — Mon Feb 05, 2007 5:59 pm</p><hr />
]]></content>
	</entry>
	</feed>
