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.

What's the best script to display info to the web?

Old posts that have not been replied to for several years.
Locked
h
hwjchim
Voice
Posts: 14
Joined: Wed Mar 10, 2004 2:51 pm

What's the best script to display info to the web?

Post by hwjchim »

Hey guys. What's the best script out there that would take channel stats
and report it to an .html file?

I've seen some mirc programs that would take the log file and make html out of it. Is there such a script that would do the samething (taking channel stats and making it into an html) ?

I would like it to display nice graphics and pie charts, which user talked the most, which user talks in the channel the most,
favorite words that users like to say, etc etc.

I got one up and running, but it doesn't have much.

http://csc.csit.parkland.edu/~svang/hcstats/stats.htm
User avatar
CrazyCat
Revered One
Posts: 1299
Joined: Sun Jan 13, 2002 8:00 pm
Location: France
Contact:

Post by CrazyCat »

You can try the stats.mod wich is quite cool, or pisg.

Pisg needs a crontab, or any way you want to launch it.
h
hwjchim
Voice
Posts: 14
Joined: Wed Mar 10, 2004 2:51 pm

Post by hwjchim »

Ok.

I am now using stats.mod.
This is great.
I only have 1 question.
I'll have to make a cron job so it would refresh/regenerate the .html file every soso minutes.
But, i can make the cron job at my shell. What would it do?
I mean, the command to refresh is .writewebstats (and if I am correct) this command is used over on the bot in the irc channel.

Is it possible?
h
hwjchim
Voice
Posts: 14
Joined: Wed Mar 10, 2004 2:51 pm

Post by hwjchim »

Ok. I got a problem now.
http://csc.csit.parkland.edu/~svang/stats/
My stats.mod is now acting weird.
Instead of seeing like Top 10 or Top 30 or so,
I see slang ???

Can someone please help me out?
Thanks.
User avatar
YooHoo
Owner
Posts: 939
Joined: Thu Feb 13, 2003 10:07 pm
Location: Redwood Coast

Post by YooHoo »

Quoted from Statsmod.README:

Don't forget to copy the language files from ~/eggdrop1.6/src/mod/stats.mod/ to
~/eggdrop/language/ !
h
hwjchim
Voice
Posts: 14
Joined: Wed Mar 10, 2004 2:51 pm

Post by hwjchim »

I did. I do have the stats.lang file in the ~/eggdrop/language
directory (as well as stats.ger.lang)

Help?!?



--- FIXED.

What I did was deleted the modified stats.conf file
and put in the default (original one).
In my stats.lang file i did:
setchanslang channel-name eng

I have no idea why I put that there, but I just fixed it when I took it out.
Cool.
B
Buffy_25
Halfop
Posts: 63
Joined: Sat Nov 22, 2003 6:36 am

Post by Buffy_25 »

Hi,

Following this conversation i have also a question:

Let's say i have a file "uptime_users.txt" on my eggdrop, that contains all the uptimes from all the users online.

Which program should i use to display this in a webpage? stats.mod or pisg...

And how would it be the easiest to set up something like this (for any txt file)?
Can i put on my http://webpage/.../file.html different info's coming from different files?

Thanks.

Buffy
Locked