CMS Minecraft Shop v0.8.5.0 CMS Minecraft Shop v0.8.5.0

Added support for UUID Server Minecraft, both offline and online modes for. UUID is used for authorization servers Minecraft.

In new versions of Minecraft changed authorization system, which also changed the name of the profiles that are created in the folders with the worlds. 

If earlier profiles created with the player's name, now used universal custom number UUID, which was created for authorization servers Minecraft.



To update a MySQL table ms_servers add a new column type uuid varchar, 255 characters long, encoding utf or restore the table from the dump and run server connectivity again.

Next, replace the old files with new ones.

New files:
  • shop\style\images\items\421.png
Deleted files:
  • There are no files
​Files with the changes:
  • shop\includes\constants.php
  • shop\includes\functions.php
  • shop\style\green\admin.tpl
  • shop\style\green\index.tpl
  • shop\style\green\css\fancybox-1.3.4.css
  • shop\msmod\sales.php
  • shop\msmod\inv.php
  • shop\msmod\shop.php
  • shop\msmod\groups.php
  • shop\msmod\bans.php
  • shop\msmod\mail.php
  • shop\msmod\servers.php
  • shop\language\en\admin\management.php
  • shop\language\ru\admin\management.php
  • shop\install\sql\ms_servers.sql
  • shop\includes\smtp-func.php
  • shop\admin\cron.php
  • shop\admin\msmod\management.php
  • shop\admin\msmod\query.php
Without updating the templates with the update structure MySQL.