CMS Donate Engine v5.3.0 CMS DonateEngine v5.3.0

In the store module, a cooldown option has been added when purchasing a product, so that you can block the instant purchase of cheap resources. So that the respawn does not scatter free goods and do not make a dump on the servers.


Before updating, run a MySQL query to add a column to the ms_store table via phpMyAdmin:
ALTER TABLE `ms_store` ADD `cooldown` INT(11) NOT NULL DEFAULT '0' AFTER `lang`, ADD INDEX (`cooldown`);

To update, replace the files with new ones.

The file with the changes

  • shop/admin/*.*
  • shop/install/*.*
  • shop/app/constants.php
  • shop/app/language/en/store.php
  • shop/app/language/ru/store.php
  • shop/app/msmod/store.php

Without updating the template, with updating the MySQL structure.