-
Using several commands "addlogs2htmlchan" (for every channel). But note: you must use different main-page-name and logs-page-prefix values on different channels or you must use different output-path values on each channel. As result there will be several pages with calendar for every channel.
2009-09-30 19:50:52 UTC by nobody
-
If you got logs with very long chat lines, you may enctounter module to fail while parsing certain logs with tholse long chat lines. Of course that causes whole eggdrop to die.
Looks like the culprit is the buffer oveflow in:
fileoperations.c
in function
static void str_write(FILE *file, char *fstr, ... )
just change in that function
int size=256;
to
int size =1024;
and...
2009-09-10 07:41:55 UTC by nvt_kaszpir
-
Sorry by mistake i have added this blog under Bugs section.
http://www.egghelp.org/oldnews.htm
3 March 2005 - New version of logs2html, Dutch language file
A new version of Alexander Fedotov's logs2html module, which converts
channel logs to HTML for displaying on the web, has been added to the files
page. This update adds support for multiple channels and allows you to
specify the...
2009-08-15 11:09:41 UTC by nobody
-
http://www.egghelp.org/oldnews.htm
3 March 2005 - New version of logs2html, Dutch language file
A new version of Alexander Fedotov's logs2html module, which converts channel logs to HTML for displaying on the web, has been added to the files page. This update adds support for multiple channels and allows you to specify the page colours.
The log says logs2html module supports multiple...
2009-08-15 11:07:47 UTC by nobody
-
shmupsik added the logs2html.mod-2.4.3.zip file.
2009-05-28 06:41:29 UTC by shmupsik
-
shmupsik created the 2.4.3 file release.
2009-05-28 06:37:46 UTC by shmupsik
-
Your welcome.I am glad that the problem is solved. Best regards.
2009-05-21 04:20:57 UTC by shmupsik
-
My mistake, maybe because I'v used synaptics to install my first eggdrop the path to the /language/ dir wasnt the good one. /usr/share/eggdrop/language/ and not /home//eggdrop/language/
Just needed to put this argument before launching the eggdrop EGG_LANGDIR=// eggdrop eggdrop.conf
Thank you and sorry for wasting your time !
2009-05-20 19:02:34 UTC by nobody
-
yes sorry, I haven't pay enough attention :/
[18:11] LANG: No lang files found for section logs2html.
[18:11] Module loaded: logs2html (with lang support)
The language files are in /home//eggdrop/language/ AND /home//eggdrop1.6.19/language/
I dont know what I'm doing wrong, I only use TCL script normally since years , stats.mod is the only other mod I've installed yesterday...
2009-05-20 16:51:02 UTC by nobody
-
To the above, don't you have string: 'LANG: No lang files found for section logs2html.' right before string '[16:11] Module loaded: logs2html (with lang support)'?.
2009-05-20 16:10:57 UTC by shmupsik