CMS Donate Engine v4.0.5 CMS DonateEngine v4.0.5

Sale of minecraft quests. Saving a resource from inventory, when buying, only its quantity is replaced with the preservation of all properties for shop and trade in the market. Updated alert handler Fairtop and QIWI.


Run the MySQL query through phpMyAdmin:
ALTER TABLE `ms_donate_shop` ADD `file` TEXT CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL AFTER `take`;
ALTER TABLE `ms_goods` ADD `enchants` TEXT CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL AFTER `sc_item`;
ALTER TABLE `ms_goods` ADD `res_id` INT(11) NOT NULL AFTER `enchants`;

To update, replace the files with new ones.


The file with the changes:
  • shop/install/*.*
  • shop/admin/*.*
  • shop/payments/*.*
  • shop/app/constants.php
  • shop/app/gmp.php
  • shop/app/language/en/donate.php
  • shop/app/language/ru/sales.php
  • shop/app/language/ru/donate.php
  • shop/app/msmod/fairtop.php
  • shop/app/msmod/inv.php
  • shop/app/msmod/mcrate.php
  • shop/app/msmod/mctop.php
  • shop/app/msmod/myitems.php
  • shop/app/msmod/sales.php
  • shop/app/msmod/shop.php
  • shop/app/msmod/shopitems.php
  • shop/app/msmod/donate.php
  • shop/style/gente/css/custom.css
  • shop/style/gente/index.tpl
  • shop/style/gente/js/custom.js
  • shop/style/gente/js/shop.js

Update template, with update structure MySQL.