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.

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.
