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

	<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-10-25T12:21:06-04:00</updated>

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

		<entry>
		<author><name><![CDATA[tueb]]></name></author>
		<updated>2007-10-25T12:21:06-04:00</updated>

		<published>2007-10-25T12:21:06-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=77125#p77125</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=77125#p77125"/>
		<title type="html"><![CDATA[Log converter [SOLVED]]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=77125#p77125"><![CDATA[
sry, that didn't work. (even after i added the ";" <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=9349">tueb</a> — Thu Oct 25, 2007 12:21 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[CrazyCat]]></name></author>
		<updated>2007-10-25T11:59:42-04:00</updated>

		<published>2007-10-25T11:59:42-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=77124#p77124</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=77124#p77124"/>
		<title type="html"><![CDATA[Log converter [SOLVED]]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=77124#p77124"><![CDATA[
Peharps you may replace the line:<div class="codebox"><p>Code: </p><pre><code>return str_replace("\3",'',$tmp);</code></pre></div>with<div class="codebox"><p>Code: </p><pre><code>return $tmp</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=691">CrazyCat</a> — Thu Oct 25, 2007 11:59 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[tueb]]></name></author>
		<updated>2007-10-25T07:24:45-04:00</updated>

		<published>2007-10-25T07:24:45-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=77101#p77101</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=77101#p77101"/>
		<title type="html"><![CDATA[Log converter [SOLVED]]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=77101#p77101"><![CDATA[
I pretty much read out everly line of the log:<br><blockquote class="uncited"><div>[00:46] &lt;MoxQuizBot&gt; 06,00{MoxQuizz} 02,11Tipp 3:<br>[00:46] &lt;MoxQuizBot&gt;            12,00··a···<br>[00:46] &lt;MoxQuizBot&gt; 06,00{MoxQuizz} 02,11Tipp 4:</div></blockquote>and put it through your code:<br><div class="codebox"><p>Code: </p><pre><code>     $logfile = $_POST["logans"];     $file = "/home/eggdrop/stats/channellogs/$logfile";           $userdatei = fopen("$file","r");                   while(!feof($userdatei))                   {                      $zeile = fgets($userdatei,10024);                      echo mirc2html($zeile); //i didn't change the mirc2html-function                      print "&lt;br /&gt;";                   }                   print "&lt;/div&gt;&lt;/div&gt;";            fclose($userdatei);    }</code></pre></div>but in the output the spaces are "lost": <a href="http://www.moxquiz.de/docs.php?id=53" class="postlink">http://www.moxquiz.de/docs.php?id=53</a><br><br>thx =)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9349">tueb</a> — Thu Oct 25, 2007 7:24 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[tueb]]></name></author>
		<updated>2007-10-25T07:29:35-04:00</updated>

		<published>2007-10-25T07:22:18-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=77100#p77100</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=77100#p77100"/>
		<title type="html"><![CDATA[Log converter [SOLVED]]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=77100#p77100"><![CDATA[
(wrote the same post twice o0)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9349">tueb</a> — Thu Oct 25, 2007 7:22 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[CrazyCat]]></name></author>
		<updated>2007-10-24T12:07:45-04:00</updated>

		<published>2007-10-24T12:07:45-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=77075#p77075</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=77075#p77075"/>
		<title type="html"><![CDATA[Log converter [SOLVED]]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=77075#p77075"><![CDATA[
could you give me an example of the source line and the corresponding html line please?<br>I guess it's a particular char wich might be replaced.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=691">CrazyCat</a> — Wed Oct 24, 2007 12:07 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[tueb]]></name></author>
		<updated>2007-10-24T11:35:38-04:00</updated>

		<published>2007-10-24T11:35:38-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=77071#p77071</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=77071#p77071"/>
		<title type="html"><![CDATA[Log converter [SOLVED]]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=77071#p77071"><![CDATA[
actually, there is one thing.<br><br>I got it up and running <a href="http://www.moxquiz.de/docs.php?id=53" class="postlink">http://www.moxquiz.de/docs.php?id=53</a>, but it doesn't show the empty spaces correctly. Do you have an idea how to fix that?  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_confused.gif" width="15" height="15" alt=":?" title="Confused"> <br><br><br>thx<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9349">tueb</a> — Wed Oct 24, 2007 11:35 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[CrazyCat]]></name></author>
		<updated>2007-10-23T16:17:29-04:00</updated>

		<published>2007-10-23T16:17:29-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=77047#p77047</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=77047#p77047"/>
		<title type="html"><![CDATA[Log converter [SOLVED]]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=77047#p77047"><![CDATA[
If you need explanations or help to adapt it, you can ask me <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=691">CrazyCat</a> — Tue Oct 23, 2007 4:17 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[tueb]]></name></author>
		<updated>2007-10-23T13:35:28-04:00</updated>

		<published>2007-10-23T13:35:28-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=77045#p77045</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=77045#p77045"/>
		<title type="html"><![CDATA[Log converter [SOLVED]]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=77045#p77045"><![CDATA[
thx =D<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9349">tueb</a> — Tue Oct 23, 2007 1:35 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[CrazyCat]]></name></author>
		<updated>2007-10-23T12:25:54-04:00</updated>

		<published>2007-10-23T12:25:54-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=77040#p77040</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=77040#p77040"/>
		<title type="html"><![CDATA[Log converter [SOLVED]]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=77040#p77040"><![CDATA[
The php source is at <a href="http://www.c-p-f.org/wiki/index.php?title=Classes:Mirc" class="postlink">http://www.c-p-f.org/wiki/index.php?title=Classes:Mirc</a><br><br>To use it, just do:<div class="codebox"><p>Code: </p><pre><code>echo mirc2html($mycoloredtext);</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=691">CrazyCat</a> — Tue Oct 23, 2007 12:25 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[tueb]]></name></author>
		<updated>2007-10-20T08:40:02-04:00</updated>

		<published>2007-10-20T08:40:02-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=76909#p76909</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=76909#p76909"/>
		<title type="html"><![CDATA[Log converter [SOLVED]]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=76909#p76909"><![CDATA[
yes, i believe thats exactly what i'm looking for!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9349">tueb</a> — Sat Oct 20, 2007 8:40 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[CrazyCat]]></name></author>
		<updated>2007-10-20T07:04:23-04:00</updated>

		<published>2007-10-20T07:04:23-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=76904#p76904</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=76904#p76904"/>
		<title type="html"><![CDATA[Log converter [SOLVED]]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=76904#p76904"><![CDATA[
I've a php script to transform mirc texts into html, peharps you can use it?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=691">CrazyCat</a> — Sat Oct 20, 2007 7:04 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[tueb]]></name></author>
		<updated>2007-10-24T09:13:08-04:00</updated>

		<published>2007-10-20T05:58:27-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=76903#p76903</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=76903#p76903"/>
		<title type="html"><![CDATA[Log converter [SOLVED]]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=76903#p76903"><![CDATA[
Hi,<br><br>does anyone here have a (non-tcl) script which converts my eggdrop-logs for my homepage? for example changes the color-codes into html?<br><br>thx in advance,<br><br>tadadadaaa<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9349">tueb</a> — Sat Oct 20, 2007 5:58 am</p><hr />
]]></content>
	</entry>
	</feed>
