#################################################################### # Script: | SiteSearch # # Version: | 1.0 # # By: | I2 Services, Inc. / CGI World # # Contact: | Contact@cgi-world.com # # WWWeb: | http://www.cgi-world.com # # Copyright: | I2 Services, Inc. / CGI World # # Released | Sept 20th, 1998 # #################################################################### # By using this software, you have agreed to the license # # agreement packaged with this program. # #################################################################### # SiteSearch ( http://www.CGI-World.Com/site_search.html ) : # # Files Included: # #################################### # Notes: All Files starting with an underscore are avaiable for customization to match your sites look. Be sure before editing templates to make a backup copy of all files. Backing up the entire .zip you received would be ideal. Remember when uploading data files & .cgi files, upload in ASCII mode. Uploading a .cgi or .pl file in BINARY will cause it not to execute correctly. Make sure all .cgi or .pl files have the correct path to Perl 5 on your server. Check the FAQ below to find out where Perl 5 is on your server. Do not rename any files except for the two main program files. SiteSearch.cgi & SiteSearch_Admin.cgi All other files need to keep the names they were packaged as. # Misc. ################### * INSTALL_SiteSearch_v1.0 (No Uploading Needed) - Documentation and installation information for the SiteSearch Program. * LICENSE_SiteSearch (No Uploading Needed) - SiteSearch Program User License Agreement. * edis-lib.pl (Permission: 755) - EDIS CGI Development Library Version 1.2 (This file is to go in the same directory as all other .cgi files in this package) # SiteSearch Main CGI Files: ################################################### * SiteSearch_vx.x.cgi - Main CGI Which displays the main search interface which comes from the HTML Search template (below). (below) * SiteSearch_Admin_vx.x.cgi - Admin CGI Which displays the admin configuration settings for this program. Uses the admin HTML template (below) # SiteSearch HTML Template Files: ################################################### * _search.html - Main Search HTML file. Customize this to your websites look. * _search_admin_config.html - HTML Template for your Admin Configuration. No need to customize. * _search_admin_login.html _ HTML Template for logging into the admin configuration area. # SiteSearch Data Files (Created/Updated by the CGI): ################################################### * search_config.dat.cgi (Permission 666) - SiteSearch Config, stores admin configuration # # # # Installation Procedures: # ####################### Unzip the archive file you received from CGI World and copy the files into the directory on your web site where you want the SiteSearch Program to run. Make sure the program files (SiteSearch_v*.cgi & SiteSearch_Admin_v*.cgi) have execute permissions (755). Run the SiteSearch_Admin_v*.cgi from your browser, set an admin password and configure your search directories, URL's and files to search & not to search. Visit: SiteSearch_v1.0.cgi to start the search of your website. Note: ##### Feel free to rename the SiteSearch CGI files to names of your choice. # # # # Frequently Asked Questions: # ########################## Q) The script is producing a Internal Server Error when I view the .cgi script w/ my browser: * A) This could be because of several reasons. First, did you upload the .cgi script in ASCII Mode? Set the CGI Script to mode 755 (chmod 755 filename.cgi) or not have the correct path to Perl5 as the top line? If the above checks out, at telnet type: perl -c filename.cgi - This will tell you what errors perl has found with the script. If you happen to get a syntax error, it may be because you're not using a recent version of perl 5. If you get a syntax OK message back, check again the first set of possible problems. To find where perl5 is on your server type: whereis perl5 To find which version of perl is at /usr/bin/perl type: perl -v /usr/local/bin/perl - is normally the location of Perl5 on webservers. # # # # SiteSearch Support: # ################## If you need support for this product please visit: * http://www.cgi-world.com/support.html or e-Mail Us @: * support_request@cgi-world.com or Visit Our Contact Us Page @: * http://www.cgi-world.com/contact_us.html # # # # Copyright & Author Notes: # ######################## SiteSearch - All Rights Reserved. Copyright CGI World of I2 Services, Inc. CGI World (http://www.CGI-World.Com) CGI World is a Prouct of i2 Services, Inc. (http://www.i2-Services.Com)