Raised This Month: $51 Target: $400
 12% 

[TF2 Stats] With Web Ranking and Item Logger [v9.1.0]


Post New Thread Reply   
 
Thread Tools Display Modes
umekemesik
Junior Member
Join Date: Jul 2012
Old 08-24-2012 , 18:03   Re: [TF2 Stats] With Web Ranking and Item Logger [v9.0.0]
Reply With Quote #2301

I'm not sure if these error logs have anything to do with the website:

L 08/17/2012 - 18:23:02: [TF2_Stats.smx] TF2_Stats connected to SQLite Database!
L 08/17/2012 - 18:23:02: [fortwars.smx] Connected to SQLite
L 08/17/2012 - 18:23:03: [rtd.smx] Loaded 31 effects: (16 good) (15 bad).
TF2: Roll the Dice: v0.4.2 loaded!
L 08/17/2012 - 18:23:04: [admin-sql-prefetch.smx] Could not connect to database "default": [2002]: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)
L 08/17/2012 - 18:23:04: [admin-sql-prefetch.smx] Could not connect to database "default": [2002]: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)
L 08/17/2012 - 18:23:04: [admin-flatfile.smx] Error(s) detected parsing addons/sourcemod/configs/admins.cfg
L 08/17/2012 - 18:23:04: [admin-flatfile.smx] (line 135) Section beginning without a matching ending
L 08/17/2012 - 18:23:04: [admin-sql-prefetch.smx] Could not connect to database "default": [2002]: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)

Again, I changed nothing. The IP's are whitlisted and the database/settings.php is the same and I have tripled verified it. The website will no longer read who is online or keep stats (plugin works fine in game).
umekemesik is offline
CuriousG
Senior Member
Join Date: Feb 2012
Old 08-24-2012 , 19:27   Re: [TF2 Stats] With Web Ranking and Item Logger [v9.0.0]
Reply With Quote #2302

Quote:
Originally Posted by umekemesik View Post
I'm not sure if these error logs have anything to do with the website:

L 08/17/2012 - 18:23:02: [TF2_Stats.smx] TF2_Stats connected to SQLite Database!
L 08/17/2012 - 18:23:02: [fortwars.smx] Connected to SQLite
L 08/17/2012 - 18:23:03: [rtd.smx] Loaded 31 effects: (16 good) (15 bad).
TF2: Roll the Dice: v0.4.2 loaded!
L 08/17/2012 - 18:23:04: [admin-sql-prefetch.smx] Could not connect to database "default": [2002]: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)
L 08/17/2012 - 18:23:04: [admin-sql-prefetch.smx] Could not connect to database "default": [2002]: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)
L 08/17/2012 - 18:23:04: [admin-flatfile.smx] Error(s) detected parsing addons/sourcemod/configs/admins.cfg
L 08/17/2012 - 18:23:04: [admin-flatfile.smx] (line 135) Section beginning without a matching ending
L 08/17/2012 - 18:23:04: [admin-sql-prefetch.smx] Could not connect to database "default": [2002]: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)

Again, I changed nothing. The IP's are whitlisted and the database/settings.php is the same and I have tripled verified it. The website will no longer read who is online or keep stats (plugin works fine in game).
L 08/17/2012 - 18:23:02: [TF2_Stats.smx] TF2_Stats connected to SQLite Database!
That tells me you're using a local SQLite database and not a MySQL one.

Did you edit database.cfg to something similar to the example in the first post so that it points to a MySQL database?
CuriousG is offline
umekemesik
Junior Member
Join Date: Jul 2012
Old 08-25-2012 , 05:16   Re: [TF2 Stats] With Web Ranking and Item Logger [v9.0.0]
Reply With Quote #2303

Quote:
Originally Posted by CuriousG View Post
L 08/17/2012 - 18:23:02: [TF2_Stats.smx] TF2_Stats connected to SQLite Database!
That tells me you're using a local SQLite database and not a MySQL one.

Did you edit database.cfg to something similar to the example in the first post so that it points to a MySQL database?
That is what I thought. The message indicates that database.cfg is not setup.

But it is, and it was working before the MvM update:

"tf2stats"
{
"driver" "mysql"
"host" "74.220.207.196"
"database" "tonycoss_tf2stats"
"user" "tonycoss_tf2"
"pass" "1Chicago"
//"timeout" "0"
"port" "3306"
}
}

http://www.tonycossio.com/tf2stats/

I know some database stuff got changed with the MvM update, wondering if that was the issue.
umekemesik is offline
CuriousG
Senior Member
Join Date: Feb 2012
Old 08-25-2012 , 12:56   Re: [TF2 Stats] With Web Ranking and Item Logger [v9.0.0]
Reply With Quote #2304

Quote:
Originally Posted by umekemesik View Post
That is what I thought. The message indicates that database.cfg is not setup.

But it is, and it was working before the MvM update:

"tf2stats"
{
"driver" "mysql"
"host" "74.220.207.196"
"database" "tonycoss_tf2stats"
"user" "tonycoss_tf2"
"pass" "1Chicago"
//"timeout" "0"
"port" "3306"
}
}

http://www.tonycossio.com/tf2stats/

I know some database stuff got changed with the MvM update, wondering if that was the issue.
Couldn't help you with that since I'm using SQLite. Also my free webhosting doesn't have remote MySQL access.
CuriousG is offline
casper10
Member
Join Date: Jan 2012
Old 08-28-2012 , 10:37   Re: [TF2 Stats] With Web Ranking and Item Logger [v9.0.0]
Reply With Quote #2305

HI. I want start new database (I have sqlite now), but I want MySQL. I want reset our rank - start from "zero". Do you think - is good idea start now or wait for newer version (or rewrited new version)? Question for author - I think you havent enough time ,but are you working at new version? Thx for info.
casper10 is offline
DarthNinja
SourceMod Plugin Approver
Join Date: Mar 2009
Location: PreThinkHook()
Old 08-28-2012 , 13:48   Re: [TF2 Stats] With Web Ranking and Item Logger [v9.0.0]
Reply With Quote #2306

Use the current version.
The rewrite is off in the future a ways.
__________________
DarthNinja is offline
mrelfire
Member
Join Date: May 2010
Old 09-01-2012 , 05:53   Re: [TF2 Stats] With Web Ranking and Item Logger [v9.0.0]
Reply With Quote #2307

The rapidshare link doesn't work, please can some one share the files please ?
mrelfire is offline
Elvin1396
Member
Join Date: Jun 2012
Location: mlp_party
Old 09-01-2012 , 13:55   Re: [TF2 Stats] With Web Ranking and Item Logger [v9.0.0]
Reply With Quote #2308

I have a few questions. One is is this related to this (http://tf2stats.net) site? I found it while trying to compare this to HLXCE. Also, how resource intensive is this if the stats are being stored on the same computer (simple install) vs resource usage with HLXCE doing the same thing?
__________________


Help me gain more space for server files! Use this link to sign up for Dropbox and we both gain an additional 250 MB! http://db.tt/Z2vMLuF

Last edited by Elvin1396; 09-01-2012 at 13:56.
Elvin1396 is offline
Xenophin
New Member
Join Date: Sep 2012
Old 09-01-2012 , 15:25   Re: [TF2 Stats] With Web Ranking and Item Logger [v9.0.0]
Reply With Quote #2309

Is there anyway to have backstabs count for more than a normal knife kill? I have yet to see anything like that. Other than that great plugin, our arena server wouldn't be the same without it!
Xenophin is offline
DarthNinja
SourceMod Plugin Approver
Join Date: Mar 2009
Location: PreThinkHook()
Old 09-01-2012 , 23:51   Re: [TF2 Stats] With Web Ranking and Item Logger [v9.0.0]
Reply With Quote #2310

Quote:
Originally Posted by Elvin1396 View Post
One is is this related to this (http://tf2stats.net) site?
No.

Quote:
Originally Posted by Xenophin View Post
Is there anyway to have backstabs count for more than a normal knife kill?
Not yet.
__________________
DarthNinja is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 02:09.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode