CMS Donate Engine v3.3.4 CMS DonateEngine v3.3.4

Added functionality for calculating statistics of transitions from search engines and other sites.

To update, via phpMyAdmin, create a new ms_referers table, replace the files and add a new menu item in admin/admin panel?page=references. From the admin panel, go to manage module and enable record referrals.

CREATE TABLE `ms_referers` (
  `id` int(11) NOT NULL,
  `time` int(11) NOT NULL,
  `site` varchar(180) CHARACTER SET utf8 NOT NULL,
  `url` varchar(180) CHARACTER SET utf8 NOT NULL DEFAULT '',
  `ip` varchar(180) CHARACTER SET utf8 NOT NULL DEFAULT '',
  `browser` varchar(180) CHARACTER SET utf8 NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

New files:
  • shop/language/en/admin/referers.php
  • shop/language/ru/admin/referers.php
  • shop/admin/msmod/referers.php
Deleted files:
  • Unchanged
​Files with the changes:
  • shop/includes/functions.php
  • shop/includes/inv.lisf.php
  • shop/includes/constants.php
  • shop/index.php
  • shop/msmod/lisf.php
  • shop/msmod/lisfmarket.php
  • shop/admin/msmod/session.php
  • shop/admin/msmod/menu.php
  • shop/admin/test/session.php
  • shop/monitoring/index.php
  • shop/monitoring/error.log
  • shop/install/sql/inserttable_ru.sql
  • shop/install/sql/databasetable.sql
  • shop/install/sql/inserttable_en.sql
Without updating the template, updating the structure of MySQL.