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
  1. login to your admin panel
  2. go to System Updates
  3. Select the zipped file : update_to_v4.zip which is located inside the folder update_from_v3_to_v4
  4. click upload and wait until the files are uploaded
  5. that’s it, have fun.
Tips

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
  1. login to your admin panel
  2. go to System Updates
  3. Select the zipped file : microncer-v3-update.zip which is located inside the folder update-from-v2.2-to-v3.0
  4. click upload and wait until the files are uploaded
  5. 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)

Info

Sometimes, Operation systems hide .htaccess file.
Make sure this file is uploaded to your host.

To Create Database login to your cpanel.
Search for Mysql Database.

By clicking on Mysql Database Link you will go to the Database Managment.

First : Create a New Database

Second : Add a New User

Third : Add a User to Database

Finally, assign privileges to a database user

Open the file config.php located at include folder and change values to yours.

$db_config = array(
   'host' => 'localhost',
   'user' => 'your_database_username',
   'pass' => 'your_database_password',
   'name' => 'your_database_name'
);