CMS Donate Engine v5.0.1 CMS DonateEngine v5.0.1

Fixed bugs in the rewards planner module and added an option for issuing game currency on the site. Improved the game statistics module, which now supports Steam ID. Improving the admin panel. Fixing errors in the template.


To update first run a MySQL query with adding the game money column to the rewards planner module via phpMyAdmin:
ALTER TABLE `ms_gifts` ADD `money` DOUBLE(11,2) NOT NULL DEFAULT '0.00' AFTER `image`;

To update, replace the files with new ones.


The file with the changes

  • shop/admin/*.*
  • shop/install/*.*
  • shop/app/auth.php
  • shop/app/constants.php
  • shop/app/functions.php
  • shop/app/msmod/bans.php
  • shop/app/msmod/coins.php
  • shop/app/msmod/groups.php
  • shop/app/msmod/news.php
  • shop/app/msmod/profile.php
  • shop/app/msmod/redirect.php
  • shop/app/msmod/register.php
  • shop/app/msmod/stats.php
  • shop/app/msmod/store.php
  • shop/app/rcon.arma3.php
  • shop/app/rcon.minecraft.php
  • shop/app/rcon.mta.php
  • shop/app/rcon.pe.php
  • shop/app/rcon.samp.php
  • shop/app/rcon.ws.php
  • shop/style/gente/css/custom.css
  • shop/style/gente/js/bootstrap.js
  • shop/style/gente/js/shop.js

With template update, with MySQL structure update.