CMS Minecraft Shop v0.9.9.6
Remedy integration plugin to ShoppingCart issue items plugin. For a new update, you must change the structure of the database.
To update, follow the SQL query:
ALTER TABLE ms_goods MODIFY COLUMN item_id varchar(255) NOT NULL AFTER `type`;
ALTER TABLE ms_goods ADD COLUMN sc_item varchar(255) NOT NULL DEFAULT '' AFTER rcon;
To update replace the files.
New files:
ALTER TABLE ms_goods MODIFY COLUMN item_id varchar(255) NOT NULL AFTER `type`;
ALTER TABLE ms_goods ADD COLUMN sc_item varchar(255) NOT NULL DEFAULT '' AFTER rcon;
To update replace the files.
New files:
- Unchanged
- Unchanged
- shop/language/en/admin/settings.php
- shop/language/ru/moneystats.php
- shop/includes/functions.php
- shop/includes/constants.php
- shop/payments/qiwi.php
- shop/payments/interkassa.php
- shop/style/green/index.tpl
- shop/style/green/css/style.css
- shop/style/green/admin.tpl
- shop/msmod/mctop.php
- shop/msmod/groups.php
- shop/msmod/topcraft.php
- shop/msmod/fairtop.php
- shop/msmod/coins.php
- shop/msmod/profile.php
- shop/msmod/shop.php
- shop/msmod/teleport.php
- shop/msmod/want2vote.php
- shop/msmod/skins.php
- shop/msmod/mcrate.php
- shop/msmod/sales.php
- shop/msmod/store.php
- shop/msmod/servers.php
- shop/admin/msmod/logs.php
- shop/admin/msmod/money.php
- shop/admin/test/session.php
- shop/install/sql/databasetable_ru.sql
- shop/install/sql/databasetable_en.sql