UPLOADING FILES AND SETTING FILE PERMISSIONS
UPLOAD: bizmail.cgi, smtp.cgi, sendmail.cgi, error.cgi, required.cgi, sql.cgi, sql_settings.cgi, datafile.cgi
custom_email.cgi, success.cgi, bizmail.dat, flood.dat, error.html, formerror.html, banned.html, flood.html, success.html,
custom.mes, cell.mes, plain.mes, and html.mes
**TO YOUR cgi-bin DIRECTORY**
CHMOD bizmail.dat & flood.dat to 777.
CHMOD bizmail.cgi, smtp.cgi, sendmail.cgi, error.cgi, required.cgi, sql.cgi, sql_settings.cgi, datafile.cgi &
custom_email.cgi & success.cgi to 755.
CHMOD flood.dat, error.html, formerror.html, banned.html, flood.html, success.html, custom.mes, cell.mes &
plain.mes, and html.mes to 644
Also upload the MIME folder (which includes the "Lite.pm" file) to your cgi-bin directory.
Make sure the MIME directory is worded with all upper case letters.
CHMOD the MIME directory to 777.
CHMOD Lite.pm to 777
Lite.pm should be located at path: /cgi-bin/MIME/Lite.pm
UPLOADING AND CONFIGURING HTML PAGES
(THE HTML FORM page does NOT go in your CGI directory)
After configuring your selected form page as directed above,
upload to any HTML directory and CHMOD to 644.
example: form_example.html
DO NOT UPLOAD YOUR HTML FORM PAGE TO YOUR CGI-BIN.
THE ONLY HTML PAGES THAT SHOULD BE UPLOADED TO YOUR CGI-BIN
ARE error.html, formerror.html, banned.html, flood.html & (success.html if using the personalized module)
..............................................
FOR YOUR REFERENCE:
CHMOD 777=
Owner: read, write, execute.
Group: read write, execute.
World: read, write, execute
CHMOD 755=
Owner: read, write, execute
Group: read, --- , execute
World: read, --- , execute
CHMOD 644=
Owner: read, write , ---
Group: read, --- , ---
World: read, --- , ---
..............................................
FINAL NOTE: IF SETTING THE PERMISSION ABOVE DOES NOT WORK YOU CAN ALWAYS
CHMOD (SET PERMISIONS) OF ALL FILES TO 777. (HOWEVER EVEN THIS MAY NOT WORK ON SOME SERVERS.)
IF YOU STILL HAVE PROBLEMS AFTER TRYING THIS CONSULT YOUR SYSTEM'S ADMINISTRATOR OR HOST FOR HELP.
ALSO - FOR WINDOWS USERS; YOU WILL NOT BE ABLE TO SET PERMISIONS IN YOUR FTP
PROGRAM. BY DEAFAULT SOME WINDOWS SERVERS ARE SET TO CHMOD ALL FILES TO 777
UPON UPLOAD. IF THIS IS NOT THE CASE YOU WILL HAVE TO CHECK WITH YOUR SERVER
ADMINISTRATOR OR WEB HOST TO MAKE SURE THAT THIS IS THE CASE. IF ALL FILES ARE CHMODED
TO 666 or 755 THIS SCRIPT WILL NOT WRITE DATA TO THE DATA FILES. HOWEVER YOU WILL
BE ABLE TO USE ALL OTHER FEATURES.