home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / gbook1_3.zip / readme.txt < prev   
Text File  |  1996-10-24  |  2KB  |  55 lines

  1. Installing the MJA Labs Guestbook. Version 1.3
  2.  
  3. Note:  This guestbook must be installed on an HPFS drive.
  4.  
  5. In this sample installation the IBM Internet Connection Server was installed to
  6.    e:\wwwserver
  7. using the standard directory structure.
  8.  
  9. Unzip all of the files into a temporary directory.
  10. Copy all of the html and gif files to your main web page directory.
  11.    COPY *.html e:\wwwserver\HTML
  12.    COPY *.gif e:\wwwserver\HTML
  13. Copy the exe and cfg files to your CGI-BIN directory.
  14.    COPY *.exe e:\wwwserver\CGI-BIN
  15.    COPY *.cfg e:\wwwserver\CGI-BIN
  16. Edit the configuration file to show the position of your web page directory.
  17.    e e:\wwwserver\CGI-BIN\guestbook.cfg
  18. For this example the file should be a single line containing
  19.    e:\wwwserver\HTML\
  20. Note the trailing backslash is important.
  21.  
  22. Edit the top of the guestbook.html file, the top of the guestentry.html file
  23. and the confirm.html file to present the look you want.
  24.  
  25. Use the guestbook to make your first entry, when you are sure it works add
  26. a link to it from your homepage.
  27.  
  28. If upgrading from version 1.x keep your guestbook file.  If the guestbook file grows
  29. too large you can rename it and provide a link to it in the top of the current page.
  30.  
  31. Note to Apache users: change the lines in the guestentry.html and the confirm.html
  32. that contain the FORM line
  33. from /cgi-bin/guestentry  to  /cgi-bin/guestentry.exe
  34. and
  35. from /cgi-bin/confirm  to  /cgi-bin/confirm.exe
  36.  
  37. Note:  DO NOT change the last three lines of the guestbook.html file.  The
  38. script relies on the length of these lines to update the page.
  39.  
  40. Version History
  41.  
  42. Version 1.0 - Initial Release.
  43. Version 1.1 - Added fix to add http:// to url entry if not supplied.
  44. Version 1.2 - Added time/date stamp to entries, allows easier tracking of web traffic.
  45.                 Based on a suggestion by Shawn Reed
  46. Version 1.3 - Fixed problem with guestbook running on Apache web server.
  47.  
  48. Further Help
  49.  
  50. If you need any further help, have questions or comments please e-mail me
  51. at mendolf@wpi.edu.
  52.  
  53. Thanks,
  54. Michael Ayers
  55.