CMS Donate Engine v6.0.0 CMS DonateEngine v6.0.0

In the `ms_settings` table, the options used in mods are renamed with the addition of modname_ and the mod column is set to '1'. Improving the functions of JavaScript. Fixed a bug in the Minecraft prefix changer module. Fixed a bug in the block sales module and added the purchase of resources without reloading the page. Fixed a bug in the prefix change module and added dynamic saving. Improvement of the feedback form.


Before updating, save the dump of the "ms_settings" table via the "shop/admin/?page=db"admin panel. Go to "shop/admin/?page=settings". Run a MySQL query via phpMyAdmin to clear the table with the settings:
TRUNCATE TABLE `ms_settings`;
ALTER TABLE `ms_settings` CHANGE `name` `name` VARCHAR(50) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL;

Replace the files with new ones and refresh the page with the settings "shop/admin/?page=settings" F5 and click "Save" at the bottom of the form. Also save your settings: "shop/admin/?page=smtp", "shop/admin/?page=bans", "shop/admin/?page=lisf-geo", "shop/admin/?page=lottery", "shop/admin/?page=steam", "shop/admin/?page=telegram", "shop/admin/?page=viber", "shop/admin/?page=referal", "shop/admin/?page=upload", "shop/admin/?page=adm-mctop", "shop/admin/?page=adm-topcraft", "shop/admin/?page=adm-mcrate", "shop/admin/?page=adm-fairtop", "shop/admin/?page=adm-minecraftrating".


The file with the changes

  • shop/admin/*.*
  • shop/install/*.*
  • shop/payments/*.*
  • shop/app/constants.php
  • shop/app/functions.php
  • shop/app/*.*
  • shop/style/gente/css/blueimp-gallery.min.css
  • shop/style/gente/css/bootstrap.min.css
  • shop/style/gente/js/cropper.js
  • shop/style/gente/js/shop.js
  • shop/style/gente/js/admin.js
  • shop/upload/mcSkin.php
  • shop/upload/skin.php
  • shop/index.php

With the template update, with the MySQL structure update.