home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 35 / hot35.iso / ficheros / 9INET / WHOIS171.ZIP / README.TXT < prev    next >
Text File  |  1998-05-17  |  7KB  |  194 lines

  1. --------------------------------------------------------------------
  2.               WhoIs ActiveX DLL README
  3.                      Feb. 1998
  4. --------------------------------------------------------------------
  5.  
  6.     Copyright (c) Able Consulting, Inc., 1998
  7.  
  8.  
  9. This document provides information for the WhoIs ActiveX DLL. 
  10.  
  11.  
  12. ------------------------
  13. How to Use This Document
  14. ------------------------
  15.  
  16. To view Readme.txt on screen in Notepad, maximize the Notepad window.
  17.  
  18. To print Readme.txt, open it in Notepad or another word processor, 
  19. and then use the Print command on the File menu.
  20.  
  21.  
  22. --------
  23. CONTENTS
  24. --------
  25.  
  26. 1. Supported Configurations/Platforms
  27. 2. Installing
  28. 3. Connecting to a WhoIs server
  29. 4. Buying the Released Version
  30. 5. Product Support 
  31.  
  32.  
  33. -------------------------------------
  34. 1. Supported Configurations/Platforms
  35. -------------------------------------
  36.  
  37. The WhoIs DLL currently runs under Windows 95 and Windows 
  38. NT 4.0. The WhoIs DLL requires the following minimum 
  39. configuration:
  40.  
  41. - A 486 processor
  42. - 8 MB of RAM
  43. - A 9600-baud modem 
  44. - TCP/IP Protocol Installed
  45. - Connection to the Internet
  46.  
  47.  
  48. -------------------------------------
  49. 2. Installing
  50. -------------------------------------
  51.  
  52. You will want to install the WhoIs DLL on a PC that has the ability 
  53. to connection to the Internet (in order for the DLL to
  54. communicate to a WhoIs server).
  55.  
  56. If you're going to use the WhoIs DLL with ASP, then you 
  57. must install the DLL on the PC where the web server is located.
  58.  
  59. To install the ACI WhoIs ActiveX DLL, double-click the setup.exe 
  60. and follow the instructions in the setup program.
  61.  
  62. In most cases, you will need to reboot your PC after the install
  63. has completed.
  64.  
  65. If you install the VB 5.0 sample program, then you will
  66. need to have VB 5.0 installed on your PC in order to run it.
  67.  
  68. If you install the ASP 3.0 sample page, then you need to copy
  69. it to a virtual directory with executes permission.  Otherwise,
  70. the web server will show the text of the ASP page, rather than 
  71. running the ASP page and returning the results.
  72.  
  73.  
  74. -------------------------------------
  75. 3. Connecting to a WhoIs Server
  76. -------------------------------------
  77.  
  78. To connect to a WhoIs server, you pass to the WhoIs DLL the following 
  79. three parameters:
  80.  - Host Name (or IP address)    e.g.  whois.internic.net
  81.  - Query String            e.g.  microsoft.com
  82.  - Timeout in seconds        e.g.  30
  83.  
  84. The WhoIs DLL will attempt to setup a connection with the Host Name.
  85. It will then ask the WhoIs Server who the entity is in the Query String.
  86. If the inquiry takes longer that the Timeout parameter, then the WhoIs
  87. DLL will return a "Connection Timed Out...".  Otherwise the results from
  88. the WhoIs server will be returned.
  89.  
  90. For code examples, please see the VB or ASP example code.
  91.  
  92.  
  93. -------------------------------------
  94. 3. Buying the Released Version
  95. -------------------------------------
  96.  
  97. If this is a shareware version, you can buy the released version by 
  98. contacting Able Consulting, Inc. at:
  99.  
  100.      http://www.able-consulting.com
  101. or
  102.      sales@able-consulting.com
  103.  
  104. Once the released version is installed, the shareware notice in the
  105. results string will not show up anymore.
  106.  
  107.  
  108. -------------------------------------
  109. 4. Product Support
  110. -------------------------------------
  111.  
  112. If you need help with installing and/or running the WhoIs DLL, 
  113. please send email to:
  114.      support@able-consulting.com
  115.  
  116. We will try to respond within a 24-hour period.
  117.  
  118.  
  119. -------------------------------------
  120. 5. Frequently Asked Questions
  121. -------------------------------------
  122.  
  123. Q) I get the following an error message "Unable to create ACIWhoIs object". What shall I do?
  124. A) Make sure to download and install the latest version of the ACI WhoIs DLL. Versions prior to 1.0.0.57 had a setup problem.  
  125. A) Remember to reboot the computer after you've run setup.
  126.  
  127.  
  128.  
  129. Q) I keep on getting the following an error message "Connection Timed Out..." What shall I do?
  130.  
  131. A) Make sure to download and install the latest version of the ACI WhoIs DLL. Versions prior to 1.0.0.70 had a timing problem.  
  132.  
  133. A) Make sure you have a connection to the internet.  Try pinging the WHOIS server via a DOS command window  (e.g.   ping  whois.internic.net). 
  134.   
  135. A) If you're running the DLL from an ASP web page, then try stopping and restarting the IIS web server.   This will clear any old versions of the DLL from the IIS's cached memory.
  136.  
  137.  
  138.  
  139. Q) How do I tell which version of the ACI WhoIs DLL that I have installed on my computer?
  140. A) Locate the ACIWhoIs.DLL in your window's system directory (e.g.  on NT:   c:\winnt\system32).  Next, right-click on the DLL and select Properties menu. Then click on the Version Tab.  The file version will be shown at the top.
  141.  
  142.  
  143.  
  144. Q) When running the ACI WhoIs DLL setup, I get the following error message "OLE files are in use".  What shall I do?
  145.  
  146. A) If you should get this error message, you will need to reboot your PC, then run the setup again.  The setup is unable to update the OLE files since they are in use by another program and/or system.  Note, after running setup, you will need to reboot the computer before the ACI WhoIs DLL can be used.  
  147.  
  148.  
  149.  
  150. Q) When the ACI WhoIs DLL returns the results of a query, which text is from the DLL and which is from the WHOIS server?
  151.  
  152. A) Only the shareware notice (at the being of the results) are from from the ACI WhoIs DLL.  Note, if you have a licensed version, there will be no shareware notice.
  153.  
  154.  
  155.  
  156. Q) How do I get rid of the shareware notice?
  157.  
  158. A) You need to purchase a license (see above purchase link).  We will then email you a license file.  You will need to save this license file into the window's system directory.
  159.  
  160.  
  161.  
  162. Q) The WHOIS result contains the following phase: "look up on a single record with !xxx format".  What does that mean?
  163.  
  164. A) When ever you perform a query that returns more than one result, each item return will have a (xxx) after it's name. You can then see the individual record by sending the WHOIS server the "xxx" with a "!" in front of it  (e.g.   !xxx  )
  165.  
  166.  
  167.  
  168. Q) How do I know which WHOIS server that I am getting the result from?
  169.  
  170. A) When calling the ACI WhoIs DLL, you pass in the name of the WHOIS server (e.g.  whois.internic.net). Note: the InterNIC registration services host contains ONLY non-military Domains and POC's.
  171.  
  172.  
  173.  
  174. Q) What other WHOIS servers are on the Internet?
  175.  
  176. A) InterNIC Registry:  whois.internic.net
  177.     American Registry:   whois.arin.net 
  178.     European IP Address Allocations:   whois.ripe.net 
  179.     Asia Pacific IP Address Allocation:   whois.apnic.net 
  180.     US Military:   whois.nic.mil
  181.  
  182.  
  183.  
  184. Q) Which command(s) can I send to the WHOIS server?
  185.  
  186. A) Send the WHOIS server the command "HELP".  It will reply back with the WHOIS's help guide.
  187.  
  188.  
  189. Have a question which isn't answered here?
  190. Please email support@able-consulting.com 
  191.  
  192.  
  193.  
  194.