Search found 533 matches

Go to advanced search

by Panther
Mon Apr 19, 2010 3:31 am
Forum: UTStatsDB
Topic: Carjacks & Road Rampages?
Replies: 10
Views: 18106

Re: Carjacks & Road Rampages?

OLStats does log carjackings and road rampages. You might need to enable "Full Vehicle Stats" in the UTStatsDB main configuration.
by Panther
Wed Mar 24, 2010 8:30 pm
Forum: UTStatsDB
Topic: No "Weapon Accuracy Information" stat.
Replies: 3
Views: 9252

Re: No "Weapon Accuracy Information" stat.

Since you didn't list it, I'm assuming you're not running OLStats for your logging mutator. You'll need to use OLStats.
by Panther
Tue Feb 23, 2010 9:56 am
Forum: UTStatsDB
Topic: Problems with Playerscore
Replies: 8
Views: 14964

Re: Problems with Playerscore

Based on their example, I would suggest adding the following code in main.inc.php after the line:
require("language/lang_{$lang}.php");

error_reporting(0);
$old_error_handler = set_error_handler( "userErrorHandler" );

function userErrorHandler($errno, $errmsg, $filename, $linenum, $vars) {
$time ...
by Panther
Mon Feb 22, 2010 10:54 am
Forum: UTStatsDB
Topic: Problems with Playerscore
Replies: 8
Views: 14964

Re: Problems with Playerscore

It doesn't sound like the web log is going to do much good. Is PHP configured to log errors?
by Panther
Sun Feb 21, 2010 11:57 pm
Forum: UTStatsDB
Topic: Problems with Playerscore
Replies: 8
Views: 14964

Re: Problems with Playerscore

Then it sounds as though the match was not successfully parsed completely. Check your web server logs for PHP errors around the time it was parsed.
by Panther
Sun Feb 21, 2010 8:33 pm
Forum: UTStatsDB
Topic: Repeated admin login...
Replies: 7
Views: 13364

Re: Repeated admin login...

The problem on his system was having added something to his configuration file that shouldn't have been there.
by Panther
Sun Feb 21, 2010 8:12 am
Forum: UTStatsDB
Topic: Problems with Playerscore
Replies: 8
Views: 14964

Re: Problems with Playerscore

Please send me all logs from Deathmatch matches with this player from the beginning of the 18th and I'll see if I can duplicate this.
by Panther
Thu Feb 18, 2010 10:44 pm
Forum: UTStatsDB
Topic: UT99 Server support
Replies: 3
Views: 8947

Re: UT99 Server support

Look under "ChatLogger".
by Panther
Mon Feb 15, 2010 3:34 pm
Forum: UTStatsDB
Topic: some maps list as played 0
Replies: 7
Views: 13383

Re: some maps list as played 0

So the issue you're having is in the map stats, nowhere else?
by Panther
Tue Feb 09, 2010 11:57 am
Forum: UTStatsDB
Topic: some maps list as played 0
Replies: 7
Views: 13383

Re: some maps list as played 0

The stats so I can see if things aren't getting logged correct or if it's not parsing correctly.
by Panther
Mon Feb 08, 2010 5:54 pm
Forum: UTStatsDB
Topic: some maps list as played 0
Replies: 7
Views: 13383

Re: some maps list as played 0

Send a couple of logs and I'll have a look.
by Panther
Wed Feb 03, 2010 2:01 pm
Forum: UTStatsDB
Topic: ip to look up players
Replies: 1
Views: 5826

Re: ip to look up players

If you mean to search for players by IP address, the only way to do that currently would be to manually perform a database query. Only the most recent IP address is maintained for each player, however. It would be a good idea to add a table to keep track of IP addresses.
by Panther
Tue Feb 02, 2010 5:03 pm
Forum: UTStatsDB
Topic: VCTF does not register flag caps etc
Replies: 11
Views: 18163

Re: VCTF does not register flag caps etc

That's why I added those features. Now if someone would just document it better...
by Panther
Mon Feb 01, 2010 8:54 am
Forum: UTStatsDB
Topic: VCTF does not register flag caps etc
Replies: 11
Views: 18163

Re: VCTF does not register flag caps etc

ut_weapons
by Panther
Mon Feb 01, 2010 6:45 am
Forum: UTStatsDB
Topic: VCTF does not register flag caps etc
Replies: 11
Views: 18163

Re: VCTF does not register flag caps etc

Because it knows they're weapons, but it has no clue what kind of type your custom game type is. However, it won't know what type of weapon they are unless you set the weapon types as well. They'll default to regular weapons as opposed to turrets and such, just like your custom game type most likely ...
by Panther
Mon Feb 01, 2010 12:27 am
Forum: UTStatsDB
Topic: VCTF does not register flag caps etc
Replies: 11
Views: 18163

Re: VCTF does not register flag caps etc

You need simply edit the ut_type table and set tp_desc, tp_type, and tp_team to the appropriate values for your game type.
by Panther
Fri Jan 29, 2010 9:39 am
Forum: UTStatsDB
Topic: VCTF does not register flag caps etc
Replies: 11
Views: 18163

Re: VCTF does not register flag caps etc

Considering there's only one Vehicle CTF match logged, this seems like a reasonable total.
by Panther
Thu Jan 14, 2010 12:39 am
Forum: UTStatsDB
Topic: End of match log entries...
Replies: 2
Views: 6579

Re: End of match log entries...

UT3StatsHTTP seems to be hit and miss. I couldn't get it to work reliably on my own server, but it works for some people. El Muerte wrote the UT3 HTTP library and I don't see anything wrong in there. I think it's just something glitchy in the UT3 TCP routines.
by Panther
Thu Jan 14, 2010 12:37 am
Forum: UTStatsDB
Topic: UT3 Server Query
Replies: 12
Views: 25388

Re: UT3 Server Query

using latest serverquery from websvn, still get the offline message. Query port is the default 6500
Make sure that the socket module is loaded in PHP on that system and that they don't have firewall rules blocking outgoing connections from the web server.
by Panther
Thu Jan 14, 2010 12:35 am
Forum: UTStatsDB
Topic: Logs, Query, Mutator
Replies: 3
Views: 7487

Re: Logs, Query, Mutator

Oh that's quite all right, we don't want your money. I would suggest however that next time you take a moment and read the sticky post at the top of the posts (subject "***READ BEFORE POSTING***").
by Panther
Thu Dec 10, 2009 8:45 pm
Forum: UTStatsDB
Topic: Access Admin page?
Replies: 4
Views: 10685

Re: Access Admin page?

Somewhere. UT3Stats is just the logging mutator for UT3. I believe that what you're looking for is UTStatsDB.
by Panther
Mon Nov 16, 2009 4:46 am
Forum: UTStatsDB
Topic: How to show GUIDs on players (ut2k4) ?
Replies: 3
Views: 7423

Re: How to show GUIDs on players (ut2k4) ?

OLStats works well. As for which files, check your browser's URL for the pages you want to modify.
by Panther
Mon Nov 16, 2009 4:28 am
Forum: UTStatsDB
Topic: How to show GUIDs on players (ut2k4) ?
Replies: 3
Views: 7423

Re: How to show GUIDs on players (ut2k4) ?

These would be stored as plr_key in the ut_players table, if you're using a logger that supports it.
by Panther
Wed Nov 11, 2009 12:49 pm
Forum: UTStatsDB
Topic: UT99 Server support
Replies: 3
Views: 8947

Re: UT99 Server support

Logging is built-in, except for chat logging, for which there's a mutator in the download section.
by Panther
Wed Nov 11, 2009 5:21 am
Forum: UTStatsDB
Topic: Cant query ut2004, please help...
Replies: 13
Views: 19517

Re: Cant query ut2004, please help...

I gather the cost of their service reflects the quality?
by Panther
Tue Nov 10, 2009 2:46 pm
Forum: UTStatsDB
Topic: Cant query ut2004, please help...
Replies: 13
Views: 19517

Re: Cant query ut2004, please help...

I didn't get a different result, but I also didn't get the errors. I'll look into it further.
by Panther
Tue Nov 10, 2009 9:54 am
Forum: UTStatsDB
Topic: Cant query ut2004, please help...
Replies: 13
Views: 19517

Re: Cant query ut2004, please help...

Try disabling all but the OLStats mutator and see if you can query players then.
by Panther
Tue Nov 10, 2009 8:11 am
Forum: UTStatsDB
Topic: Cant query ut2004, please help...
Replies: 13
Views: 19517

Re: Cant query ut2004, please help...

No, it appears that the query port is not open. You'll need to have them open the query port (UDP 7787). As for gameservers.com, they're just pulling their list from the master server.
by Panther
Wed Sep 02, 2009 7:11 pm
Forum: UTStatsDB
Topic: A mapswitch issue with scores in UT3
Replies: 2
Views: 7009

Re: A mapswitch issue with scores in UT3

That's interesting. Thanks for reporting this, I'll look into it when I get a chance.

Any chance you can send me a copy of the log files from that match and the one before it?
by Panther
Sat Aug 29, 2009 12:35 am
Forum: UTStatsDB
Topic: Error changing ftp directory to '/730731/ut3/UTGame/Logs/'.
Replies: 4
Views: 9111

Re: Error changing ftp directory to '/730731/ut3/UTGame/Logs/'.

Off-hand I'd say your FTP path is wrong. Try logging into the FTP server manually and see if you can switch to that path. Take care that you're supposed to use an absolute path, as you have specified in your configuration instead of a relative path.

Go to advanced search