CMS Donate Engine v7.0.0 CMS DonateEngine v7.0.0

Update to improve performance. Added a system for caching settings and the list of servers. Updated the admin module for viewing system information and performance monitoring. Improvement of the shopping cart module and the list of products on the Minecraft market. Time correction in the permissionEx admin module.

admin panel

Automatic bot creation has been added to the installer. You can assign any nickname and email to the bot.

The installation wizard automatically sends a message to the administrator about the end of the installation through the dialog system.


Replace the files with new ones and add them to the configuration file shop/config.php a new constant for enabling caching.

define('CACHE_ENABLE', true);

The file with the changes

  • shop/admin/*.*
  • shop/install/*.*
  • shop/payments/*.*
  • shop/app/constants.php
  • shop/app/auth.php
  • shop/app/db.mysql.php
  • shop/app/db.mysqli.php
  • shop/app/functions.php
  • shop/app/cache.php
  • shop/app/language/en/bans.php
  • shop/app/language/en/logs.php
  • shop/app/language/en/shop.php
  • shop/app/language/ru/bans.php
  • shop/app/language/ru/base.php
  • shop/app/language/ru/inv.php
  • shop/app/language/ru/logs.php
  • shop/app/language/ru/sales.php
  • shop/app/language/ru/shop.php
  • shop/app/msmod/*.php
  • shop/app/session_sql.php
  • shop/app/steamsign.class.php
  • shop/app/auth/authme.php
  • shop/monitoring/*.*
  • shop/payments/*.php
  • shop/style/gente/css/custom.css
  • shop/style/gente/index.tpl
  • shop/style/gente/js/shop.js
  • shop/upload/mcSkin.php
  • shop/upload/skin.php
  • shop/upload/skinload.php
  • shop/image.php
  • shop/index.php

With template update, without updating the MySQL structure.