CMS Donate Engine v5.2.0 CMS DonateEngine v5.2.0

Added support for the WebSender 3.0 plugin for BungeeCord. In the set sales module, forms are rewritten by sending a request via ajax, without reloading the page. Updated the library for Notice JavaScript notifications.


Before updating run a MySQL query to change the column type in the ms_lottery_history table via phpMyAdmin:
ALTER TABLE `ms_lottery_history` CHANGE `kush` `kush` DOUBLE(10,2) NOT NULL DEFAULT '0.00';

To update, replace the files with new ones.

The file with the changes

  • shop/admin/*.*
  • shop/install/*.*
  • shop/app/constants.php
  • shop/app/functions.php
  • shop/app/language/en/base.php
  • shop/app/language/ru/base.php
  • shop/app/msmod/crafts.php
  • shop/app/msmod/im.php
  • shop/app/msmod/lisf.php
  • shop/app/msmod/lisfmarket.php
  • shop/app/msmod/oxide.php
  • shop/app/msmod/servers.php
  • shop/app/msmod/store.php
  • shop/app/msmod/teleport.php
  • shop/app/msmod/ucp.php
  • shop/app/msmod/donate.php
  • shop/app/msmod/launcher_sashok.php
  • shop/style/gente/css/bootstrap.min.css
  • shop/style/gente/css/custom.css
  • shop/style/gente/index.tpl
  • shop/style/gente/js/custom.js
  • shop/style/gente/js/shop.js
  • shop/upload/skin.php
  • shop/image.php
  • shop/index.php
  • shop/app/rcon.websender.php
  • shop/style/gente/images/background_arkwtf.jpg

With template update, with MySQL structure update.