1. Welcome to the Brawl website! Feel free to look around our forums. Join our growing community by typing /register in-game!

Technology [Data] Bans, Mutes, and Players per Month - Graphs

Discussion in 'Off Topic' started by chickenputty, May 22, 2015.

Thread Status:
Please be aware that this thread is more than 30 days old. Do not post unless the topic can still be discussed. Read more...
  1. chickenputty

    chickenputty License & registration?

    Joined:
    Jul 28, 2013
    Messages:
    7,724
    Ratings:
    +5,463
    Discord:
    Putty#9999
    Here is our some graphs of our bans, mutes, and players per month, I was bored. Ban and mute spikes are from us banning alternative account lists or when bots join the server.

    c = amount of bans that month
    rt = running total of all bans
    [​IMG]

    c = amount of mutes that month
    rt = running total of all mutes
    [​IMG]

    c = amount of players that joined that month
    rt = running total of all players that joined
    [​IMG]

    The SQL query used (bans shown):
    Code:
    SET @runtot:=0;
    SELECT
       q1.d,
       q1.c,
       (@runtot := @runtot + q1.c) AS rt
    FROM (
        SELECT
            CONCAT(
                    MONTHNAME(
                        STR_TO_DATE(MONTH(ban_time), '%m')
                        ),
                    " ",
                    YEAR(ban_time)
                ) AS d,
            COUNT(*) AS c
        FROM
            ban
        GROUP BY
            YEAR(ban_time),
            MONTH(ban_time)
    ) AS q1
    Running total from http://stackoverflow.com/questions/664700/calculate-a-running-total-in-mysql
     
    #1 chickenputty, May 22, 2015
    Last edited: May 22, 2015
  2. Piky

    Piky Well-Known Member

    Joined:
    Oct 17, 2013
    Messages:
    3,646
    Ratings:
    +1,539
    14,000 bans.. How many of kcl's alts are in that data? And were most of them from WarZ? (Answers that probably can't be answered)
     
  3. bassmaster6

    bassmaster6 Well-Known Member

    Joined:
    Nov 7, 2013
    Messages:
    890
    Ratings:
    +174
    Are kicks for longer than 0 listed as a ban? Or are they just not on here?
     
  4. D3RGPS31

    D3RGPS31 Web Developer

    Joined:
    Aug 5, 2013
    Messages:
    95
    Ratings:
    +101
    They're still kicks, but are considered bans in the database
     
  5. asvpbrvdv

    asvpbrvdv Well-Known Member

    Joined:
    Sep 22, 2013
    Messages:
    613
    Ratings:
    +480
    In conclusion: Longer vacations=More naughty
     
  6. TheRobotCreeper

    TheRobotCreeper Well-Known Member

    Joined:
    Sep 23, 2014
    Messages:
    619
    Ratings:
    +254
    This is just...
    I mean...
    Uh...
    HOW.
     
  7. SoMuchWinning

    SoMuchWinning Well-Known Member

    Joined:
    Nov 17, 2013
    Messages:
    6,462
    Ratings:
    +1,568
    14k bans is a lot :v
     
  8. NathanDrake

    NathanDrake Well-Known Member

    Joined:
    Jun 2, 2014
    Messages:
    1,043
    Ratings:
    +332
    You can tell when Colonel_Chris was mod.
     
  9. MR_EVIL_OVERLORD

    MR_EVIL_OVERLORD Elite Legacy Legend | PRO | Genius Super Villain

    Joined:
    Dec 27, 2014
    Messages:
    4,611
    Ratings:
    +1,401
    Total players per month and running total of players data don't match up. They appear to be trending in opposite directions.
     
  10. chickenputty

    chickenputty License & registration?

    Joined:
    Jul 28, 2013
    Messages:
    7,724
    Ratings:
    +5,463
    Discord:
    Putty#9999
    The slope on the running total decreases as less new players join the server.

    The players data is the amount of players who are new to the server, never played before. Not online or active players.
     
  11. YeezyLaces

    YeezyLaces Well-Known Member

    Joined:
    May 17, 2014
    Messages:
    2,001
    Ratings:
    +592
    Some of these graphs look like there drawn with crayon.
     
  12. ekali

    ekali Bannēd for DoX

    Joined:
    Nov 30, 2014
    Messages:
    827
    Ratings:
    +345
    Lol, 4 players joined in September 2013. Sky makes that video a week later and then 44k people join xD
     
  13. chickenputty

    chickenputty License & registration?

    Joined:
    Jul 28, 2013
    Messages:
    7,724
    Ratings:
    +5,463
    Discord:
    Putty#9999
    We were testing the hub system in September and published it in October. Looks pretty funny.
     
Loading...
Similar Threads Forum Date
About autobans. Suggestions / Ideas Jul 15, 2021
BLC Restriction & Auto-bans Update News & Announcements Aug 17, 2020
Ubsess false bans IP/VPN Whitelist Request Jun 8, 2020
About the false autobans... Raid Aug 23, 2019
Idea Remove Anti-KB bans Raid Apr 18, 2019
Thread Status:
Please be aware that this thread is more than 30 days old. Do not post unless the topic can still be discussed. Read more...