The next thing you need to do is upload all files to your web server. To do this, first connect to your web server
via FTP. Once logged in to your web server, please follow these steps.
2.2.1 Upload the /aefs_data/ directory
- Create a directory on your server called aefs_data. For security reasons, we recommend you put
this directory below your document root, which is where you should be right now.
- Upload the contents of the aefs_data directory, from the zip file, in to the aefs_data directory you just
created. Make sure you upload everything in ASCII mode!
- CHMOD the aefs_data directory as follows:
- aefs_data - 777
- aefs_data/dat - 777
- aefs_data/htmlt - 777
- aefs_data/aefs.conf - 777
- aefs_data/cron.aefs - 777
- aefs_data/dat/ (All .dat files inside directory) - 777
- aefs_data/htmlt/admin - 755
- aefs_data/htmlt/cpanel - 755
2.2.2 Upload the /cgi-bin/ directory
- Change directories on your web server to your cgi-bin directory, where all of your CGI
scripts are stored.
- Create a new directory inside your cgi-bin called aefs
- Upload the contents of the cgi-bin directory, from the zip file, in to the cgi-bin/aefs
directory you just created. Make sure you upload everything in ASCII format!
- CHMOD the cgi-bin directory as follows:
- cgi-bin/error.cgi - 777
- cgi-bin/followup.pl - 777
- cgi-bin/install.cgi - 755
- cgi-bin/newuser.cgi - 777
- cgi-bin/process.pl - 777
- cgi-bin/reminder.cgi - 777
- cgi-bin/subscribe.cgi - 777
- cgi-bin/update.pl - 777
- cgi-bin/admin - 755
- cgi-bin/admin/.htaccess - 777
- cgi-bin/admin/admin.cgi - 777
- cgi-bin/admin/ (All .pl files inside directory) - 755
- cgi-bin/mpanel - 755
- cgi-bin/mpanel/.htaccess - 777
- cgi-bin/mpanel/ (All .pl files inside directory) - 755
- cgi-bin/lib - 755
- cgi-bin/lib/ (All .pl files inside directory) - 755
- cgi-bin/modules - 755
- cgi-bin/modules/exec.pl - 777
NOTE:
If you are familiar with installing CGI scripts, you are probably thinking that
some of the permissions above are wrong. They are NOT! Please CHMOD all of the files to
the exact permissions as stated above, or the script will not install correctly.
2.2.3 Upload the /images/ directory
- Change directories on your server to your images directory, where all of your images
are stored. If you do not currently have one, create a directory called images inside your document root.
- Inside your images directory, create a new directory called aefs
- Upload the contents of the images direcrory, from the zip file, in to the new images/aefs directory you just
created. Make sure you upload everything in Binary format, NOT ASCII!
- You do NOT need to CHMOD any of the files in the images directory.