###################################################################### # # Dream Catchers CGI Scripts Feel free to modify # Menu this script to your # Created by Seth Leonard needs, but please # for Dream Catchers Technologies, Inc. keep this portion so # that I get credit. # http://dreamcatchersweb.com/scripts The same goes for # distribution. # # (c)1996/1997 Dream Catchers Technologies, Inc., # All Rights Reserved # ###################################################################### Dream Catchers Technologies, Inc. provides this script free of charge. However, if you do use this script, a $1.00 donation is appreciated to help support this free resource. Please send $1.00 to: Dream Catchers Technologies, Inc. P.O. Box 8600 Kirkland, WA 90834 (make payments payable to Dream Catchers Technologies, Inc.) Step by step instructions for Menu CONTENTS: menu.cgi - the cgi script which operates your menu link program whatisit.txt - a text file outlining what the script does readme - this file menu.html - a sample html file showing how your menu should look Follow these easy steps: 1. Please read the whatisit.txt file included to understand how this script works and for instructions on how to use it once it is installed. 2. Contact your server. Ask them to create a cgi-bin directory for you. Also ask them how one can access a file in that directory from WWW. Usually this is "http://www.server.com/cgi-bin/you/". 3. If you have telnet access to your server, log onto your server. At the command prompt, type "which perl". Write down the line given to you. Usually this is /usr/local/bin/perl. If you do not have telnet access, ask your server where the perl program resides. 4. Using your favorite text editor, open the menu.cgi file included in the files you downloaded from the Dream Catchers CGI Scripts page. 5. The first line of menu.cgi has the line: #!/usr/local/bin/perl If the line you recieved from your server when you typed "which perl" is different, replace the one there. Keep the #! and don't change anything if it is the same one you were given. 6. You are done changing this file. Save the file as menu.cgi. 7. Open the menu.html file that came with the menu.zip files you downloaded off of Dream Catchers CGI Scripts Page. This is an example of the html that you will need. Change the line:
by replacing "server.com/cgi-bin" with the address that your server gave you to access your cgi-bin from the WWW. Usually this is "www.server.com/cgi-bin/you". The only things you need to change are the lines. So let's take the example: What will appear in the select box is "Dream Catchers CGI Scripts". If this is the value of the box when the "GO" button is hit, then the visitor will go to http://dreamcatchersweb.com/scripts/. So follow this pattern: