CMS Donate Engine v5.0.3 CMS DonateEngine v5.0.3

Added an option to the scheduler for issuing game currency on the site. Added help for commands used to manage the scheduler. Improving the user profile module.


To update run a MySQL query with adding columns of game money and a custom RCON command to the scheduler module via phpMyAdmin:
ALTER TABLE `ms_cron` ADD `money` DECIMAL(11,2) NOT NULL DEFAULT '0.00' AFTER `char`;
ALTER TABLE `ms_cron` ADD `privat` VARCHAR(255) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT '' AFTER `cron`;

To update, replace the files with new ones.


The file with the changes

  • shop/admin/*.*
  • shop/install/*.*
  • shop/app/constants.php
  • shop/app/functions.php
  • shop/app/language/en/redirect.php
  • shop/app/language/ru/redirect.php
  • shop/app/msmod/profile.php
  • shop/app/msmod/redirect.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

Without updating the template, with MySQL structure update.