This site is a testing version, but all data is shared with the live forum.


Raised This Month: $ Target: $400
 0% 

N1G-TF2-RANK - TF2 Ranking with optional Webinterface


Post New Thread Reply   
 
Thread Tools Display Modes
ColdFire
Member
Join Date: Jan 2008
Old 02-25-2008 , 03:25   Re: N1G-TF2-RANK - TF2 Ranking with optional Webinterface
Reply With Quote #141

After your script update (and thanks to allow us to choose how many points we want for each action), I've questions:

How about points for:
- kill assist
- partial capture
- über charge

And for intelligence on ctf maps, successfully capturing the intelligence is counted with CP capture ?

Thank you!

And I'm waiting for your multilanguage support, I'll be happy to help you with a french translation
ColdFire is offline
fattitj
Member
Join Date: Nov 2006
Old 02-25-2008 , 09:54   Re: N1G-TF2-RANK - TF2 Ranking with optional Webinterface
Reply With Quote #142

where to put the cvars?
it doesnt read my old cfg-file and it doesnt auto create a new one anymore.

and another thing:
lets say a players rank shows 2 in top10 and in the webinterface, but when u view the players detailed stats it says rank 344

Last edited by fattitj; 02-25-2008 at 09:57.
fattitj is offline
BrutalGoerge
AlliedModders Donor
Join Date: Jul 2007
Old 02-25-2008 , 11:57   Re: N1G-TF2-RANK - TF2 Ranking with optional Webinterface
Reply With Quote #143

As for the cfg.
I just made a stats.cfg and put "exec stats.cfg" in server cfg.
Works gud
__________________
My Pluggies If you like, consider to me.
BrutalGoerge is offline
riuthamus
Member
Join Date: Nov 2007
Old 02-25-2008 , 13:23   Re: N1G-TF2-RANK - TF2 Ranking with optional Webinterface
Reply With Quote #144

Code:
"Databases"
{
"driver_default" "mysql"
 
"default"
{
"driver" "default"
"host" "localhost"
"database" "sourcemod"
"user" "root"
"pass" ""
//"timeout" "0"
//"port" "0"
}
 
"tf2stats"
{
"driver" "mysql"
"host" "external-db.s14844.gridserver.com"
"database" "****_tf2stats"
"user" "****"
"pass" "****"
//"timeout" "0"
"port" "3306"
}
"storage-local"
{
"driver" "sqlite"
"database" "sourcemod-local"
}
}
I am not at home and cant get any full information just yet, other then what I can pull from the rcon tool. Right now the plugin (after using sm plugins list) says <error> then the plugin name.... not sure if its working or what, but if i try to enable debug mode for the plugin it says it cant.

I have also placed a stats.cfg in my main cfg folder and linked it to the server.cfg at the end. Please let me know if there is something I am missing as I have been waiting for this server crash update forever!!

Stats.cfg
Code:
rank_batpoints "2"
rank_blockcapturepoints "1"
rank_bonesawpoints "2"
rank_bottlepoints "2"
rank_capturepoints "3"
rank_clubpoints "2"
rank_diepoints "1"
rank_fireaxepoints "2"
rank_fistspoints "2"
rank_flamethrowerpoints "1"
rank_killasipoints "2"
rank_killdisppoints "1"
rank_killsapperpoints "1"
rank_killsentrypoints "3"
rank_killteleinpoints "1"
rank_killteleoutpoints "1"
rank_knifepoints "2"
rank_minigunpoints "1"
rank_obj_sentrygunpoints "2"
rank_pistolpoints "2"
rank_removeoldplayers "1"
rank_removeoldplayersdays "14"
rank_revolverpoints "3"
rank_scattergunpoints "2"
rank_shotgunpoints "2"
rank_shovelpoints "2"
rank_showtop10onroundend "0"
rank_smgpoints "1"
rank_sniperriflepoints "2"
rank_syringegun_medicpoints "4"
rank_tf_projectile_pipe_remotepoints "2"
rank_tf_projectile_pipepoints "3"
rank_tf_projectile_rocketpoints "1"
rank_wrenchpoints "2"


Last edited by riuthamus; 02-25-2008 at 13:32.
riuthamus is offline
BrutalGoerge
AlliedModders Donor
Join Date: Jul 2007
Old 02-25-2008 , 13:43   Re: N1G-TF2-RANK - TF2 Ranking with optional Webinterface
Reply With Quote #145

what's your sourcemod and metamod version?
__________________
My Pluggies If you like, consider to me.
BrutalGoerge is offline
riuthamus
Member
Join Date: Nov 2007
Old 02-25-2008 , 14:14   Re: N1G-TF2-RANK - TF2 Ranking with optional Webinterface
Reply With Quote #146

Sourcemod is up to date 904, metamod, im not sure... was there an update recently?
riuthamus is offline
riuthamus
Member
Join Date: Nov 2007
Old 02-25-2008 , 14:16   Re: N1G-TF2-RANK - TF2 Ranking with optional Webinterface
Reply With Quote #147

and im home now... WOOT! so i can get more diagnostic information if told how to
riuthamus is offline
fattitj
Member
Join Date: Nov 2006
Old 02-25-2008 , 15:56   Re: N1G-TF2-RANK - TF2 Ranking with optional Webinterface
Reply With Quote #148

I miss the /rankmenu command, hope u'll add it back
fattitj is offline
r5053
SourceMod Donor
Join Date: May 2007
Location: Germany
Old 02-25-2008 , 16:53   Re: N1G-TF2-RANK - TF2 Ranking with optional Webinterface
Reply With Quote #149

yes will be readded
__________________
Visit HLPortal.de (this is not my Page)


r5053 is offline
Send a message via ICQ to r5053 Send a message via Skype™ to r5053
riuthamus
Member
Join Date: Nov 2007
Old 02-25-2008 , 21:14   Re: N1G-TF2-RANK - TF2 Ranking with optional Webinterface
Reply With Quote #150

Okay... well im almost there. I got it to store data to the database.. but the website will not diplsay it due to the following message

Code:
Warning
Code:
:  mysql_connect() [function.mysql-connect]: Host 'cl19.gs01.gridserver.com' is not allowed to connect to this MySQL server in /mnt/gs01/herd03/14844/domains/bhslaughter.com/html/stats/inc/dbconnect.php on line 2
Keine Verbindung moeglich
The website is not hosted off of the same location as the mysql db, that db is hooked into the server itself....so....not sure what this code means.... is it being denied on the server end... by the server thatas attempting to connect? or what?

Last edited by riuthamus; 02-25-2008 at 21:26.
riuthamus 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 00:31.


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