-
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