home *** CD-ROM | disk | FTP | other *** search
/ The Elite Hackers Toolkit / TheEliteHackersToolkitVolume1_1998.rar / HACKERS.BIN / appcraks / DSI_CGIE.ZIP / README.TXT < prev    next >
Text File  |  1990-01-01  |  5KB  |  150 lines

  1. CGIExecutor for Windows 95/NT
  2. February 1998 version 1.01
  3.  
  4. Author:
  5. Goran Boban
  6. gboban@cursor.net
  7.  
  8.  
  9.     1. Description
  10.     --------------
  11.  
  12. CGIExecutor is written to do all "dirty" CGI handling and execute your
  13. program, but it can be used for other CGI handling.
  14.  
  15. It can be also used alone to echo or check for required variables,
  16. or in combination with batch scripts.
  17.  
  18. For additional information se documentation in html directory.
  19. See history.txt for information about changes made in this version.
  20.  
  21.     2. Installation
  22.     ---------------
  23.  
  24. When You unpack CGIex101.zip archive You will find following directories:
  25.  
  26. - bin
  27.     This directory contains binaries (i.e. programs) distributed with
  28.     CGIexecutor package.
  29.  
  30. - html
  31.     Html directory contains documentation for CGIexecutor in HTML form.
  32.  
  33. - demo
  34.     This directory contains sample projects for CGIexecutor
  35.     to help You learn how to use CGIexecutor.
  36.  
  37.  
  38. You can install CGIexecutor in two ways:
  39.  
  40.  
  41. First (and simpler) way to install CGIexecutor is to add directories with CGIexecutor package
  42. to directories Your HTTP server will search. To do so see documentation for Your HTTP server.
  43. You have to provide following names and access rights for directories:
  44.  
  45.     - bin
  46.     Name: /cgiexec/bin
  47.     Access: Execute
  48.  
  49.     - html
  50.     Name: /cgiexec/html
  51.     Access: Read
  52.  
  53.     - demo
  54.     This directory does not have to be in directory tree of Your HTTP server.
  55.  
  56.     NOTE: Sample projects assume that CGIexecutor directories are stored in
  57.     /cgiexec directory in Your servers directory tree.
  58.     If You specify other name for this directory You have to edit
  59.     files in demo directory to point to correct location.
  60.     Also edit sample front ends in html directory.
  61.  
  62.  
  63. Second way to install CGIexecutor is to copy files as follows:
  64.  
  65.  
  66.     - bin
  67.     Copy files from this directory to directory which have permission for programs
  68.     to be executed from Your web server.
  69.  
  70.  
  71.     - html
  72.     Copy files from html directory to directory which is searched by Your HTTP server
  73.     and has read access.
  74.     This directory also contain front ends for sample projects which are stored in demo
  75.     directory. To make them work You have to edit them to point
  76.     to cgiexec.exe on Your system.
  77.  
  78.  
  79.     - demo
  80.     This files does not have to be in directory which is accessible by web server but
  81.     they must be available for reading for other programs.
  82.     To make these samples to work correctly You have to edit all variables which
  83.     contain names of files to point to corresponding files on Your system.
  84.     PATHS MUST BE RELATIVE TO CGIEXEC.EXE, OR ABSOLUTE PATHS.
  85.     Also You have to edit templates when they contain references
  86.     to cgiexec.exe to point to URL where CGIexecutor is placed.
  87.  
  88.  
  89.     3. Registration
  90.     ---------------
  91.  
  92. You have permission to use an unregistered copy of CGIexecutor for
  93. period of 30 days for evaluation purposes only.
  94. If You continue to use CGIexecutor after period of 30 days You have
  95. to register it.
  96. Also You have permission to distribute CGIexecutor package under
  97. following conditions:
  98.  
  99.     - You have to distribute CGIex101.exe package as it is without any changes. 
  100.     - You take no fee other than for distribution costs. 
  101.     - It must be clear that CGIexecutor is shareware. 
  102.  
  103. CURRENTLY AN UNREGISTERED COPY OF CGIEXECUTOR WILL ATTACH SHORT MESSAGE
  104. TO ALL CREATED PAGES.
  105.  
  106. To remove this messages You have to register. 
  107.  
  108. To register CGIexecutor just follow these steps:
  109.  
  110.     - Obtain an registration key
  111. IF YOU ARE REGISTERED USER OF VERSION 1.00 USE YOUR VERSION 1.00 REGISTRATION KEY.
  112.  
  113. If you are not an registered user of version 1.00 You have to send me 15$ or 25DM as
  114. a registration fee to following address:
  115.  
  116. Goran Boban
  117. Zeleni trg 3, 10000 Zagreb
  118. Hrvatska (Europe)
  119. Please send cache only since (unfortunately) I can't handle checks or credit cards for now.
  120.  
  121. Also be sure to send me following information
  122.  
  123. Your first and last name 
  124. E-mail address 
  125. Name of software you want to register (CGIExecutor version 1.01 in this case).
  126.  
  127. BE SURE TO SEND AN E-MAIL ADDRESS SO I CAN SEND YOU A REGISTRATION KEY
  128.  
  129.  
  130.     - Register Your software using register.exe
  131. Register.exe utility is distributed within this package.
  132. By using register.exe You will disable messages which unregistered version of
  133. CGIexecutor attaches to responses sent to user.
  134. Important: For information on running register.exe see documentation in html
  135. directory.
  136.  
  137.  
  138.  
  139.     4. Bugs
  140.     -------
  141.  
  142.     If You find any bugs PLEASE SEND REPORT to
  143.  
  144.         gboban@cursor.net
  145.  
  146.     with:
  147.         CGIexec - bugs
  148.     in subject.
  149.  
  150.