View Single Post
MjrNuT
SourceMod Donor
Join Date: Feb 2008
Location: Under the Beaming CA Sun
Old 11-29-2009 , 19:30   Re: TF2 Stats With Web Ranking and Item Logger
Reply With Quote #27

Hey DarthNinja,

I'm giving your stats plugin a go in lieu of HLStatsX.

Question, I run w/ S-TV on. A chance this might make things wonkey?

Maybe ignore bots in stats, but still list it on the Player List for Online Players?

Thanks


Edit: I keep getting on the Main Page: DB query failed.

I have triple checked everything, but I'll just lay it out just in case.

Gameserver is @ IP1:27015

1. databases.cfg

Quote:
"flashstats"
{
"driver" "mysql"
"host" "IP2"
"database" "_flashstats"
"user" "_stats"
"pass" "pass"
//"timeout" "0"
"port" "3306"
}
2. Confirmed with GSP no restrictions on incoming IPs to the gameserver.


TF2 stats host is @ IP2

1. I've created the db, user, password, provided full access to the db.

2. The Gamerserver IP1 has been allowed and my host checked that connection the db was successful.


3. Settings.php

Quote:
$mysql_server = "localhost";
$mysql_user = "_stats";
$mysql_password = "pass";
$mysql_database = "_flashstats";
No error_log files are being generated.
__________________
Flames and Ash Gaming
Addon: SM v1.4.0-dev MM 1.8.5-dev
Plugins: Advertisements, Webshortcuts, spray tracer, SBans, RTD, gScramble Balance, misc

Last edited by MjrNuT; 11-29-2009 at 20:35.
MjrNuT is offline