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

	<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>2011-01-04T14:29:00-04:00</updated>

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

		<entry>
		<author><name><![CDATA[zEkE]]></name></author>
		<updated>2011-01-04T14:29:00-04:00</updated>

		<published>2011-01-04T14:29:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=95550#p95550</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=95550#p95550"/>
		<title type="html"><![CDATA[logs2html issues.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=95550#p95550"><![CDATA[
Howdy all,<br><br>I've been searching for a while and not come up with anything, so I am finally giving in and asking for help.<br><br>I've been using logs2html for as long as I remember (2007, 2008?) and I've just recently noticed that the format of the HTML pages is not at all good.<br><blockquote class="uncited"><div> [00:23:42] kn_ (~kn_@uccn-F51  3FBE.hsd1.ga.comcast.net) joined #uccn.<br> [00:23:55] Hi kn_  3FBE.hsd1.ga.comcast.net) joined #uccn.<br> [00:24:01] hi  3FBE.hsd1.ga.comcast.net) joined #uccn.<br> [00:24:12] How are you   Happy New Year<br> [00:24:16] fine   Happy New Year<br> [00:24:21] my    is burning<br> [00:24:24] how about yo  </div></blockquote>I take a look at my HTML source:<div class="codebox"><p>Code: </p><pre><code>&lt;div&gt; &lt;span class="time"&gt;[00:23:42] kn_ (~kn_@uccn-F51&lt;/span&gt; &lt;span class="else_j"&gt; 3FBE.hsd1.ga.comcast.net) joined #uccn.&lt;/span&gt;&lt;/div&gt;&lt;div&gt; &lt;span class="time"&gt;[00:23:55] &lt;peer&gt; Hi kn_&lt;/peer&gt;&lt;/span&gt; &lt;span class="else_j"&gt; 3FBE.hsd1.ga.comcast.net) joined #uccn.&lt;/span&gt;&lt;/div&gt;&lt;div&gt; &lt;span class="time"&gt;[00:24:01] &lt;kn_&gt; hi&lt;/kn_&gt;&lt;/span&gt; &lt;span class="else_j"&gt; 3FBE.hsd1.ga.comcast.net) joined #uccn.&lt;/span&gt;&lt;/div&gt;&lt;div&gt; &lt;span class="time"&gt;[00:24:12] &lt;peer&gt; How are you&lt;/peer&gt;&lt;/span&gt; &lt;span class="else"&gt;  Happy New Year&lt;/span&gt;&lt;/div&gt;&lt;div&gt; &lt;span class="time"&gt;[00:24:16] &lt;kn_&gt; fine&lt;/kn_&gt;&lt;/span&gt; &lt;span class="else"&gt;  Happy New Year&lt;/span&gt;&lt;/div&gt;&lt;div&gt; &lt;span class="time"&gt;[00:24:21] &lt;kn_&gt; my &lt;censored&gt;&lt;/censored&gt;&lt;/kn_&gt;&lt;/span&gt; &lt;span class="else"&gt;  is burning&lt;/span&gt;&lt;/div&gt;&lt;div&gt; &lt;span class="time"&gt;[00:24:24] &lt;kn_&gt; how about yo&lt;/kn_&gt;&lt;/span&gt; &lt;span class="else"&gt; &lt;/span&gt;&lt;/div&gt;</code></pre></div>Now, please note: I have not touched the source in any way beyond looking to see if I could figure it out myself. I always compiled and installed with a clean distributed copy.<br><br>I had noticed it initially on version 2.3.4, and in my search I found an updated version which appeared my solve my problems, and so updated to 2.4.3. The problem remains.<br><br>My log files date back to November of 2008 for one channel, and late in 2010 for a second. Both sets of log files appear to be uncorrupted, but both channels are broken in the web pages.<br><br>The one thought I had was that perhaps a change in timestamp format had caused the problem. In Nov 2010, around when I started logging the second channel, the format of the timestamp changed from [HH:MM] to [HH:MM:SS]. I have ruled this out, however, by attempting to convert the new channel, which only has the new timestamp. These new files have exactly the same problem.<br><br>At this point I have run out of ideas on what to do. The only things I can come up with have all been ruled out.<br><br>Here is my setup:<br>Pentium 3, 866mHz.<br>Debian claims to be "Debian squeeze/sid"<br>Stock Debian kernel 2.6.32-5-686.<br>Eggdrop 1.6.20+SSL.<br><br>Here is my comment-stripped config:<div class="codebox"><p>Code: </p><pre><code>set col-count 3set lines-per-page 0#set user-style user.cssset insert-encoding-str "windows-1251"set start-year 2008set dont-print-time 1set dont-print-join 0set dont-print-left 0set dont-print-modechange 0set dont-print-nickchange 0set dont-print-kick 0set dont-print-else 0set month-block-orientation 0#set mainpage-top ""#set mainpage-bottom ""#set logspage-top ""#set logspage-bottom ""loadmodule logs2htmladdlogs2htmlchan "#uccn" "/home/bots/public_html/logs/" "index" "Logs from #UCCN" "uccn" "Log from #UCCN"addlogs2htmlchan "#helmetheads" "/home/bots/public_html/logs/" "helmetheads" "Logs from #HelmetHeads" "helmetheads" "Log from #HelmetHeads"</code></pre></div>Here is a complete (small) output from a log file:<div class="codebox"><p>Code: </p><pre><code>&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&gt;&lt;html xmlns="http://www.w3.org/1999/xhtml"&gt;&lt;head&gt;&lt;meta http-equiv="Content-Type" content="text/html; charset=windows-1251" /&gt;&lt;meta name="title" content="Log from #UCCN" /&gt;&lt;meta name="description" content="Log from #UCCN" /&gt;&lt;meta name="generator" content="logs2html module for Eggdrop v.2.4.3" /&gt;&lt;meta name="author" content="Fedotov Alexander aka shurikvz aka shmupsik" /&gt;&lt;meta name="keywords" content="logs2html, logs, logging, channel, irc, bot, eggdrop, windrop, mirc, module, convert" /&gt;&lt;meta name="robots" content= "index,all" /&gt;&lt;link rel="stylesheet" type="text/css" href="default.css" /&gt;&lt;title&gt;Log from #UCCN. 1/1/2010.&lt;/title&gt;&lt;!--[if IE]&gt;&lt;style type="text/css"&gt;.l2hLogPage #mainblock { zoom: 1; padding-top: 15px; }/* the above proprietary zoom property gives IE the hasLayout it may need to avoid several bugs */&lt;/style&gt;&lt;![endif]--&gt;&lt;/head&gt;&lt;body class="l2hLogPage"&gt;&lt;div id="container"&gt;&lt;div id="header"&gt;&lt;a name="top" id="top"&gt;&lt;/a&gt;&lt;/div&gt;&lt;div id="mainblock"&gt;&lt;div id="navtop"&gt;&lt;a href="index2010.html"&gt;Main page&lt;/a&gt;&lt;/div&gt;&lt;div&gt; &lt;span class="time"&gt;[04:20] Disciple (JavaUser@uc&lt;/span&gt; &lt;span class="else_li"&gt; n-E44AE224.columbus.res.rr.com) left irc: Quit: Check out #Disciple's website @ &lt;a href="http://www.disciplechat.net"&gt;www.disciplechat.net&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt; &lt;span class="time"&gt;[04:49] mowse (~amowse@opers.&lt;/span&gt; &lt;span class="else_li"&gt; owse.net) left irc: Quit: &lt;/span&gt;&lt;/div&gt;&lt;div&gt; &lt;span class="time"&gt;[05:51] mowse (~amowse@staff.&lt;/span&gt; &lt;span class="else_j"&gt; nitedchristianchat.net) joined #uccn.&lt;/span&gt;&lt;/div&gt;&lt;div&gt; &lt;span class="time"&gt;[05:51] #uccn: mode change '+&lt;/span&gt; &lt;span class="else"&gt; o mowse mowse' by United!Services@UnitedChristianChat.net&lt;/span&gt;&lt;/div&gt;&lt;div&gt; &lt;span class="time"&gt;[06:31] Jes (Jes@uccn-6B792E0&lt;/span&gt; &lt;span class="else_li"&gt; .hsd1.mi.comcast.net) left irc: Quit: &lt;/span&gt;&lt;/div&gt;&lt;div&gt; &lt;span class="time"&gt;[06:49] frogman302 (~UCCN@ucc&lt;/span&gt; &lt;span class="else_j"&gt; -43ACD8B0.gar.clearwire-wmx.net) joined #uccn.&lt;/span&gt;&lt;/div&gt;&lt;div&gt; &lt;span class="time"&gt;[06:49] &lt;frogman302&gt; hi&lt;/span&gt; &lt;span class="else_j"&gt; -43ACD8B0.gar.clearwire-wmx.net) joined #uccn.&lt;/span&gt;&lt;/div&gt;&lt;div&gt; &lt;span class="time"&gt;[06:51] &lt;frogman302&gt; anyone o&lt;/span&gt; &lt;span class="else"&gt; ?&lt;/span&gt;&lt;/div&gt;&lt;div&gt; &lt;span class="time"&gt;[06:52] frogman302 (~UCCN@ucc&lt;/span&gt; &lt;span class="else_li"&gt; -43ACD8B0.gar.clearwire-wmx.net) left irc: Quit: &lt;a href="http://www.unitedchristianchat.com/"&gt;http://www.unitedchristianchat.com/&lt;/a&gt; -- For where two or three are gathered together in my name, there am I in the midst of them. (Matt. 18:20)&lt;/span&gt;&lt;/div&gt;&lt;div&gt; &lt;span class="time"&gt;[08:15] mowse (~amowse@opers.&lt;/span&gt; &lt;span class="else_li"&gt; owse.net) left irc: Ping timeout&lt;/span&gt;&lt;/div&gt;&lt;div&gt; &lt;span class="time"&gt;[13:05] Jes (Jes@uccn-6B792E0&lt;/span&gt; &lt;span class="else_j"&gt; .hsd1.mi.comcast.net) joined #uccn.&lt;/span&gt;&lt;/div&gt;&lt;div&gt; &lt;span class="time"&gt;[00:00] --- Sat Jan  2 2010&lt;/span&gt; &lt;span class="else_j"&gt; .hsd1.mi.comcast.net) joined #uccn.&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div id="totoplink"&gt;&lt;a href="#top"&gt;up&lt;/a&gt;&lt;/div&gt;&lt;br class="clearfloat" /&gt;&lt;div id="footer"&gt;&lt;p&gt;Generated by logs2html module for eggdrop v.2.4.3&lt;br /&gt;Find latest version at &lt;a href="http://sourceforge.net/projects/logs2html"&gt;http://sourceforge.net/projects/logs2html&lt;/a&gt; or &lt;a href="http://www.halftone.ru/projects"&gt;http://www.halftone.ru&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;/body&gt;&lt;/html&gt;</code></pre></div>Here is the log file from which the above was generated:<div class="codebox"><p>Code: </p><pre><code>[04:20] Disciple (JavaUser@uccn-E44AE224.columbus.res.rr.com) left irc: Quit: Check out #Disciple's website @ www.disciplechat.net[04:49] mowse (~amowse@opers.mowse.net) left irc: Quit:[05:51] mowse (~amowse@staff.unitedchristianchat.net) joined #uccn.[05:51] #uccn: mode change '+ao mowse mowse' by United!Services@UnitedChristianChat.net[06:31] Jes (Jes@uccn-6B792E0B.hsd1.mi.comcast.net) left irc: Quit:[06:49] frogman302 (~UCCN@uccn-43ACD8B0.gar.clearwire-wmx.net) joined #uccn.[06:49] &lt;frogman302&gt; hi[06:51] &lt;frogman302&gt; anyone on?[06:52] frogman302 (~UCCN@uccn-43ACD8B0.gar.clearwire-wmx.net) left irc: Quit: http://www.unitedchristianchat.com/ -- For where two or three are gathered together in my name, there am I in the midst of them. (Matt. 18:20)[08:15] mowse (~amowse@opers.mowse.net) left irc: Ping timeout[13:05] Jes (Jes@uccn-6B792E0B.hsd1.mi.comcast.net) joined #uccn.[00:00] --- Sat Jan  2 2010</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11479">zEkE</a> — Tue Jan 04, 2011 2:29 pm</p><hr />
]]></content>
	</entry>
	</feed>
