PreviousNextHome

5. Installation
  1. Use File Transfer Protocol (FTP) program to create the necessary directories, upload script files and set file permissions. If you cannot set file permissions using FTP program, you need to telnet to your server and change file permissions.
  2. Locate and change to your cgi directory (usually 'cgi-bin' which depends on your web host).
  3. Create a subdirectory called 'emml' under cgi directory to hold the neccessary files by entering the following command:
  4. Change the permission of the directory by entering the following command (Appendix A explains how to set file permissions):
  5. Upload the following files in ASCII mode to the directory created in step 3 above:
  6. Change the permission of the above files by entering the following commands:
  7. Create subdirectories admin and template under the directory created in step 2 by entering the following commands:
  8. Change the permission of the above subdirectories by entering the following commands:
  9. Upload the following files in ASCII mode to the subdirectory 'admin' :
  10. Change the permission of the above files by entering the following command:
  11. Upload the following files in ASCII mode to the subdirectory 'template'.
  12. Change the permission of the above files by entering the following commands:
  13. Create subdirectory admin under the directory 'template' by entering the following commands:
  14. Upload the following files in ASCII mode to the subdirectory 'admin' of 'template'.
  15. Change the permission of the above files to be 644:
  16. Upload the following files in Binary mode to the your image directory.

The directory structure of 'emml' looks like :

emml (drwxr-xr-x)
   |____admin (drwxr-xr-x)

   |       |___admin.php (-rwx-r-xr-x)

   |       |___admin_func.php (-rw-r--r--)

   |       |___auth.php (-rw-r--r--)

   |       |___auth_func.php (-rw-r--r--)

   |       |___emml_mail.php (-rwxr-xr-x)

   |       |___emml.temp (-rw-rw-rw-)
   |____template(drwxr-xr-x)
   |       |___admin (-rwxr-xr-x)

   |          |___template_emml_admin.html (-rw-r--r--)
   |      
   |___
template_emml_email_template_add.html (-rw-r--r--)
   |          |___
template_emml_email_template_delete.html (-rw-r--r--)
   |          |___
template_emml_email_template_row.html (-rw-r--r--)
   |          |___
template_emml_email_template_table.html (-rw-r--r--)
   |          |___
template_emml_email_template_update.html (-rw-r--r--)
   |          |___
template_emml_htmlcode_add.html (-rw-r--r--)
   |          |___
template_emml_htmlcode_delete.html (-rw-r--r--)
   |          |___
template_emml_htmlcode_html.html (-rw-r--r--)
   |          |___
template_emml_htmlcode_row.html (-rw-r--r--)
   |          |___
template_emml_htmlcode_table.html (-rw-r--r--)
   |          |___
template_emml_htmlcode_update.html (-rw-r--r--)
   |          |___template_emml_login_form.html (-rw-r--r--)
   |          |___
template_emml_maillist_add.html (-rw-r--r--)
   |          |___
template_emml_maillist_delete.html (-rw-r--r--)
   |      
   |___
template_emml_maillist_export_email.html (-rw-r--r--)
   |      
   |___template_emml_maillist_import_email.html (-rw-r--r--)
   |          |___template_emml_maillist_row.html (-rw-r--r--)
   |          |___
template_emml_maillist_subscriber_table.html (-rw-r--r--)
   |          |___template_emml_maillist_table.html (-rw-r--r--)
   |          |___template_emml_maillist_update.html (-rw-r--r--)
   |      
   |___template_emml_maillist_view_subscriber_row.html (-rw-r--r--)
   |          |___template_emml_maillist_view_subscriber_table.html (-rw-r--r--)
   |          |___template_emml_sendmail.html (-rw-r--r--)
   |          |___template_emml_sendmail_build.html (-rw-r--r--)
   |      
   |___template_emml_sendmail_preview.html (-rw-r--r--)
   |      
   |___template_emml_sendmail_status.html (-rw-r--r--)
   |          |___template_emml_sendmail_status_row.html (-rw-r--r--)
   |          |___template_emml_sendmail_viewdetails.html (-rw-r--r--)
   |          |___template_emml_setting.html (-rw-r--r--)
   |      
   |___template_emml_subscriber_add.html (-rw-r--r--)
   |          |___template_emml_subscriber_delete.html (-rw-r--r--)
   |          |___template_emml_subscriber_maillist_row.html (-rw-r--r--)
   |          |___template_emml_subscriber_maillist_table.html (-rw-r--r--)
   |      
   |___template_emml_subscriber_row.html (-rw-r--r--)
   |          |___template_emml_subscriber_search.html (-rw-r--r--)
   |          |___template_emml_subscriber_table.html (-rw-r--r--)
   |      
   |___template_emml_subscriber_update.html (-rw-r--r--)
   |       |___template_emml.html (-rw-r--r--)

   |       |___template_emml_form.html (-rw-r--r--)

   |       |___template_emml_subscribe_form.html (-rw-r--r--)

   |       |___template_emml_subscribe_row.html (-rw-r--r--)

   |       |___template_emml_thankyou.html (-rw-r--r--)

   |       |___template_emml_unsubscribe.html (-rw-r--r--)

   |____class.fasttemplate.php (-rw-r--r--)

   |____class.html.mime.mail.php (-rw-r--r--)

   |____emml.php (-rwxr-xr-x)
   |____
emml_common_func.php (-rw-r--r--)
   |____emml_config.php (-rw-r--r--)
   |____
emml_default.php (-rw-r--r--)

   |____emml_email_func.php (-rw-r--r--)
   |____emml_html_func.php (-rw-r--r--)

   |____emml_msg.php (-rw-r--r--)

   |____sql_func.php (-rw-r--r--)



http://www.eternalmart.com PreviousNextHome
Copyright(C) 2001 EternalMart All rights reserved.