|
||||||
USTCP cgiSuite Documentation
Installing the Administrative Module
Installing the Feedback Form Add-on Module Files Installing to a UNIX Platform First, if you do not already know the proper path to the most current version of Perl 5.xxx now is the time to call or email your ISP and find out. Specifically, let them know that you need to know what the very first line of a Perl script should look like to execute properly on their server. The Line will look something like: #!/usr/bin/perl Note the "#!" preceding the full path to the perl executable. Now use your favorite text editor (e.g. Windows Notepad, WordPad, vi, etc.) to edit the first line in mailform.pl to reflect your ISPs perl configuration. This step is very important, if this line is incorrect, the script will not execute and you will get an often meaningless error reported to you by the web server! Note to Mac Users: Please try to use a Windows, DOS, or UNIX machine to edit the Perl script. The Macintosh platform has a tendency to alter the end of line character in the script to a format not recognized by either Windows or UNIX systems. If you must edit the script on a Macintosh, please take extra special care to make sure the edited file is exported as an MS DOS Text file! Next, the script files for this Add-on Module should be installed in the same CGI directory as you installed the Administrative Module. If you have not already installed the Administrative Module, please go back and do so at this time before proceeding. We recommended installing the Administrative Module in its own directory, specifically we recommended a directory structure similar to: /cgi-bin/cgisuite. All of our examples will be based upon this configuration. If you installed your Administrative Module to a different directory, please substitute that directory where applicable in these instructions. Now change to the /cgi-bin/cgisuite directory with the following command:
FTP the following files to your /cgi-bin/cgisuite directory as ASCII (Text) by typing "ascii" on the command line and then putting the following files:
Now chmod each file as follows:
Now it is time to install the supporting image file. Perform a change directory to the root directory of your website (usually the same directory where your entry homepage is located). When you performed your installation of the Administrative Module, we recommending installing the images in a directory named /cgisuite/images located under the root directory of your website. All of our examples are based upon this assumption. If you installed to a different directory, please make the appropriate substitutions in the instructions below. Create a subdirectory of /cgisuite/images/mailform with the following commands:
Now chmod the mailform images directory for read-only anonymous permissions with the following command:
You should now have a directory of /cgisuite/images/mailform that can be called via http://www.yoursite.com/cgisuite/images/mailform if everything has been configured properly. Now its time to upload the image files and set their permissions! FTP the following file to the /cgisuite/images/mailform directory as BINARY by typing "binary" on the command line and then putting the following file:
Now set read-only anonymous permissions on this file with chmod 644 (read permissions) using the following command:
You are now ready to proceed to the Configuration portion of the application. To configure this application, simply call the cgiadmin.pl script (e.g. http://www.yoursite.com/cgi-bin/cgiadmin.pl) and then click on the "Feedback Form" index option. The initial configuration screen will then be displayed the very first time this modules is run. For more information on configuring and using this application, please refer to the USTCP cgiSuite User's Manual (PDF).
Installing to a Windows NT Platform First, the script files for this Add-on Module should be installed in the same CGI directory as you installed the Administrative Module. If you have not already installed the Administrative Module, please go back and do so at this time before proceeding. We recommended installing the Administrative Module in its own directory, specifically we recommended a directory structure similar to: /cgi-bin/cgisuite. All of our examples will be based upon this configuration. If you installed your Administrative Module to a different directory, please substitute that directory where applicable in these instructions. Now change to the /cgi-bin/cgisuite directory with the following command:
FTP the following files to your /cgi-bin/cgisuite directory as ASCII (Text) by typing "ascii" on the command line and putting the following files:
Now it is time to install the supporting image files. Perform a change directory to the root directory of your website (usually the same directory where your entry homepage is located). When you performed your installation of the Administrative Module, we recommending installing the images in a directory named /cgisuite/images located under the root directory of your website. All of our examples are based upon this assumption. If you installed to a different directory, please make the appropriate substitutions in the instructions below. Create a subdirectory of /cgisuite/images/mailform with the following commands:
You should now have a directory of /cgisuite/images/mailform that can be called via http://www.yoursite.com/cgisuite/images/mailform if everything has been configured properly. Now its time to upload the image files and set their permissions! FTP the following file to the /cgisuite/images/mailform directory as a BINARY by typing "binary" on the command line and then putting the following file:
You are now ready to proceed to the Configuration portion of the application. To configure this application, simply call the cgiadmin.pl script (e.g. http://www.yoursite.com/cgi-bin/cgiadmin.pl) and then click on the "Feedback Form" index option. The initial configuration screen will then be displayed the very first time this modules is run. For more information on configuring and using this application, please refer to the USTCP cgiSuite User's Manual (PDF).
Using the Feedback Form Handler To use the Feedback Form Handler module within your HTML Web page:
or
For more information on configuring and using this application, please refer to the USTCP cgiSuite User's Manual (PDF).
Installing the Redirector Add-on Module Files
First, if you do not already know the proper path to the most current version of Perl 5.xxx now is the time to call or email your ISP and find out. Specifically, let them know that you need to know what the very first line of a Perl script should look like to execute properly on their server. The Line will look something like: #!/usr/bin/perl Note the "#!" preceding the full path to the perl executable. Now use your favorite text editor (e.g. Windows Notepad, WordPad, vi, etc.) to edit the first line in redirect.pl to reflect your ISPs perl configuration. This step is very important, if this line is incorrect, the script will not execute and you will get an often meaningless error reported to you by the web server! Note to Mac Users: Please try to use a Windows, DOS, or UNIX machine to edit the Perl script. The Macintosh platform has a tendency to alter the end of line character in the script to a format not recognized by either Windows or UNIX systems. If you must edit the script on a Macintosh, please take extra special care to make sure the edited file is exported as an MS DOS Text file! Next, the script files for this Add-on Module should be installed in the same CGI directory as you installed the Administrative Module. If you have not already installed the Administrative Module, please go back and do so at this time before proceeding. We recommended installing the Administrative Module in its own directory, specifically we recommended a directory structure similar to: /cgi-bin/cgisuite. All of our examples will be based upon this configuration. If you installed your Administrative Module to a different directory, please substitute that directory where applicable in these instructions. Now change to the /cgi-bin/cgisuite directory with the following command:
FTP the following files to your /cgi-bin/cgisuite directory as ASCII (Text) by typing "ascii" on the command line and then putting the following files:
Now chmod each file as follows:
Now it is time to install the supporting image file. Perform a change directory to the root directory of your website (usually the same directory where your entry homepage is located). When you performed your installation of the Administrative Module, we recommending installing the images in a directory named /cgisuite/images located under the root directory of your website. All of our examples are based upon this assumption. If you installed to a different directory, please make the appropriate substitutions in the instructions below. Create a subdirectory of /cgisuite/images/redirect with the following commands:
You should now have a directory of /cgisuite/images/redirect that can be called via http://www.yoursite.com/cgisuite/images/redirect if everything has been configured properly. Now its time to upload the image files and set their permissions! Now chmod the mailform images directory for read-only anonymous permissions with the following command:
FTP the following file to the /cgisuite/images/redirect directory as BINARY by typing "binary" on the command line and then putting the following file:
Now set read permissions on this file with chmod 644 (read permissions) using the following command:
You are now ready to proceed to the Configuration portion of the application. To configure this application, simply call the cgiadmin.pl script (e.g. http://www.yoursite.com/cgi-bin/cgiadmin.pl) and then click on the "Redirector" index option. The initial configuration screen will then be displayed the very first time this modules is run. For more information on configuring and using this application, please refer to the USTCP cgiSuite User's Manual (PDF).
Installing to a Windows NT Platform First, the script files for this Add-on Module should be installed in the same CGI directory as you installed the Administrative Module. If you have not already installed the Administrative Module, please go back and do so at this time before proceeding. We recommended installing the Administrative Module in its own directory, specifically we recommended a directory structure similar to: /cgi-bin/cgisuite. All of our examples will be based upon this configuration. If you installed your Administrative Module to a different directory, please substitute that directory where applicable in these instructions. Now change to the /cgi-bin/cgisuite directory with the following command:
FTP the following files to your /cgi-bin/cgisuite directory as ASCII (Text) by typing "ascii" on the command line and then putting the following files:
Now it is time to install the supporting image files. Perform a change directory to the root directory of your website (usually the same directory where your entry homepage is located). When you performed your installation of the Administrative Module, we recommending installing the images in a directory named /cgisuite/images located under the root directory of your website. All of our examples are based upon this assumption. If you installed to a different directory, please make the appropriate substitutions in the instructions below. Create a subdirectory of /cgisuite/images/redirect with the following commands:
You should now have a directory of /cgisuite/images/redirect that can be called via http://www.yoursite.com/cgisuite/images/redirect if everything has been configured properly. Now its time to upload the image files and set their permissions! FTP the following file to the /cgisuite/images/redirect directory as a BINARY by typing "binary" on the command line and then putting the following file:
You are now ready to proceed to the Configuration portion of the application. To configure this application, simply call the cgiadmin.pl script (e.g. http://www.yoursite.com/cgi-bin/cgiadmin.pl) and then click on the "Redirector" index option. The initial configuration screen will then be displayed the very first time this modules is run. For more information on configuring and using this application, please refer to the USTCP cgiSuite User's Manual (PDF).
Using the Redirector Handler To use the Redirector Handler module within your HTML Web page:
For more information on configuring and using this application, please refer to the USTCP cgiSuite User's Manual (PDF).
|
||||||
|