This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

logs2html module

Support & discussion of released scripts, and announcements of new releases.
S
Shmupsik
Voice
Posts: 23
Joined: Sat May 15, 2004 1:54 pm
Location: Russia

Post by Shmupsik »

2 Thunderdome:
I'm thinking on your problem.. look hear.. will it help you?
http://lists.freebsd.org/pipermail/free ... 11745.html
Now, this Bell tolling softly for another, saies to me, Thou must die.
S
Shmupsik
Voice
Posts: 23
Joined: Sat May 15, 2004 1:54 pm
Location: Russia

Post by Shmupsik »

Now, this Bell tolling softly for another, saies to me, Thou must die.
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Post by demond »

Shmupsik wrote:
Thunderdome wrote:"how in that file it separate by days? " - hum, pisg seems to see the days... maybe the irc log style adds the days and the eggdrop style does not?
i mean how does it separate inside file? what chars using for this?

Thunderdome wrote:

Code: Select all

Can't load modules logs2html: Shared object "libc.so.6" not found, required by "logs2html.so" 
and what about this?
i found this:
You probably know that libc is the library that includes all the standard C commands (such as printf, read, open, etc.and so on) as well as system calls. Up until 1997, the only library available was the GNU libc v1, which since the move to ELF binary format was given major number 5 (/lib/libc.so.5). In 1997, the Free Software Foundation developed GNU libc v2, with the intention of being cleaner, more portable, and more standard (POSIX compliant). Under Linux, this version got major number 6, hence it's called libc6. These two libraries are incompatible -- if a program is compiled with one libc's headers and stubs, it can't be used with the other. Some of the distributions (RedHat since version 5, Debian since 2, SuSE since 6, and Slackware since 4) have moved to libc6 (meaning that most binaries are compiled with libc6, and the development environment contains libc6 headers and produces programs that work only with libc6). The distributions still contain libc5, as well as other libraries that are linked with libc5, in order to run libc5 binaries, which will usually be programs where the source is not available (such as Quake, etc). The problem is that if a user of the system wants to use a new version of one of thoese libraries, s/he can't compile them, because only libc6 programs or libraries can be produced.
well.. i'm thinking...
you distribute your module as binary only? *yuck*

folks, beware what you run, running binaries obtained from untrusted source exposes you to the risk of being HACKED (your shell account compromised or/and your channel taken over)
S
Shmupsik
Voice
Posts: 23
Joined: Sat May 15, 2004 1:54 pm
Location: Russia

Post by Shmupsik »

2 demond:
Yes, by now it distributed only as binary..

and I can say:
I declare, that I did not build in the module of any nocuous parts, backdoors and so on, the module is intended only for the purposes which are given in the description to it.
Now, this Bell tolling softly for another, saies to me, Thou must die.
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

... and it's distributed as a binary only for what purpose?
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
S
Shmupsik
Voice
Posts: 23
Joined: Sat May 15, 2004 1:54 pm
Location: Russia

Post by Shmupsik »

Ok.. The project is now open source.. You can find it at http://sourceforge.net/projects/logs2html/

regards..
Now, this Bell tolling softly for another, saies to me, Thou must die.
i
inertia
Voice
Posts: 6
Joined: Sun Nov 19, 2006 12:43 pm

Post by inertia »

Hello :)

I have one question. Is there a way to turn off converting the timestamp and the nicknames to HTML?

Thanks in advance

K.
F
FallFromGrace
Voice
Posts: 17
Joined: Mon Jul 28, 2008 8:52 am

Post by FallFromGrace »

is there a way to auto-convert logs every 5 minutes?
L
Lupo
Voice
Posts: 17
Joined: Sat Dec 20, 2008 7:10 pm

Post by Lupo »

This module doesn't work for me... i get this error while compiling :

In file included from .././logs2html.mod/logs2html.c:36:
.././logs2html.mod/logs2html.h:30: error: two or more data types in declaration specifiers
.././logs2html.mod/logs2html.h:30: warning: useless storage class specifier in empty declaration
make[2]: *** [../logs2html.o] Error 1
make[1]: *** [logs2html.mod_o] Error 2
make: *** [static] Error 2
K
Kein
Voice
Posts: 21
Joined: Wed Apr 09, 2008 9:57 pm

Post by Kein »

Alexander start working at new version of his logs2html module. New feature requests and old bugs reports are welcome!
I'm too lazy for all of this
t
testebr
Halfop
Posts: 86
Joined: Thu Dec 01, 2005 12:22 pm

Post by testebr »

Where to send suggestions?
K
Kein
Voice
Posts: 21
Joined: Wed Apr 09, 2008 9:57 pm

Post by Kein »

Just type it here.
I'm too lazy for all of this
t
testebr
Halfop
Posts: 86
Joined: Thu Dec 01, 2005 12:22 pm

Post by testebr »

A basic search will be good and, default "theme" driven by cool css.
S
Shmupsik
Voice
Posts: 23
Joined: Sat May 15, 2004 1:54 pm
Location: Russia

Post by Shmupsik »

testebr wrote:A basic search will be good and, default "theme" driven by cool css.
Good day.
Hmm, what kind of search you mean? It's very site-specific option. Or I don't clearly understand what you mean?
Although I'm not a web designer, of course I will try to create a pleasing design. One likes black-and-white theme, others can't leave without rainbow-like, you know - opinions differ. :)

Best regards,
Alexander
Now, this Bell tolling softly for another, saies to me, Thou must die.
d
diven
Voice
Posts: 3
Joined: Mon Mar 30, 2009 12:10 pm

Log Files From Last Year

Post by diven »

How can I make the module convert the logs from last year (2008)?

Thanks!
Post Reply