Page 1 of 1

Server Stats

Posted: Thu May 29, 2008 3:08 am
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.

Re: Server Stats

Posted: Thu May 29, 2008 8:36 am
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/

Re: Server Stats

Posted: Fri May 30, 2008 12:50 am
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.

Re: Server Stats

Posted: Fri May 30, 2008 7:43 am
by ^misantropia^
Do you know Perl (the programming language)? Something like that could be hacked together in half an hour.

Re: Server Stats

Posted: Sat May 31, 2008 1:15 am
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.

Re: Server Stats

Posted: Wed Jun 11, 2008 1:11 am
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?

Re: Server Stats

Posted: Wed Jun 11, 2008 7:52 am
by ^misantropia^
Post an example log (the bigger, the better) and I'll hack up something for you.

Re: Server Stats

Posted: Tue Jun 17, 2008 9:48 am
by JB
wow thanks dude :D

Ill upload something tomorrow