Server Stats

Locked
JB
Posts: 1030
Joined: Fri Sep 22, 2006 11:31 am

Server Stats

Post by JB »

Im looking for a program that will track the player statistics on my server and output a HTML chart (that i can format) on my site.

My server is running Corkscrew mod, if thats an issue.

Ive had a pretty comprehensive look around the internet, and ive found nothing.
^misantropia^
Posts: 4022
Joined: Sat Mar 12, 2005 6:24 pm

Re: Server Stats

Post by ^misantropia^ »

Hmm, not sure if vsp stats knows how to handle Corkscrew logs but you might want to give it a spin: http://www.scivox.net/vsp/
JB
Posts: 1030
Joined: Fri Sep 22, 2006 11:31 am

Re: Server Stats

Post by JB »

SQ used VSP for a while, but its not what im looking for.

I just want a basic chart, say, to list the top ten players on a server, and displat thair frags, accuracy, damage given, and minutes played.
^misantropia^
Posts: 4022
Joined: Sat Mar 12, 2005 6:24 pm

Re: Server Stats

Post by ^misantropia^ »

Do you know Perl (the programming language)? Something like that could be hacked together in half an hour.
§ìgñå
Posts: 210
Joined: Sat Jan 01, 2000 8:00 am

Re: Server Stats

Post by §ìgñå »

There are a few stat program links here. The links are old, but you could probably google the name and find somewhere to download. I think there are a few others too, but I'm not at home and cant see If I have the links.
JB
Posts: 1030
Joined: Fri Sep 22, 2006 11:31 am

Re: Server Stats

Post by JB »

^misantropia^ wrote:Do you know Perl (the programming language)? Something like that could be hacked together in half an hour.
i dont, but would it be able to read a log file like this:

[fragged player] was pummeled by [fragging player]
[fragged player] almost dodged [fragging player]'s rocket
[fragged player] was shafted by [fragging player]

then add up the frag messages for the fragging player(s) to be displayed in HTML?
^misantropia^
Posts: 4022
Joined: Sat Mar 12, 2005 6:24 pm

Re: Server Stats

Post by ^misantropia^ »

Post an example log (the bigger, the better) and I'll hack up something for you.
JB
Posts: 1030
Joined: Fri Sep 22, 2006 11:31 am

Re: Server Stats

Post by JB »

wow thanks dude :D

Ill upload something tomorrow
Locked