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

N1G-CS:S-RANK - CS:S Ranking with optional Webinterface


Post New Thread Reply   
 
Thread Tools Display Modes
Author
r5053
SourceMod Donor
Join Date: May 2007
Location: Germany
Plugin ID:
541
Plugin Version:
0.4.2
Plugin Category:
Statistical
Plugin Game:
Counter-Strike: Source
Plugin Dependencies:
    Servers with this Plugin:
     
    Plugin Description:
    CS:S Stats (Easy installation, needs only mysql for multiple server stats or for the Webinterface)
    Unapprover:
    Reason for Unapproving:
    Taken over by Timiditas in a new thread
    Old 09-08-2008 , 15:41   N1G-CS:S-RANK - CS:S Ranking with optional Webinterface
    Reply With Quote #1

    Plugin Name: N1G-CSS-RANK

    This is a Stats Plugin for CS:S with optional MYSQL and optional webinterface

    Servers Using this Plugin: http://www.game-monitor.com/search.p..._stats_version

    how2install it:

    without mysql and webinterface:
    1. Copy the *.smx file into your plugin's folder.
    2. Copy the cssstats.phrases.txt file into the translations folder

    with mysql: (needed for the webinterface)

    1. Enter the Database you would use into the source mod db config file
    PHP Code:
    "cssstats"
        
    {
            
    "driver"            "mysql"
            "host"                "127.0.0.1"
            "database"            "css_stats"
            "user"                "cssst_usr"
            "pass"                "dbpassword"
            
    //"timeout"            "0"
            
    "port"            "3306"
        

    Note: sourcemod requires a restart to read the new dbconfig

    2. Copy the *.smx file into your plugin's folder.
    3. Copy the cssstats.phrases.txt file into the translations folder

    Cvars:
    PHP Code:
    ////////////////  Settings /////////////////////

    // enable disabling of the Ranking after roundwin
    rank_disableafterroundwin "1"

    // How many clients are needed to start ranking
    rank_neededplayers "0"

    // Enable Automatic Removing Maps who wasn't played a specific time on every Roundend
    rank_removeoldmaps "1"

    // The time in days after a map get removed, min 1 day
    rank_removeoldmapsdays "14"

    // Enable Automatic Removing Player who haven't conected a specific time on every Roundend
    rank_removeoldplayers "1"

    // The time in days after a player get removed if he havn't connected, min 1 day
    rank_removeoldplayersdays "14"

    // Show Rank on connect, 0=disabled, 1=clientchat, 2=allchat, 3=panel, 4=panel + all chat
    rank_show "4"

    // Show Top 10 on Roundend
    rank_showrankonroundend "1"

    // Enable/Disable Webrank
    rank_webrank "0"

    // Webrank url like http://compactaim.de/tf2stats/
    rank_webrankurl "http://compactaim.de/tf2stats/"

    // Display points add message 0 = disabled, 1 = all, 2 = only who earned
    rank_pointmsg "1"
    ////////////////  Points  /////////////////////
    rank_diepoints "3" // Set the points a player lose on Death

    // Set the points a killer get on kill
    rank_kill_m4a1 "3"
    rank_kill_ak47 "3"
    rank_kill_scout "3"
    rank_kill_hegrenade "3"
    rank_kill_deagle "3"
    rank_kill_knife "3"
    rank_kill_sg552 "3"
    rank_kill_p90 "3"
    rank_kill_aug "3"
    rank_kill_usp "3"
    rank_kill_famas "3"
    rank_kill_mp5navy "3"
    rank_kill_galil "3"
    rank_kill_m249 "3"
    rank_kill_m3 "3"
    rank_kill_glock "3"
    rank_kill_p228 "3"
    rank_kill_elite "3"
    rank_kill_xm1014 "3"
    rank_kill_fiveseven "3"
    rank_kill_tmp "3"
    rank_kill_ump45 "3"
    rank_kill_mac10 "3"
    rank_kill_awp "3"
    rank_kill_sg550 "3"
    rank_kill_g3sg1 "3"

    rank_bomb_planted "3"
    rank_bomb_defused "5"
    rank_bomb_exploded "3"
    rank_hostage_follows "1"
    rank_hostage_rescued "3" 
    IngameUsage:

    Type into Ingame chat:
    "rank" to get your rank
    "top10" to get the top 10
    "players" to get a list of ingame players
    "webrank" to get your webrank
    "webtop" to get the webtop
    "session" to get informations about your session

    Webinterface Demos:

    nothing yet webinterface not ready


    Use the cssstatsforpeoplewithoutmath.zip only if you have problems
    http://de3.php.net/manual/en/ref.bc.php
    this is needed for the communitycssstatswi.zip version this should be enabled by default on the most servers

    Webinterface: version 3.0.0

    Webinterface Changes:
    PHP Code:
      3.0.0
     
    -initial release of this css branch of the n1g-tf2-stats webinterface 
    Plugin: version 0.1.0

    Plugin Changes:
    PHP Code:
     0.1.0
     
    -initial release of this css branch of the n1g-tf2-stats plugin
     0.2.0
     
    +the chattag is now a cvar (rank_chattag)
     +
    added cvar rank_pointmsg
     
    +added showing points on earning
     
    *fixed missing panel titles
     
    *fixed displaying "Ranking Enabled: enough players"
     
    +added event bomb_defused cvar rank_bomb_defused
     
    +added event bomb_exploded cvar rank_bomb_exploded
     
    +added event bomb_planted cvar rank_bomb_planted
     
    +added event hostage_follows cvar rank_hostage_follows
     
    +added event hostage_rescued cvar rank_hostage_rescued
     
    +added event hostage_killed
    0.3.1
    +added awp sg550
    +added cvars:
    rank_kill_awp "3"
     
    rank_kill_sg550 "3"
    0.4.2
    *fixed bot ranking
    +added cvar rank_kill_g3sg1 with default value 3
    +added weapon g3sg1
    -removed rank_admin 
    Planed Features:

    Post feature requests and maybe i will add it

    Plugin update is possible without restarting the gameserver in 2 simple steps:

    1. replace the smx plugin file
    2. rcon command: sm plugins reload n1g-css-stats

    HF&GL R-Hehl
    Attached Files
    File Type: sp Get Plugin or Get Source (n1g-css-stats.sp - 2963 views - 57.4 KB)
    File Type: txt cssstats.phrases.txt (979 Bytes, 2630 views)
    File Type: zip cssstatswebinterface.zip (61.7 KB, 2035 views)
    File Type: zip cssstatswebinterfacewithoutmath.zip (61.3 KB, 1497 views)
    File Type: cfg example-databases.cfg (678 Bytes, 1789 views)
    __________________
    Visit HLPortal.de (this is not my Page)



    Last edited by berni; 09-11-2009 at 13:01.
    r5053 is offline
    Send a message via ICQ to r5053 Send a message via Skype™ to r5053
    msleeper
    Veteran Member
    Join Date: May 2008
    Location: Atlanta, Jawjuh
    Old 09-08-2008 , 20:54   Re: N1G-CS:S-RANK - CS:S Ranking with optional Webinterface
    Reply With Quote #2

    I've been waiting for this, thank you!
    __________________
    msleeper is offline
    MaKTaiL
    Senior Member
    Join Date: Jul 2008
    Location: Brazil
    Old 09-09-2008 , 00:08   Re: N1G-CS:S-RANK - CS:S Ranking with optional Webinterface
    Reply With Quote #3

    Quote:
    Originally Posted by msleeper View Post
    I've been waiting for this, thank you!
    I second that!!! I just installed on my servers. I used to run TF2 servers and I had the TF2 Rank you did. Too bad I don't have the servers anymore.

    Now I will wait for a DoD:S one. Are you planning to do it?
    MaKTaiL is offline
    r5053
    SourceMod Donor
    Join Date: May 2007
    Location: Germany
    Old 09-09-2008 , 01:31   Re: N1G-CS:S-RANK - CS:S Ranking with optional Webinterface
    Reply With Quote #4

    Quote:
    Originally Posted by MaKTaiL View Post
    I second that!!! I just installed on my servers. I used to run TF2 servers and I had the TF2 Rank you did. Too bad I don't have the servers anymore.

    Now I will wait for a DoD:S one. Are you planning to do it?
    yes maybe after 2-3 updates for this plugin
    __________________
    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
    MaKTaiL
    Senior Member
    Join Date: Jul 2008
    Location: Brazil
    Old 09-09-2008 , 08:06   Re: N1G-CS:S-RANK - CS:S Ranking with optional Webinterface
    Reply With Quote #5

    Quote:
    Originally Posted by r5053 View Post
    yes maybe after 2-3 updates for this plugin
    Uhuuuuuuu! xDD
    MaKTaiL is offline
    r5053
    SourceMod Donor
    Join Date: May 2007
    Location: Germany
    Old 09-09-2008 , 08:33   Re: N1G-CS:S-RANK - CS:S Ranking with optional Webinterface
    Reply With Quote #6

    what i want to say is if i'm shure that this plugin runs stabel and without bugs i will rewrite it for other mods, please give me a feedback how it's running
    __________________
    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
    Sgt-Mess
    Senior Member
    Join Date: Dec 2007
    Location: Sway Side,WA
    Old 09-09-2008 , 17:33   Re: N1G-CS:S-RANK - CS:S Ranking with optional Webinterface
    Reply With Quote #7

    I'm not sure if this is possible but add an option to decide how many points you will receive when one of the objectives are complete such as bomb diffuse, or hostage rescue. Right now it seems you don't get any points for completion of object.

    Also on Top 10 Menu the title is missing, In both the css and tf2 versions.

    Example

    __________________
    Sgt-Mess is offline
    Send a message via AIM to Sgt-Mess
    r5053
    SourceMod Donor
    Join Date: May 2007
    Location: Germany
    Old 09-10-2008 , 00:13   Re: N1G-CS:S-RANK - CS:S Ranking with optional Webinterface
    Reply With Quote #8

    will be added soon the db entrys exists
    __________________
    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
    Greentryst
    WHAT MORE DO THEY WANT?!
    Join Date: Mar 2004
    Location: ? MAYBE SYRUP+TREES?
    Old 09-15-2008 , 01:09   Re: N1G-CS:S-RANK - CS:S Ranking with optional Webinterface
    Reply With Quote #9

    Do not use Report Post to ask for approval or I will trash your plugin.
    Greentryst is offline
    Send a message via ICQ to Greentryst Send a message via AIM to Greentryst Send a message via MSN to Greentryst Send a message via Yahoo to Greentryst Send a message via Skype™ to Greentryst
    Sgt-Mess
    Senior Member
    Join Date: Dec 2007
    Location: Sway Side,WA
    Old 09-15-2008 , 02:28   Re: N1G-CS:S-RANK - CS:S Ranking with optional Webinterface
    Reply With Quote #10

    Perhaps a few updates would help get it approved, but the plugin is working without any problems besides the part where you don't get points for objectives.
    __________________
    Sgt-Mess is offline
    Send a message via AIM to Sgt-Mess
    Reply


    Thread Tools
    Display Modes

    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 10:36.


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