Psychostats/external logging/Mani revisited

Use this forum if you have a relatively general question or comment about a game, Ventrilo, TeamSpeak, or Murmur/Mumble server with us. If you have a server-specific question that might not help out the community, please directly contact us through your control panel instead.
Post Reply
User avatar
TwistedPair
New to forums
New to forums
Posts: 10
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Wed Oct 04, 2006 11:34 am
Location: Los Angeles, CA

Psychostats/external logging/Mani revisited

Post by TwistedPair »

Ok at this point I think it's safe to say I'm not finished correcting my problem, and my stats are still kinda fubar'd. I got the hitboxes working and the hegrenade tracking right, which is good, and got the smoke and flash images up and tracking, which is also good, but I find I'm still missing stats.

Then I found an ancient post from 2/05 regarding ftp and sql adjustments being made in the config.php to get PS to look up the Mani-generated data - http://rentalforums.nuclearfallout.net/ ... =maniranks

Obviously things have changed a lot since then, and my config.php doesn't look like his at all. Nonetheless, I suspect the changes I need to make will be similar.

Mani still has essentially the same setup as back then, except there's a subdirectory under Mani now, data, which contains all the stats and rankings and such generated by Mani's statsme module.

Don't forget I'm SQL-impaired, but I know I have all my correct db info from my control tab, especially since PS gets in and gets my stats.

My question is what all do I need to edit to get it to look at Mani's data instead of just the logs? In the post I linked above, there's fields where he can specifically name the files to be processed (mani_ranks.txt), but I'm not seeing (or just not edumacated enough to see it) where to put that detail either in my config.php or stats.cfg or.....?

I've been all over PS's boards, FAQ, and docs, the FAQs and forums here and at Mani, and still can't find the idiot's guide for this.

Here's my current [downloadlogs] and [mysql] sections in stats.cfg:

[downloadlogs]
binary = 0
delete = 0
download = 1
host = dcr.nuclearfallout.net
localpath = /var/www/dcr/compile/logs
pass = xxx
pasv = 1
port = 21
remotepath = logs/ cfg/mani_admin_plugin/data/
skiplast = 1
user = xxx

[mysql]
compression = 0
dbname = dcr
host = localhost
password = xxx
tableprefix = pstats_ manistats_
username = xxx

And from my config.php:
// Database Settings
$conf['dbuser'] = 'xxx';
$conf['dbpass'] = 'xxx';
$conf['dbname'] = 'dcr';
$conf['dbhost'] = 'localhost';
$conf['dbpersistant'] = 1;
$conf['dbtblprefix'] = 'pstats_'; 'manistats_'

The changes I think I need to make are in red. I know I'll need to edit other stuff as well, which is why I'm here. :P

It's likely I'm completely off the track here, I mean clearly there should be somewhere I need to add filenames and such, right?

Any help. Any help at all. :D Even a rtfm! Just tell me where please hehe.
Post Reply