Skip to content

Releases: Cyberbyte-Software/CyberWorks-3

Added Delete Functions For Groups and Users.

04 Apr 12:30
Compare
Choose a tag to compare

Changelog

  • Added delete functions for groups and users
  • Added config options to change the ammount of ranks for a player
  • Added log tabs for user/group actions

Upgrading from 1.1.3:

After uploading the files to your webserver. Run the following on your database.

 ALTER TABLE `cw_permissions`
    ADD COLUMN `can_del_group` TINYINT(1) NOT NULL DEFAULT '0' AFTER `can_edit_group_perms_house`;
 ALTER TABLE `cw_logs`
    CHANGE COLUMN `type` `type` ENUM('0','1','2','3','4','5','6') NOT NULL DEFAULT '0' AFTER `user_id`; 

Once you have done that on your webserver go to config/config.php and add the folowing line before 'email' => array (

'life' => array (
        'copRanks' => 7,
        'emsRanks' => 5,
        'adminRanks' => 5,
    ),

Fixed Permissions Issue

12 Mar 22:00
Compare
Choose a tag to compare

If you havent allready please follow the instructions on 1.1.2 https://github.com/Cyberbyte-Studios/CyberWorks-3/releases/tag/1.1.2

Fixed Issues With Group ID + Added In Update Check

12 Mar 18:47
Compare
Choose a tag to compare

After uploading the files to your webserver. Run the following on your database.

ALTER TABLE `cw_permissions` CHANGE COLUMN `group_id` `group_id` INT(11) NULL DEFAULT NULL AFTER `group_name`;

Once you have done that on your webserver go to config/config.php and add the folowing line before 'lang' => 'en',

'version' => '1.1.2',

Fix Translation Issues

05 Mar 22:28
Compare
Choose a tag to compare

Fixes various issues.

Added Translation Support

11 Feb 11:48
Compare
Choose a tag to compare
1.1.0

Enabled Translation (#21)

CyberWorks 3 Initial Release

19 Sep 20:25
Compare
Choose a tag to compare
1.0.0

Fixed Install