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

	<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>2014-01-01T19:35:55-04:00</updated>

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

		<entry>
		<author><name><![CDATA[ege]]></name></author>
		<updated>2014-01-01T19:35:55-04:00</updated>

		<published>2014-01-01T19:35:55-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=102432#p102432</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=102432#p102432"/>
		<title type="html"><![CDATA[Problem with eggdrop logs and pisg]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=102432#p102432"><![CDATA[
hi,<br><br>i did everything you mentioned above.. set the eggdrop.conf file and time stamps correct but it still gives error like this :<br><div class="codebox"><p>Code: </p><pre><code>No parseable lines found in logfile (991 total lines). Skipping. -&gt; You might be using the wrong format. -&gt; A common error is that the logs do not contain timestamps for each line. </code></pre></div>can u pls help me about this issue ? <br><br>thank you<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12266">ege</a> — Wed Jan 01, 2014 7:35 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[wac]]></name></author>
		<updated>2012-01-19T01:53:21-04:00</updated>

		<published>2012-01-19T01:53:21-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=98571#p98571</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=98571#p98571"/>
		<title type="html"><![CDATA[Problem with eggdrop logs and pisg]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=98571#p98571"><![CDATA[
Yes things pseudo, google search brought me right here and it works perfectly!<br><br>Thanks again.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8485">wac</a> — Thu Jan 19, 2012 1:53 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[^DooM^]]></name></author>
		<updated>2011-01-12T04:17:30-04:00</updated>

		<published>2011-01-12T04:17:30-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=95629#p95629</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=95629#p95629"/>
		<title type="html"><![CDATA[Problem with eggdrop logs and pisg]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=95629#p95629"><![CDATA[
pseudo thanks for posting the set timestamp-format fix that was exactly the problem I was having with pisg parsing logfiles.<br><br>Cheers!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3723">^DooM^</a> — Wed Jan 12, 2011 4:17 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[devilsoulblack]]></name></author>
		<updated>2010-08-20T11:12:47-04:00</updated>

		<published>2010-08-20T11:12:47-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=94030#p94030</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=94030#p94030"/>
		<title type="html"><![CDATA[Problem with eggdrop logs and pisg]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=94030#p94030"><![CDATA[
pseudo thanks for help me out =)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4165">devilsoulblack</a> — Fri Aug 20, 2010 11:12 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[pseudo]]></name></author>
		<updated>2010-08-20T04:28:38-04:00</updated>

		<published>2010-08-20T04:28:38-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=94020#p94020</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=94020#p94020"/>
		<title type="html"><![CDATA[Problem with eggdrop logs and pisg]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=94020#p94020"><![CDATA[
The reason is, the default timestamp format changed with eggdrop 1.6.20 - it now contains seconds too. Pisg's eggdrop parser has the old format hardcoded.<br><br>There are two solutions:<br><br>Change the timestamp-format variable in eggdrop.conf back to the old default to keep pisg happy:<div class="codebox"><p>Code: </p><pre><code>set timestamp-format {[%H:%M]}</code></pre></div>Or, better, download  <a href="http://buster-net.ru/irc/bots-eggdrop-and-windrop/tcl-scripts/doc_download/811/eggdrop.pm" class="postlink"> Eggdrop 1.6.20 and older compatible eggdrop log parser for Pisg</a><br><br>Go to the directory where pisg is installed and replace the old file in modules/Pisg/Parser/Format/ with this one. This way you won't have to change the timestamp-format and having seconds is better <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=10974">pseudo</a> — Fri Aug 20, 2010 4:28 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[devilsoulblack]]></name></author>
		<updated>2010-08-19T17:15:54-04:00</updated>

		<published>2010-08-19T17:15:54-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=94009#p94009</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=94009#p94009"/>
		<title type="html"><![CDATA[Problem with eggdrop logs and pisg]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=94009#p94009"><![CDATA[
hi i have issues with pisg u have this<br><br>eggdrop.conf log part <br><div class="codebox"><p>Code: </p><pre><code>### Logfile Settings ###set max-logs 365set max-logsize 0set quick-logs 0set raw-log 0logfile mco * "/home/aandaluz/bombon/logs/egg-drop.log" logfile jpk #Siliconvalley "/home/aandaluz/bombon/logs/siliconvalley/siliconvalley.log"logfile jpk #Orenses "/home/aandaluz/bombon/logs/orenses/orenses.log"logfile jpk #Ecuador "/home/aandaluz/bombon/logs/ecuador/ecuador.log"set log-time 1set keep-all-logs 1set logfile-suffix ".%Y%m%d"set switch-logfiles-at 300set quiet-save 1</code></pre></div><br>pisg.cfg<br><div class="codebox"><p>Code: </p><pre><code>&lt;channel="#Orenses"&gt;   LogDir="/home/aandaluz/bombon/logs/orenses/"   Format="eggdrop"   Lang="EN"   ShowFoulLine="1"   DailyActivity="30"   ShowActiveTimes="1"   ShowActiveNicks="1"   ShowBigNumbers="1"   ShowTopics="1"   ShowLines="1"   ShowWpl="1"   ShowCpl="1"   ShowWords="1"   ShowLastSeen="1"   ShowTime="1"   ShowLineTime="1"   ShowWordTime="1"   ShowRandQuote="1"   ShowLegend="1"   ShowKickLine="1"   ShowActionLine="1"   ShowShoutLine="1"   ShowMuw="1"   ShowMrn="1"   ShowMru="1"   ShowCharts="0"   ShowMostNicks="1"   ShowActiveGenders="1"   ShowSmileys="1"   ShowMostActiveByHour="1"   ShowMostActiveByHourGraph="1"   ActiveNicks="50"   ActiveNicks2="25"   ActiveNicksByHour="25"   MostNicksHistory="10"   MostNicksVerbose="1"   TopicHistory="5"   UrlHistory="15"   ChartsHistory="10"   WordHistory="15"   NickHistory="15"   SmileyHistory="15"   NickTracking="1"     UserPics="1"   Maintainer="Witlof"   Network="DAL.net"   OutputFile="/home/aandaluz/stats/orenses/index.html"   ColorScheme="default"   PicWidth="60"   PicHeight="60"   MaxQuote="40"   ShowHalfops = "1"   ShowOps = "1" &lt;/channel&gt;</code></pre></div>any idea what ist wrong ? when try run pisg i get this<br><blockquote class="uncited"><div>aandaluz@im:~/stats/pisg/pisg$ ./pisg<br>pisg v0.72+CVS - Perl IRC Statistics Generator<br><br>Using config file: pisg.cfg<br><br>Warning: pisg.cfg, line 48: Unrecognized line:   <br>Statistics for channel #Orenses @ DAL.net by Witlof<br><br>Looking for logfiles in /home/aandaluz/bombon/logs/orenses/...<br><br>8 logfile(s) found, using eggdrop format...<br><br>Analyzing log /home/aandaluz/bombon/logs/orenses/orenses.log.20100812... 0 days, 0 lines total<br>Analyzing log /home/aandaluz/bombon/logs/orenses/orenses.log.20100813... 0 days, 0 lines total<br>Analyzing log /home/aandaluz/bombon/logs/orenses/orenses.log.20100814... 0 days, 0 lines total<br>Analyzing log /home/aandaluz/bombon/logs/orenses/orenses.log.20100815... 0 days, 0 lines total<br>Analyzing log /home/aandaluz/bombon/logs/orenses/orenses.log.20100816... 0 days, 0 lines total<br>Analyzing log /home/aandaluz/bombon/logs/orenses/orenses.log.20100817... 0 days, 0 lines total<br>Analyzing log /home/aandaluz/bombon/logs/orenses/orenses.log.20100818... 0 days, 0 lines total<br>Analyzing log /home/aandaluz/bombon/logs/orenses/orenses.log.20100819... 0 days, 0 lines total<br>Channel analyzed successfully in 00 hours, 00 minutes and 00 seconds on Thu Aug 19 16:06:35 2010<br><br>No parseable lines found in logfile (991 total lines). Skipping.<br>-&gt; You might be using the wrong format.<br>-&gt; A common error is that the logs do not contain timestamps for each line.</div></blockquote>i have pisg 0.72 and eggdrop v1.6.20<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4165">devilsoulblack</a> — Thu Aug 19, 2010 5:15 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[w1z4rd]]></name></author>
		<updated>2006-08-13T19:08:15-04:00</updated>

		<published>2006-08-13T19:08:15-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=65441#p65441</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=65441#p65441"/>
		<title type="html"><![CDATA[Problem with eggdrop logs and pisg]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=65441#p65441"><![CDATA[
riiiiiiiiiiiiiiiiiiight <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":(" title="Sad"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8024">w1z4rd</a> — Sun Aug 13, 2006 7:08 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[rosc2112]]></name></author>
		<updated>2006-08-13T14:24:29-04:00</updated>

		<published>2006-08-13T14:24:29-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=65434#p65434</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=65434#p65434"/>
		<title type="html"><![CDATA[Problem with eggdrop logs and pisg]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=65434#p65434"><![CDATA[
<blockquote class="uncited"><div>lamer comments aside. because i find those supremicist attitudes lame. anyone succesfully stoped this bot from rotating the logs?</div></blockquote>Yes<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7395">rosc2112</a> — Sun Aug 13, 2006 2:24 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[DragnLord]]></name></author>
		<updated>2006-08-13T08:41:36-04:00</updated>

		<published>2006-08-13T08:41:36-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=65430#p65430</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=65430#p65430"/>
		<title type="html"><![CDATA[Problem with eggdrop logs and pisg]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=65430#p65430"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>set keep-all-logs 0</code></pre></div>then use "divisionbrabant.log" for pisg<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4461">DragnLord</a> — Sun Aug 13, 2006 8:41 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[w1z4rd]]></name></author>
		<updated>2006-08-13T04:49:32-04:00</updated>

		<published>2006-08-13T04:49:32-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=65426#p65426</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=65426#p65426"/>
		<title type="html"><![CDATA[Problem with eggdrop logs and pisg]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=65426#p65426"><![CDATA[
lamer comments aside. because i find those supremicist attitudes lame. anyone succesfully stoped this bot from rotating the logs?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8024">w1z4rd</a> — Sun Aug 13, 2006 4:49 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[rosc2112]]></name></author>
		<updated>2006-08-12T22:57:43-04:00</updated>

		<published>2006-08-12T22:57:43-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=65424#p65424</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=65424#p65424"/>
		<title type="html"><![CDATA[Re: Need Pisg Help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=65424#p65424"><![CDATA[
<blockquote class="uncited"><div>Try <em class="text-italics">READING</em> the documentation!</div></blockquote>&lt;lamer&gt; If I knew how to rtfm I wouldn't be asking here? &lt;/lamer&gt;<br><br>&lt;grin&gt;<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7395">rosc2112</a> — Sat Aug 12, 2006 10:57 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2006-08-12T19:42:38-04:00</updated>

		<published>2006-08-12T19:42:38-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=65422#p65422</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=65422#p65422"/>
		<title type="html"><![CDATA[Re: Need Pisg Help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=65422#p65422"><![CDATA[
<blockquote class="uncited"><div>Hi,<br><br>I want to Run Pisg with Eggdrop on Multiple Channel, Any one sugess me Configuration by which i be able to use it on multiple channel, e.g 5 html pages for 5 different channel. cuz i planing to make one Dedicated eggdrop only for pisg.<br><br>Thanks in Advance</div></blockquote>Try <em class="text-italics">READING</em> the documentation!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Sat Aug 12, 2006 7:42 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[TommyGun]]></name></author>
		<updated>2006-08-12T10:02:56-04:00</updated>

		<published>2006-08-12T10:02:56-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=65408#p65408</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=65408#p65408"/>
		<title type="html"><![CDATA[Problem with eggdrop logs and pisg]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=65408#p65408"><![CDATA[
<blockquote class="uncited"><div>I honestly cannot see why setting pisg up should be so difficult. It is actually exceedingly easy but it does require careful perusal of all the documentation.</div></blockquote>I got it working <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br><br>Changed that setting and all my logs to this;<br><br>divisionbrabant.log.20060801<br><br>untill today and it works perfect. thanks!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7803">TommyGun</a> — Sat Aug 12, 2006 10:02 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[exhuman]]></name></author>
		<updated>2006-08-12T05:08:48-04:00</updated>

		<published>2006-08-12T05:08:48-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=65403#p65403</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=65403#p65403"/>
		<title type="html"><![CDATA[Need Pisg Help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=65403#p65403"><![CDATA[
Hi,<br><br>I want to Run Pisg with Eggdrop on Multiple Channel, Any one sugess me Configuration by which i be able to use it on multiple channel, e.g 5 html pages for 5 different channel. cuz i planing to make one Dedicated eggdrop only for pisg.<br><br>Thanks in Advance<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7998">exhuman</a> — Sat Aug 12, 2006 5:08 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[rosc2112]]></name></author>
		<updated>2006-08-09T23:25:46-04:00</updated>

		<published>2006-08-09T23:25:46-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=65342#p65342</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=65342#p65342"/>
		<title type="html"><![CDATA[Problem with eggdrop logs and pisg]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=65342#p65342"><![CDATA[
It's very easy, I set it up in like 10 mins..  The most difficult part was figuring out the css sheets to actually change the colors, so I made a little cheat sheet, if anyone else finds it useful:<br><br>tag: <br>headtext          -  Table Top Line Header fg/bg<br>headlinebg       -  Table Top Line Box Borders<br>tdtop               -  Table 2nd Line Box<br>hicell               -  2nd Tables bg<br>hicell10            -  ?<br>rankc               -  Table numbering 2 and lower<br>hirankc             -  Table numbering 1<br>rankc10            -  ?<br>rankc10center   -  Most Active Times bottom row bg (numbers)<br>hirankc10center -  Most Active Times bottom row highest stat<br>small                 -  ?<br>asmall               -  numbers in small font (above most active times)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7395">rosc2112</a> — Wed Aug 09, 2006 11:25 pm</p><hr />
]]></content>
	</entry>
	</feed>
