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

	<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>2005-10-22T10:39:56-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Thunderdome]]></name></author>
		<updated>2005-10-22T10:39:56-04:00</updated>

		<published>2005-10-22T10:39:56-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=56753#p56753</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=56753#p56753"/>
		<title type="html"><![CDATA[IRC Online Status Indicator]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=56753#p56753"><![CDATA[
I said javascript because I don't use php in the page where I want the online status.<br><br>The ideia is to get just the online status from 1 single nick from one channel whcih at most gets 10 people.<br>I can use that script to create a filelist of all #channel users, but I dunno how to use javascript to reads the file and select a user, and then make it so an image or something is added if the user is found. In javascript this is way over what I can do.<br><br>So I was wondering if there is a way to do this in tcl. The bot sees a nick and then published some .js file that contains info to show up some picture, or another to show another pictrue in case that nick is not there. get my ideia?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6079">Thunderdome</a> — Sat Oct 22, 2005 10:39 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[De Kus]]></name></author>
		<updated>2005-10-22T08:04:11-04:00</updated>

		<published>2005-10-22T08:04:11-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=56751#p56751</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=56751#p56751"/>
		<title type="html"><![CDATA[IRC Online Status Indicator]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=56751#p56751"><![CDATA[
I dont see any javascript used on onlinestatus.org for displaying the status. its just a plain picture tunneled through a script, which could be php, but does not neccessary to be so. Can be almost any other scripting language or libary/plugin that suppports file reading and binary data output.<br>The script probably is build in this structure:<br>- reading the status request from the URL string<br>- checking the status against the database (which can also be a text file)<br>- opening a image file representing the users status and dump it to the user agent<br><br>I would not recommend JavaScript, since it would need to read the whole datebase. If you do this you should ensure the datebase wont exceed a limit, so the file trasnfer size doesnt go above a few kilobytes (if compression is active the actuall size might be bigger).<br><br>PS: even the official web status from ICQ works that way <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy">. the only diffrent is, that its not using a script but a compiled libary <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=2382">De Kus</a> — Sat Oct 22, 2005 8:04 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Thunderdome]]></name></author>
		<updated>2005-10-21T05:22:01-04:00</updated>

		<published>2005-10-21T05:22:01-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=56735#p56735</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=56735#p56735"/>
		<title type="html"><![CDATA[IRC Online Status Indicator]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=56735#p56735"><![CDATA[
Yes, I've seen that... but the problem is making a javascript to put just one of the nicknames in a part of the site as online or offline.<br>Like in that onlinestatus.org site...<br>Have an ideia how to do it?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6079">Thunderdome</a> — Fri Oct 21, 2005 5:22 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[deadite66]]></name></author>
		<updated>2005-10-21T01:38:57-04:00</updated>

		<published>2005-10-21T01:38:57-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=56733#p56733</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=56733#p56733"/>
		<title type="html"><![CDATA[IRC Online Status Indicator]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=56733#p56733"><![CDATA[
is this the kind of thing you want <a href="http://www.egghelp.org/cgi-bin/tcl_archive.tcl?mode=download&amp;id=1061" class="postlink">http://www.egghelp.org/cgi-bin/tcl_arch ... ad&amp;id=1061</a><br><br><strong class="text-strong">Write Channel Nicklist 2 File</strong><br>Will write all the current users on your channel to a txt file. It keeps users status such as opped and voiced users. There is an example irc_stats.php file included that will list the users from the stored nicklist.txt file and will also count how many are online.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6296">deadite66</a> — Fri Oct 21, 2005 1:38 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Thunderdome]]></name></author>
		<updated>2005-10-20T16:58:57-04:00</updated>

		<published>2005-10-20T16:58:57-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=56728#p56728</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=56728#p56728"/>
		<title type="html"><![CDATA[IRC Online Status Indicator]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=56728#p56728"><![CDATA[
anyone with any ideias? :\<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6079">Thunderdome</a> — Thu Oct 20, 2005 4:58 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Thunderdome]]></name></author>
		<updated>2005-10-14T18:36:04-04:00</updated>

		<published>2005-10-14T18:36:04-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=56638#p56638</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=56638#p56638"/>
		<title type="html"><![CDATA[IRC Online Status Indicator]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=56638#p56638"><![CDATA[
hello!<br>I dunno if you guys know <a href="http://www.onlinestatus.org" class="postlink">www.onlinestatus.org</a><br>Well, the IRC status indicator is crap and won't work on most networks.<br>I want to do something similar...<br>So, when certain nick is online, an image is shown.<br>When it is offline, other image is shown.<br><br>Or something perhaps more meticulous, like when a user is online, it shows the nick currently in use by that user. When it's offline it shows "offline".<br><br>The ideia is to link from a webpage to a particular image the bot makes/selects/renames....<br>The second case must be in php right? Can it be done with javascript?<br><br>I think this sounds simple, but I have no ideia of how to do this in tcl.<br>Anyone?<br>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=6079">Thunderdome</a> — Fri Oct 14, 2005 6:36 pm</p><hr />
]]></content>
	</entry>
	</feed>
