__SCRIPTS__

__SITE_NAME_MEM__ Installation Program- Step 1

>> Click Here For Installation Help

Note:
  • Before Starting Installation Process, give 777 Permission to the following files/directories + __BASE_PATH__/.htaccess
    + __BASE_PATH__/includes/global.php
    + __BASE_PATH__/dump
    + __BASE_PATH__/trans_log
    + __BASE_PATH__/resources/ (All files & Sub-Folders inside this folder)

  • After Successful Installation, set 755 Permission to the following files and folder + __BASE_PATH__/includes/global.php
    + __BASE_PATH__/.htaccess
    + __BASE_PATH__/resources

  • After Successful Installation, Delete the following directories. + __BASE_PATH__/install

  • Important: To send emails you need to do the following:
    + Set up these CRONS in the 'schedule' folder mentioned below:

    ++ __BASE_PATH__/schedule/create_mail.php
    This CRON will prepare and process all scheduled newsletter for past timings on every run for associated mailing list members.

    ++ __BASE_PATH__/schedule/send_mail.php
    This script will send newsletter emails to subscribers on every run, This cron send n mails on every run (where value of n is set on the 'VARMailBatch' identifier on DB_PREFIX_systemdata table, you may change it from control panel).

    ++ __BASE_PATH__/schedule/db_backup.php
    This script will backup of your database on the basis of settings in your CMS->configuration->Schedule Database Backup on every run, suggested set cron as hourly basis.