rivmin Posted April 7, 2002 Share Posted April 7, 2002 Originally posted by Wintrmte Wow, you guys are awesome. I've gotten a lot of feedback and the new script should be available later today. Give it to me, baby... Link to comment Share on other sites More sharing options...
The True TimmyD Posted April 7, 2002 Share Posted April 7, 2002 A new version, just as I got this one running! I was having some problems configuring Perl for my webserver (Win2k running IIS 5.0) ... but seeing as how this was the first Perl script I ever tried running on this server, I expected some difficulty. Finally decided to scrap getting it to work on my own & went with ActivePerl. Now it runs like a charm. So...yeah...let's see this new version, eh? Hopefully, we'll get the community together and instead of making numerous seperate scripts, we'll be able to pull together one really kick-a$$ one. Sweet.... *drools* Erm...sorry. Link to comment Share on other sites More sharing options...
MatrixCPA Posted April 7, 2002 Share Posted April 7, 2002 Did you fix the problem with suicides being counted as kills? If not, I'd be happy to share how I fixed it. Link to comment Share on other sites More sharing options...
dave77034 Posted April 7, 2002 Share Posted April 7, 2002 Originally posted by rivmin Dont think so...there should not be a / at the end of the path....mine doesnt and it works. ./riv My bad. That slash is put in later in the script when player-stats.html is opened. Link to comment Share on other sites More sharing options...
tubesock Posted April 7, 2002 Share Posted April 7, 2002 a player named world would be different than "world"... as the player would have a player id and the "world" has an id of 1022. -Tube Link to comment Share on other sites More sharing options...
Wintrmte Posted April 8, 2002 Author Share Posted April 8, 2002 Originally posted by MatrixCPA Did you fix the problem with suicides being counted as kills? If not, I'd be happy to share how I fixed it. Not yet. I ran into a few snags with getting the script to remember the last line it saw in the logfile. Please let me know how you fixed the suicide counting, I would love to add it into the script. Link to comment Share on other sites More sharing options...
gimli_aa Posted April 8, 2002 Share Posted April 8, 2002 I was lookin over the first script. I was wondering, is there a thing where it will show up the player if they are 0 kills and say like 2 deaths? Or perhaps I am missing something when I do my script hehe *shrug* Oh another thing, if the count is 0 for a player.. does the table correctly show a 0 in its place? Link to comment Share on other sites More sharing options...
tubesock Posted April 8, 2002 Share Posted April 8, 2002 With NOP 4.1... the program I've been using on my Q3 servers since 1999.. and here are my results: http://www.quake****.com/jkiistats/ and http://www.quake****.com/jkiistatsctf/ Needs to be cleaned up here and there... but seems to be working great for me, plus I can use alot of existing (and proven) code. What I did back when I started using NOP was convert the flat file system to a mysql database and then serve it all up with php. If you look at some of the other established databases on there, you can look at any month individually, cumulative... etc... and search for any player under that. Plus the player stats give some pretty good detail. On my duel server, there are some bowcaster frags and what not from the first couple days I didn't run Saber only. The CTF server worked very well too, so I don't imagine the CTY, FFA or TDM servers presenting a problem. Just tired now... It's not an easy setup... and probably having the parser in JAVA is a little slower, but even on my busiest q3 servers, every hour parsing was very minimal... and not producing static html pages cut things down alot. Should work on any platform though... MySQL, PHP4 & Java Run Time (all freely available from their respective sites). Over & Out, -Tube hehe, let me add some non-vulgar links: http://www.planetqs.com/jkiistats/ and http://www.planetqs.com/jkiistatsctf/ Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.