home *** CD-ROM | disk | FTP | other *** search
/ The Elite Hackers Toolkit / TheEliteHackersToolkitVolume1_1998.rar / HACKERS.BIN / appcraks / DSI_CM11.ZIP / ERR.HTT < prev    next >
Text File  |  1998-03-23  |  6KB  |  231 lines

  1. <html>
  2. <head>
  3. <title>Error</title>
  4. </head>
  5. <body text=#000000 bgcolor=#ffffff>
  6. Error<br>
  7. <br>
  8. <pre>
  9. <%SYS.error0%>
  10. 0    - Reserved
  11.  
  12. <%SYS.ERROR1%>
  13. 1    - CONTENT_LENGTH variable is not passed.
  14.     When HTTP server executes an CGI program it is supposed to
  15.     pass CONTENT_LENGTH environment variable to program.
  16.     This error may occur due to server error.
  17.     On this error CGIMailer always responses with internal error
  18.     message.
  19.  
  20. <%SYS.error2%>
  21. 2    - Error reading STDIN.
  22.     This error is generated if CGIMailer can't read number of
  23.     bytes specified in CONTENT_LENGTH variable.
  24.     On this error CGIMailer always responses with internal error
  25.     message.
  26.  
  27. <%sys.error3%>
  28. 3    - Not enough memory.
  29.     This error occurs if CGIMailer fails to allocate memory
  30.     required to operate properly.
  31.  
  32. <%sys.error4%>
  33. 4    - Name of configuration file is not passed.
  34.     CGIMailer expects name of configuration file to be passed as
  35.     command line parameter or in SYS.CONFIGFILE variable.
  36.     If this is not case it generates error with this code.
  37.     If this error occurs check calling HTML code to see if the
  38.     name of configuration file is correctly passed, also be sure
  39.     to use POST method for calling CGIMailer.
  40.     On this error CGIMailer always responses with internal error
  41.     message.
  42.  
  43. <%sys.error5%>
  44. 5    - Syntax error in configuration file.
  45.     This error is generated when CGIMailer finds unexpected line
  46.     in configuration file.
  47.     Also check if all variable names in configuration file are
  48.     written correctly.
  49.  
  50.  
  51. <%sys.error6%>
  52. 6    - Reserved
  53.  
  54. <%sys.error7%>
  55. 7    - Error reading configuration file.
  56.  
  57. <%sys.error8%>
  58. 8    - Error reading response template.
  59.     This error is generated when response template is successfully
  60.     opened but CGIMailer can't read complete file.
  61.  
  62. <%sys.error9%>
  63. 9    - Error reading error template.
  64.     This error is generated when error template is successfully
  65.     opened but CGIMailer can't read complete file.
  66.     On this error CGIMailer always responses with internal error
  67.     message.
  68.  
  69. <%sys.error10%>
  70. 10    - Error reading message template.
  71.     This error is generated when message template is successfully
  72.     opened but CGIMailer can't read complete file.
  73.  
  74. <%sys.error11%>
  75. 11    - Internal error
  76.  
  77. <%sys.error12%>
  78. 12    - Error opening response template.
  79.     This error is generated when CGIMailer fails to open response
  80.     template.
  81.     If this error occurs check if TEMPLATE variable points to an
  82.     existing file, also check access permissions for that file.
  83.     All variables pointing to files are expected to contain path
  84.     relative to cgimail.exe or an absolute path.
  85.  
  86. <%sys.error13%>
  87. 13    - Error opening message template.
  88.     This error is generated when CGIMailer fails to open input
  89.     template.
  90.     If this error occurs check if MSGTEMPLATE variable points
  91.     to an existing file, also check access permissions for
  92.     that file.
  93.     All variables pointing to files are expected to contain path
  94.     relative to cgimail.exe or an absolute path.
  95.  
  96. <%sys.error14%>
  97. 14    - Error opening error template.
  98.     This error is generated when CGIMailer fails to open error
  99.     template.
  100.     If this error occurs check if ERRTEMPLATE variable points to
  101.     an existing file, also check access permissions for that file.
  102.     All variables pointing to files are expected to contain path
  103.     relative to cgimail.exe or an absolute path.
  104.  
  105. <%sys.error15%>
  106. 15    - Error opening configuration file.
  107.     This error is generated when CGIMailer fails to open
  108.     configuration file.
  109.     If this error occurs check if name of configuration file passed to
  110.     CGIMaier points to an existing file.
  111.     All variables pointing to files are expected to contain path
  112.     relative to cgimail.exe or an absolute path.
  113.     On this error CGIMailer always responses with internal error
  114.     message.
  115.  
  116. <%sys.error16%>
  117. 16    - Reserved
  118.  
  119. <%sys.error17%>
  120. 17    - Reserved
  121.  
  122. <%sys.error18%>
  123. 18    - Reserved
  124.  
  125. <%sys.error19%>
  126. 19    - Failed to sent mail.
  127.     This error is generated when CGIMailer can't send mail for an
  128.     unknown reason.
  129.  
  130. <%sys.error20%>
  131. 20    - Reserved
  132.  
  133. <%sys.error21%>
  134. 21    - Reserved
  135.  
  136. <%sys.error22%>
  137. 22    - Sender not acceptable.
  138.     SMTP does not accepts address stated in FROM variable as valid.
  139.  
  140. <%sys.error23%>
  141. 23    - Recipient not acceptable.
  142.     SMTP server refuses one(or more) address(es) listed in TO, CC or BCC.
  143.  
  144. <%sys.error24%>
  145. 24    - Required variable is not set.
  146.     This error will be generated if CGIMailer finds required
  147.     variable with value which is not set.
  148.  
  149. <%sys.error25%>
  150. 25    - Reserved
  151.  
  152. <%sys.error26%>
  153. 26    - Reserved
  154.  
  155. <%sys.error27%>
  156. 27    - Reserved
  157.  
  158. <%sys.error28%>
  159. 28    - Reserved
  160.  
  161. <%sys.error29%>
  162. 29    - TEMPLATE variable is not set.
  163.     CGIMailer generates this error when TEMPLATE variable in
  164.     configuration file can not be found.
  165.  
  166. <%sys.error30%>
  167. 30    - Reserved
  168.  
  169. <%sys.error31%>
  170. 31    - TO variable is not set.
  171.     CGIMailer generates tihs error when TO variable in
  172.     configuration file can not be found.
  173.  
  174. <%sys.error32%>
  175. 32    - Reserved
  176.  
  177. <%sys.error33%>
  178. 33    - Reserved
  179.  
  180. <%sys.error34%>
  181. 34    - Reserved
  182.  
  183. <%sys.error35%>
  184. 35    - Reserved
  185.  
  186. <%sys.error36%>
  187. 36    - Connection timed out.
  188.     There was no response from server whithin TIMEOUT seconds.
  189.     See TIMEOUT variable in configuration file.
  190.  
  191. <%sys.error37%>
  192. 37    - Connection reset by SMTP server.
  193.  
  194. <%sys.error38%>
  195. 38    - Invalid TIMEOUT value.
  196.  
  197. <%sys.error39%>
  198. 39    - Failed to initialise Windows socket subsystem.
  199.  
  200. <%sys.error40%>
  201. 40    - Network is down.
  202.  
  203. <%sys.error41%>
  204. 41    - Host is unreachable.
  205.     This means that CGIMailer cant't reach SMTP server specified
  206.     in GATEWAY variable in configuration file.
  207.  
  208. <%sys.error42%>
  209. 42    - Connection is refused.
  210.     SMTP server specified in GATEWAY variable in configuration
  211.     file refuses conections on specified port (PORT variable).
  212.  
  213. <%sys.error43%>
  214. 43    - Network is unreachable.
  215.  
  216. <%sys.error44%>
  217. 44    - SMTP server can not be found.
  218.     CGIMailer can not find SMTP server's IP address.
  219.  
  220. <%sys.error45%>
  221. 45    - SMTP connection failed.
  222.     CGIMailer generates this error when is connected to
  223.     server but SMTP conversation failes.
  224.  
  225. <%sys.error46%>
  226. 46    - Unknown network error.
  227.     An network error occured while sending mail.
  228.  
  229. </pre>
  230. </body>
  231. </html>