CMS Minecraft Shop v1.0.7.0
Added support for GZIP compression of transmitted data. Added to the system of routes, which allows the use of abbreviated URLS.
For now, file in shop/.htaccess add:
RewriteCond $1 !^(index\.php/admin/install/monitoring/payments/style/upload/image\.php/favicon\.ico/robots\.txt) RewriteRule ^(.*)$ ./index.php?$1 [L,QSA]
From the menu you want to remove the pictures and replace them in layers with classes.
Then replace old files with new ones.
New files:
RewriteCond $1 !^(index\.php/admin/install/monitoring/payments/style/upload/image\.php/favicon\.ico/robots\.txt) RewriteRule ^(.*)$ ./index.php?$1 [L,QSA]
From the menu you want to remove the pictures and replace them in layers with classes.
Then replace old files with new ones.
New files:
- shop/language/en/donate.php
- shop/language/ru/donate.php
- shop/msmod/donate.php
- shop/logging/*.*
- shop/logs/*.*
- shop/language/en/admin/settings.php
- shop/language/ru/admin/settings.php
- shop/includes/functions.php
- shop/includes/constants.php
- shop/index.php
- shop/payments/robokassa.php
- shop/payments/waytopay.php
- shop/payments/freekassa.php
- shop/payments/unitpay.php
- shop/payments/ymoney.php
- shop/payments/qiwi.php
- shop/payments/paypal.php
- shop/payments/walletone.php
- shop/payments/interkassa.php
- shop/payments/okpay.php
- shop/payments/webmoney.php
- shop/payments/mykassa.php
- shop/style/green/index.tpl
- shop/style/green/css/menu2.css
- shop/style/green/css/style.css
- shop/msmod/register.php
- shop/msmod/lang.php
- shop/msmod/groups.php
- shop/msmod/stats.php
- shop/msmod/logs.php
- shop/msmod/unban.php
- shop/msmod/qstart.php
- shop/msmod/coins.php
- shop/msmod/redirect.php
- shop/msmod/profile.php
- shop/msmod/faq.php
- shop/msmod/shop.php
- shop/msmod/teleport.php
- shop/msmod/articles.php
- shop/msmod/im.php
- shop/msmod/inv.php
- shop/msmod/crafts.php
- shop/msmod/moneystats.php
- shop/msmod/prefix.php
- shop/msmod/mail.php
- shop/msmod/ucp.php
- shop/msmod/bans.php
- shop/msmod/skins.php
- shop/msmod/success.php
- shop/msmod/sendpassword.php
- shop/msmod/news.php
- shop/msmod/market.php
- shop/msmod/sales.php
- shop/msmod/fail.php
- shop/msmod/store.php
- shop/msmod/votes.php
- shop/msmod/servers.php
- shop/msmod/lottery.php
- shop/.htaccess
- shop/admin/msmod/system.php
- shop/admin/msmod/logs.php
- shop/admin/msmod/settings.php
- shop/admin/msmod/chmod.php
- shop/install/sql/databasetable_ru.sql
- shop/install/sql/databasetable_en.sql
- shop/install/sql/inserttable_ru.sql
- shop/install/sql/inserttable_en.sql
- shop/install/include/ini.php