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

	<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-07-11T03:15:50-04:00</updated>

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

		<entry>
		<author><name><![CDATA[d3vlabs]]></name></author>
		<updated>2005-07-11T03:15:50-04:00</updated>

		<published>2005-07-11T03:15:50-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=52226#p52226</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=52226#p52226"/>
		<title type="html"><![CDATA[Display IRC convo on the web site (PHP?)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=52226#p52226"><![CDATA[
rofl<br><br>I was just asking what is. Had a glimpse at it and it didn't look like PHP. Haven't touched my egg for years. Yeah that should be real easy to install. Thanks once again<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6416">d3vlabs</a> — Mon Jul 11, 2005 3:15 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-07-11T02:59:32-04:00</updated>

		<published>2005-07-11T02:59:32-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=52225#p52225</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=52225#p52225"/>
		<title type="html"><![CDATA[Display IRC convo on the web site (PHP?)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=52225#p52225"><![CDATA[
since you are already here, i.e. you have registered and posted an article on these forums, it's assumed you already know at least how to install Tcl scripts on eggdrop; if you don't, go <a href="http://www.egghelp.org" class="postlink">RTFM</a><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Mon Jul 11, 2005 2:59 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[d3vlabs]]></name></author>
		<updated>2005-07-11T02:02:54-04:00</updated>

		<published>2005-07-11T02:02:54-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=52222#p52222</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=52222#p52222"/>
		<title type="html"><![CDATA[Display IRC convo on the web site (PHP?)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=52222#p52222"><![CDATA[
TCL script that I have to compile?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6416">d3vlabs</a> — Mon Jul 11, 2005 2:02 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-07-11T00:50:51-04:00</updated>

		<published>2005-07-11T00:50:51-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=52219#p52219</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=52219#p52219"/>
		<title type="html"><![CDATA[Display IRC convo on the web site (PHP?)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=52219#p52219"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>set buf {}set maxlines 5 ;# linesset refresh 30 ;# secondsbind pubm - "#channel *" fooproc foo {n u h c t} {   if {[llength $::buf] == $::maxlines} {      set ::buf [lreplace $::buf 0 0]   }   lappend ::buf [list $n $t]}proc bar {sec} {   if ![catch {set fd [open /path/to/convo.html w]}] {      puts $fd "&lt;html&gt;&lt;head&gt;&lt;title&gt;some title&lt;/title&gt;"      puts $fd "&lt;meta http-equiv=\"refresh\" content=\"$sec\"&gt;"      puts $fd "&lt;/head&gt;&lt;body&gt;"      foreach e $::buf {         puts $fd "&lt;[lindex $e 0]&gt; [lindex $e 1]&lt;br&gt;"      }      puts $fd "&lt;/body&gt;&lt;/html&gt;"       close $fd   }   utimer $sec [list bar $sec]}bar $refresh</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Mon Jul 11, 2005 12:50 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[d3vlabs]]></name></author>
		<updated>2005-07-10T22:35:10-04:00</updated>

		<published>2005-07-10T22:35:10-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=52216#p52216</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=52216#p52216"/>
		<title type="html"><![CDATA[Display IRC convo on the web site (PHP?)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=52216#p52216"><![CDATA[
I got a sweet heavily modified CGI/Perl/PHP script running here:<br><a href="http://d3v.clanhq.net/mambo/cgiirc/irc.cgi" class="postlink">http://d3v.clanhq.net/mambo/cgiirc/irc.cgi</a><br><br>and I also have modified PJIRC with custom PHP login page on the site as well...<br><br>My request is a bit different however. I want people to see the current CONVO on IRC without being able to reply or anything like that. Simply so that that they can see if anyone is in channel or if they wish to join and contribute to the conversation.<br><br>Thank you for quick reply<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6416">d3vlabs</a> — Sun Jul 10, 2005 10:35 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-07-10T20:37:14-04:00</updated>

		<published>2005-07-10T20:37:14-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=52213#p52213</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=52213#p52213"/>
		<title type="html"><![CDATA[Display IRC convo on the web site (PHP?)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=52213#p52213"><![CDATA[
I believe this is not eggdrop-related, you need a web-based (PHP/ASP) IRC client (which of course installs on the web server), there are plenty of those, try googling<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Sun Jul 10, 2005 8:37 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[d3vlabs]]></name></author>
		<updated>2005-07-10T18:07:10-04:00</updated>

		<published>2005-07-10T18:07:10-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=52206#p52206</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=52206#p52206"/>
		<title type="html"><![CDATA[Display IRC convo on the web site (PHP?)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=52206#p52206"><![CDATA[
Looking for a script that would allow me to <strong class="text-strong">take part of the conversation that's going on in certain IRC channel</strong> (let's say last 5 lines) and display it on my web site in a module. <br><br>I currently have <em class="text-italics">perl/php/cgi/sql/xml/dhtml/java/javascript</em> enabled and working just fine, so those are the options for such a module.<br><br>This will possibly require a TCL script from an eggdrop as well, which will transfer the info to the web site. <br><br>The module on the site can be real-time (live) which will display text as it occurs on IRC, it could be delayed with let's say 30 second refresh or it could be updated through manual refresh only by the user.<br><br>Please post if you have any ideas/comments/suggestions/theories/files/flaming and etc...<br><br>Thanks for your time.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6416">d3vlabs</a> — Sun Jul 10, 2005 6:07 pm</p><hr />
]]></content>
	</entry>
	</feed>
