

|
Getting Connected |
FTP | Virtuals Only |
Additional Resources |
| Your Directory | Web FAQ | Stats Interp | Virtual Control Panel | Web E-mail | Page Counters | Pine |
| Change Password | Command Line FTP | UNIX Commands |
Password Protected Directory |
CGI | Cgiemail | MySQL |
Running Scripts on Your SiteTo add interactivity to your site, you might want to implement scripts (shell, C, or Perl) on your site. Many scripts are freely available throughout the Web and through other resources. However, there are several parameters which need to be set to enable the scripts to run. Most of these scripts come with extensive documentation. The documentation describes the configuration certain lines in the script itself to enable it to work on your particular host machine, and often needs to know the location of certain programs on the server. The following information will be required:
Setting Permissions From The Command LineThe other way to set permissions (chmod) is to log into your shell account, go into the directory your Perl script is in (public_html/cgi-bin) and then type the following: chmod 755 scriptname.ext Other Files Associated With Your ScriptYour script might write to an actual page on your site. If that is the case, you will need to set permissions to that particular file so everyone can write to it, as well as read and execute it. Most well-documented scripts will tell you which files to chmod and the parameters. A word to the wise: Not all scripts are well-documented. If you are having trouble getting a script to run, check your permissions and determine if the script is writing to another file, and whether or not you have chmod'ed that file. Again, in WS_FTP, right click on the uploaded file, select CHMOD (UNIX) and click the appropriate checkboxes in the dialog box. |
| Your Directory | Web FAQ | Stats Interp | Virtual Control Panel | Web E-mail | Page Counters | Pine |
| Change Password | Command Line FTP | UNIX Commands |
Password Protected Directory |
CGI | Cgiemail | MySQL |
|
Getting Connected |
FTP | Virtuals Only |
Additional Resources |