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

	<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>2006-12-21T19:39:07-04:00</updated>

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

		<entry>
		<author><name><![CDATA[rosc2112]]></name></author>
		<updated>2006-12-21T19:39:07-04:00</updated>

		<published>2006-12-21T19:39:07-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=69127#p69127</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=69127#p69127"/>
		<title type="html"><![CDATA[..is online/away/offline script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=69127#p69127"><![CDATA[
Just a bump to let you know I will be working on this script, but probably not til after the new year. I have a lot going on at the moment with the holidays.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7395">rosc2112</a> — Thu Dec 21, 2006 7:39 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[rosc2112]]></name></author>
		<updated>2006-12-14T10:44:51-04:00</updated>

		<published>2006-12-14T10:44:51-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=68958#p68958</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=68958#p68958"/>
		<title type="html"><![CDATA[..is online/away/offline script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=68958#p68958"><![CDATA[
Ohh I was just looking for ideas for features to add to the script. The main part of the script is pretty simple, so I figured I'd beef it up some and give people more options. <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=7395">rosc2112</a> — Thu Dec 14, 2006 10:44 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Jii92-]]></name></author>
		<updated>2006-12-14T10:41:17-04:00</updated>

		<published>2006-12-14T10:41:17-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=68957#p68957</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=68957#p68957"/>
		<title type="html"><![CDATA[..is online/away/offline script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=68957#p68957"><![CDATA[
Im sorry of my bad english if someone understanded me wrong.<br>I just want that i can put my irc status to my blog which displays my status in irc. (not everyone in one channel, only me or somebody else, if somebody understanded me wrong)<br><br>It could check my online status every 2-10 minutes, and generate html file.<br><br><span style="font-size:75%;line-height:116%">(sorry if somebody understanded me wrong :| )</span><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8481">Jii92-</a> — Thu Dec 14, 2006 10:41 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2006-12-12T03:02:29-04:00</updated>

		<published>2006-12-12T03:02:29-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=68893#p68893</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=68893#p68893"/>
		<title type="html"><![CDATA[..is online/away/offline script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=68893#p68893"><![CDATA[
actually periodic WHOIS is not recommended as it's usually more severely rate-limited than ISON and a potential cause of the bot flooding itself out due to exceeded sendq; WATCH is preferable to both of these (needless to say, none will work if the user is +i and not on bot's channels)<br><br>naturally, if that guy wants channel monitoring only, the above is irrelevant<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Tue Dec 12, 2006 3:02 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[rosc2112]]></name></author>
		<updated>2006-12-12T01:49:07-04:00</updated>

		<published>2006-12-12T01:49:07-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=68892#p68892</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=68892#p68892"/>
		<title type="html"><![CDATA[..is online/away/offline script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=68892#p68892"><![CDATA[
Hmm I didn't even think of that.. I was going to just use the join/part/quit binds, and do a periodic whois to check away status (and also have an optional command to set 'away/back' manually in the script.)<br><br># bind join<br># bind part<br># bind sign<br># bind kick<br># bind nick<br><br>There's already a config option for which channels to use the commands in, I can make the script monitor only those channels as well (or make it an optional list of channels to monitor.)  So, basically, if you're not in one of those channels, you're marked "offline"<br><br>Would be helpful Jii92 would chime in here on what options they want <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":P" title="Razz"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7395">rosc2112</a> — Tue Dec 12, 2006 1:49 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2006-12-12T01:38:20-04:00</updated>

		<published>2006-12-12T01:38:20-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=68891#p68891</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=68891#p68891"/>
		<title type="html"><![CDATA[..is online/away/offline script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=68891#p68891"><![CDATA[
<blockquote class="uncited"><div>Gotcha, I'll make that an option, to either produce plain text, or the rudimentary html file.</div></blockquote>and for server-side notification, you might want to consider now already ubiquitous WATCH command, instead of ISON (and check for WATCH support via VERSION and 005 numeric reply)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Tue Dec 12, 2006 1:38 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[rosc2112]]></name></author>
		<updated>2006-12-11T18:24:36-04:00</updated>

		<published>2006-12-11T18:24:36-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=68883#p68883</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=68883#p68883"/>
		<title type="html"><![CDATA[..is online/away/offline script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=68883#p68883"><![CDATA[
Gotcha, I'll make that an option, to either produce plain text, or the rudimentary html file.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7395">rosc2112</a> — Mon Dec 11, 2006 6:24 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[nml375]]></name></author>
		<updated>2006-12-11T16:37:45-04:00</updated>

		<published>2006-12-11T16:37:45-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=68878#p68878</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=68878#p68878"/>
		<title type="html"><![CDATA[..is online/away/offline script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=68878#p68878"><![CDATA[
Hehe, I'll try to clarify :p<br><br>My suggestion would be to skip any and all html-coding/formatting, and just output some plain text saying "$nick!$uhost ($handle): Status - $status $msg", the suggesting users create their own html-file that includes your tiny textfile<br><br>The advantage of this solution is any and all formatting information is separated from your tcl:et, making it alittle easier for the user/webdesigner to adapt the appearance of the page. Downside would be that you'd have to use a webserver with SSI, php, cgi or such enabled..<br><br>SSI (serverside includes) example:<br>...<br>&lt;html&gt;<br> &lt;head&gt;&lt;title&gt;irc-status&lt;/title&gt;&lt;/head&gt;<br> &lt;body&gt;<br>  &lt;p&gt;<br>   &lt;!--#include virtual="irc-status.txt" --&gt;<br>  &lt;/p&gt;<br> &lt;/body&gt;<br>&lt;/html&gt;<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8052">nml375</a> — Mon Dec 11, 2006 4:37 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[rosc2112]]></name></author>
		<updated>2006-12-11T14:49:52-04:00</updated>

		<published>2006-12-11T14:49:52-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=68874#p68874</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=68874#p68874"/>
		<title type="html"><![CDATA[..is online/away/offline script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=68874#p68874"><![CDATA[
Err, you lost me on that nml &lt;grin&gt;  <br><br>This is the html template I'm planning to use:<div class="codebox"><p>Code: </p><pre><code># html format:# &lt;html&gt;&lt;head&gt;&lt;title&gt; $iwshead &lt;/head&gt;&lt;/title&gt;# &lt;h1&gt;&lt;center&gt; $iwshead &lt;/center&gt;&lt;/h1&gt;# &lt;br&gt;&lt;p&gt;# &lt;ul&gt;# &lt;li&gt; $line &lt;/li&gt;# &lt;li&gt; $line &lt;/li&gt;# &lt;/ul&gt;# &lt;h6&gt;&lt;center&gt; Eggdrop IRC WebStatus TCL Script - Copyright C.Leonhardt 2006 &lt;/center&gt;&lt;/h6&gt;# &lt;/html&gt;</code></pre></div>The format for the $line's will be something like:<br>$nick ($handle - $uhost) - Status: $time away ($awaymsg) <br>$nick ($handle - $uhost) - Status: $time Online<br>$nick ($handle - $uhost) - Status: $time Offline ($quitmsg)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7395">rosc2112</a> — Mon Dec 11, 2006 2:49 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[nml375]]></name></author>
		<updated>2006-12-11T05:45:54-04:00</updated>

		<published>2006-12-11T05:45:54-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=68856#p68856</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=68856#p68856"/>
		<title type="html"><![CDATA[..is online/away/offline script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=68856#p68856"><![CDATA[
I'd probably do something similar to what bwbar does..<br>Just output an image/unformatted textfile, and let webpages include it using SSI-includes, php, cgi, perl, etc.<br><br>Does depend on such features being implemented on the web-server, but on the other hand makes it very flexible for the user to implement.<br><br>Maybe include a couple of examples on how to include it in a webpage with various methods?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8052">nml375</a> — Mon Dec 11, 2006 5:45 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[rosc2112]]></name></author>
		<updated>2006-12-11T00:34:50-04:00</updated>

		<published>2006-12-11T00:34:50-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=68850#p68850</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=68850#p68850"/>
		<title type="html"><![CDATA[..is online/away/offline script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=68850#p68850"><![CDATA[
Ohh I should mention, I pretty much despise html so the actual html will be minimal. I'll put in a config option for a header, and will just use normal fonts/colors elsewhere. If anyone has ideas for adding html formatting or css sheets, that would be nice =)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7395">rosc2112</a> — Mon Dec 11, 2006 12:34 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[rosc2112]]></name></author>
		<updated>2006-12-11T00:26:19-04:00</updated>

		<published>2006-12-11T00:26:19-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=68849#p68849</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=68849#p68849"/>
		<title type="html"><![CDATA[..is online/away/offline script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=68849#p68849"><![CDATA[
I'll work on this, gimme a few days.<br><br>This is what I have in mind so far for options:<br><div class="codebox"><p>Code: </p><pre><code># Channels where we allow use:set iwschans "#mychan #chan2 #etc"# domain for webpage:set iwsdom "myweb.domain.com"# path for putting the webpage on the remote site (this directory must exist before running this script.)set iwspath "/home/myweb/some/path"# login name:password for the remote websiteset iwslogin "mylogin:password"# path and filename for generating/storing webpage locallyset iwsfile "/home/mybot/data/iws.html"# user's permission flag required for adding themselves to the webstats pageset iwsuserperm "f|f"# admin permission for adding/deleting other users from the webstats pageset iwsadminperm "n|n"# update interval - if set to 0, immediately update webpage whenever any user's status changes, otherwise set this# to the number of minutes to wait between updating and uploading a new status page.set iwsupdate 0</code></pre></div>Any other ideas?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7395">rosc2112</a> — Mon Dec 11, 2006 12:26 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Jii92-]]></name></author>
		<updated>2006-12-09T06:07:33-04:00</updated>

		<published>2006-12-09T06:07:33-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=68804#p68804</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=68804#p68804"/>
		<title type="html"><![CDATA[..is online/away/offline script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=68804#p68804"><![CDATA[
Hi, im requesting script that can show someones status in irc on website.<br>I saw'd <a href="http://forum.egghelp.org/viewtopic.php?p=56638#56638" class="postlink">this</a>, but im having a bnc so it doesn't help lot. ^^'<br><br>So it have to show that im online, and if im away it shows awaymsg that i left. And if bouncer is crashed it shows "offline".<br><br>(and don't answer "onlinestatus.org", i tried that but it doesn't work)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8481">Jii92-</a> — Sat Dec 09, 2006 6:07 am</p><hr />
]]></content>
	</entry>
	</feed>
