Skip to content

Releases: counterstrikesharp-panel/css-bans

5.4 - New Module Demos, VIP changes and Fixes

27 Jan 03:52
f641a33
Compare
Choose a tag to compare

What's Changed

In order to use the demos you will have to have the following stuff:

CS2 Demo Recorder plugin
CS2 Demo Web server
In order to set up the demo module, head into settings and enable the module then in .env file as the .env.example is updated please make sure to put your BASE link for example http://localhost:2053/ and setup your DB in .env file

Full Changelog: 5.3...5.4

5.3 - Latest SKIN Fixes and Unban Edit Fixes

03 Dec 09:12
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.8...5.3

5.1

30 Nov 08:44
Compare
Choose a tag to compare
5.1

Support for latest weapon paints added(SKINS, Stickers etc)

What's Changed

  • translations, fixing some translation, a message at top-right icon, etc by @originalaidn in #118
  • add the ability to edit vips using @web/vip permissions by @Yeagorn in #120
  • translations & search for name in ranks by @originalaidn in #121
  • WeaponPaints module update & VIP / Appeals / Reports / Token changing method / Rank page sorting by @originalaidn in #125

New Contributors

Full Changelog: 4.8...5.1_beta

5.0_beta

29 Nov 14:31
1ea6846
Compare
Choose a tag to compare
5.0_beta Pre-release
Pre-release

Beta release for Latest Weapon Paints

!!WARNING this is only beta version to support SKINS latest version!!

4.8

19 Sep 07:51
Compare
Choose a tag to compare
4.8

Release notes V 4.8

New Feature

If you are upgrading, then run the below command on mysql on css bans database where panel tables exists

CREATE TABLE `server_player_stats` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `server_id` bigint(20) unsigned NOT NULL,
  `player_count` int(11) NOT NULL,
  `map` varchar(50) NOT NULL,
  `recorded_at` timestamp NULL DEFAULT CURRENT_TIMESTAMP,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=110 DEFAULT CHARSET=utf8mb4

How to setup cron?
Setup a cron to run this url every 5 minutes which is supported on VPS/shared hosting already

https://yoursite.com/stats/player_count?token=replacehere with token(can be found in .env _token)

Example:

*/5 * * * * `https://yoursite.com/stats/player_count?token=123r48
  • Added dashboard charts - Player stats chart and Map Starts Chart
  • Added settings to disable or enable emails for reports/appeals
  • Improved visual of select drop downs for being too dull for visiblity.
    image

4.7

13 Sep 16:30
Compare
Choose a tag to compare
4.7

Release notes V 4.7

Major Fixes

  • Added Multiserver select on dashboard for RANKS module ie. TOP PLAYERS
  • Fix - Changes on timezone i.e last seen, last action duration to adhere to timezone applied form app settings on bans, mutes and admins list
  • Fix - Module settings cached even after delete causing ranks module to break for 2 minutes.
  • Added user friendly message if a user enables rank module without add database in module settings
  • Fix - Deafault knfie image when no image available on rank stats
  • Added custom links
  • Re-arranged and grouped links on sidebar

!IMPORTANT##

Always ensure ur app timezone and database timezone are same.

Full Changelog: 4.6...4.7

4.6

11 Sep 15:00
Compare
Choose a tag to compare
4.6

Release notes V 4.6

New Stats for RANKS (Requires k4 Zenith)

  • Added new profile section to view a player ranks stats
  • Added PlayTime Stats for RANKS module
  • Added Weapon Stats for RANKS module
  • Adedd Maps Stats for RANKS module
  • Added "Reason" For live Bans, Kicks and Mutes on dashboard
  • Added Rank preview of a logged in user on sidebar to profile section

NOTE: The RANK Stats Update is only for the newer version of Zenith From K4.
image
image

What's Changed

Full Changelog: 4.5...4.6

4.5

01 Sep 15:06
Compare
Choose a tag to compare
4.5

Release notes V 4.5

  • Added support for Ranks stats(Upgraded k4 version)(ZENITH)
  • Added support for legacy ranks version(k4 stats)
  • To use the latest k4 stats plugin - set K4LegacySupport to no in .env file
  • Fixed profile images not fetched correctly

4.2

27 Jul 15:43
Compare
Choose a tag to compare
4.2

Release notes V 4.2

  • Dashboard Recent bans and mutes now displayes admin who performed the action - removed profile
  • Added ability to select permanent when adding/editing a VIP
  • Fixed Web only permissions for admin create/edit
  • Fixed Mutes to display in most recent order

4.1.1

28 Jun 15:34
Compare
Choose a tag to compare

Release notes V 4.1.1

  • Added All servers option on add bans, mutes and delete admin
  • Fixed unban web permission for @web/ban.unban
  • Report Player form has now only list of visble servers from visibility settings
  • Moved Steam login outside of collapse bar