Fix an issue where admin wasn’t able to download message’s attachments
Affected Files :
- admin/download.php
How to Update
Replace the file admin/download.php
from your website with the updated file located in folder : update-5.1/admin/download.php
- Admin Dashboard Completely Redesigned
- Add Offline Payments
- Add RazorPay Payment Method
- Add RTL Support to Theme
- Fix Issues Related to Security & Performance
How to Update
Upload all files from folder (update_to_v5.0) to your website and replace it with existing files.
don’t delete anything just copy/paste to replace edited files.
Security update
affected files :
- ajax.php
- admin/categories.php
How to Update
replace affected files with new files.
- Add Categories
- Fix Bugs in script to enhance stability
How to Update
- login to your admin panel
- go to System Updates
- Select the zipped file : update_to_v4.zip which is located inside the folder update_from_v3_to_v4
- click upload and wait until the files are uploaded
- that’s it, have fun.
To Update Manually: upload and replace files from folder update_from_v3_to_v4/manual-updateThen, Execute SQL Updates from file : update.sql
- Add social logins : Facebook, Twitter and Envato
- Fix Bugs in script to enhance stability
How to Update
- login to your admin panel
- go to System Updates
- Select the zipped file : microncer-v3-update.zip which is located inside the folder update-from-v2.2-to-v3.0
- click upload and wait until the files are uploaded
- that’s it, have fun.
- fix bugs in the script
- add the ability to update the script from admin panel in the next updates
How to Update
Upload and replace files from folder (updates/update-from-v2.0-to-v2.2) with your existing files
fix bugs in the script
How to Update
Upload and replace files from folder (update-from-v1-to-v2) with your existing files
- Add ability to sell digital products : scripts, themes, plugins and ebooks …
- Add languages support to translate the script to your language with RTL languages support
- Add RTL theme support
- Add ability to edit email templates
- Add Google Fonts support to theme so you can choose what font(s) to use in your website
- Fix minor bugs and enhance stability
How to Update
- Upload and replace files from folder (update-from-v1-to-v2) with your existing files
- execute the file update_db.php
- don’t forget to delete the file update_db.php after update
Initial Release
After Purchase the script and download the zip package, unzip it. you will get three folders
- docs
- script
- sql
- updates
Upload script folder contents to your site (folders & files)
Sometimes, Operation systems hide .htaccess file.
Make sure this file is uploaded to your host.
or create a new file with the name .htaccess
and add the content below to it and upload it to your main folder.
RewriteEngine on RewriteRule ^change-password$ user-setting.php?case=change_password RewriteRule ^signup$ signup.php RewriteRule ^login$ login.php RewriteRule ^contact$ contact.php RewriteRule ^services$ services.php RewriteRule ^dashboard/messages$ messages.php RewriteRule ^dashboard/orders$ orders.php RewriteRule ^dashboard/account$ account.php RewriteRule ^service/(.*)$ service.php?slug=$1 RewriteRule ^pay/(.*)$ pay.php?slug=$1 RewriteRule ^free/(.*)$ free.php?slug=$1 RewriteRule ^page/(.*)$ page.php?slug=$1 RewriteRule ^dashboard/orders/order/(.*)$ order.php?id=$1 RewriteRule ^download-attachment/(.*)$ download.php?id=$1 RewriteRule ^download-file/(.*)$ download_file.php?id=$1 RewriteRule ^process-order$ process_order.php RewriteRule ^user-activation/(.*)/(.*)$ user-tools.php?case=confirm_user_email&email=$1&activation_code=$2 RewriteRule ^reset-password/(.*)/(.*)$ user-tools.php?case=reset_password&email=$1&activation_code=$2 RewriteRule ^forget-password$ user-tools.php?case=forget_password RewriteRule ^not-found$ 404.php RewriteRule ^category/(.*)$ category.php?id=$1