2.2 Upload the /cgi-bin/ Directory

Next, you need to upload the /cgi-bin/ directory. Change directories to the /cgi-bin/ directory on your server, and create a new directory called xflow inside. Upload the contents of the /cgi-bin/ directory from the zip file, to the xflow directory you just created.

Make sure you upload all files in ASCII mode. Once uploaded, CHMOD the /cgi-bin/ directory as follows:

dbinfo.cgi - 777
error_mail.cgi - 777
install.cgi - 755
newuser.cgi - 777
reminder.cgi - 777

admin/ - 755
admin/.htaccess - 777
admin/admin.cgi - 777
admin/*.pl (all .pl files) - 755

backup/ - 755

cron/ - 755
cron/*.pl (all .pl files) - 777

members_only/ - 755
members_only/*.pl (all .pl files) - 755

modules/ - 755

remote/ - 755
remote/*.cgi (all .cgi files) - 777

NOTE: If you are familiar with installing CGI scripts, you may notice the above permissions do not seem correct. Please make sure you CHMOD all files to the above permissions exactly. The installation script modifies several files, then CHMODs them itself to 755.