home *** CD-ROM | disk | FTP | other *** search
/ Hacks & Cracks / Hacks_and_Cracks.iso / vol1 / hslink.zip / HSREADME.1ST < prev   
Text File  |  1993-12-05  |  6KB  |  113 lines

  1.  
  2. Date: 12-04-93 (10:08)              Number: 153 of 214 (Refer# NONE)
  3.   To: Slicer
  4. From: Viceroy
  5. Subj: Hslink v 1.21B7R or any other version.
  6. Read: 12-04-93 (00:14)              Status: PUBLIC MESSAGE
  7. Conf: IBM WAREZ (1)              Read Type: TEXT SCAN (-)
  8.  
  9. There are a LOT of improperly registered HSLink versions floating around. Even
  10. if your version says it is registered, it may pay to issue the below command
  11. and reregister it PROPERLY to the AUTHENTICATED BETA CYCLE CODE (ABCC) for
  12. HSlink.
  13.  
  14. To register HSlink (any version) PROPERLY, type
  15.  
  16.                 HSLINK [or FHSLINK] REGISTER 00317 1QQ3DBC
  17.                   |         |          |       |      |
  18.                   |         |          |       |      |
  19.                   |         |          |       |      +--------- Reg Key
  20.                   |         |          |       +---------------- Serial Number
  21.                   |         |          +------------------------ Command to Reg
  22.                   |         +----------------------------------- Fossil  Ver
  23.                   +--------------------------------------------- Regular Ver
  24.  
  25. NOT EVERY SERIAL NUMBER will work. Some reg patches for HSlink ignore
  26. HSlink's internal serial number checking and register it with
  27. 01234 or 12345. Those will *NOT* work, and transfers will just abort.
  28. 33839 or any other serial number starting with 33 will also abort with
  29. an errorlevel of 4 or 7.
  30.  
  31. 00317 is a valid BETA TESTER's serial number and it will work in all
  32. Present/Future releases of HSlink. It's a *special* serial number which
  33. turns off certain parts of the serial authentication code inside of HSlink,
  34. thereby letting your copy work with even improperly registered HSlinks.
  35. It also turns OFF a lot of debugging code inside the program if you are using
  36. an HSlink beta (as in v 1.21B6). By turning off the debugging code, it speeds
  37. up the handshaking (not considerably, however.)
  38.  
  39. If you spread this message, please give me my due credit.
  40.  
  41.  
  42.                                            Viceroy
  43.  
  44. P.s. Look for a file I wrote on this subject back in 1991 called HSREGNFO.TXT
  45.      which gives more specific details as to why certain serial numbers
  46.      do not function, and how to know if you have a bad serial number.
  47.  
  48.                Here is a sample Configuration File that I have
  49.               found to work optimally for all HSlink transfers!
  50. ──────────────────────────────────────────────────────────────────────────────
  51.  
  52. -!                      - Force remote to use local settings.
  53. -A                      - Disable transmission of ACKs after each block.
  54. -I2                     - Give up time slices to Desqview - Remove if no Dv
  55. -FT10                   - Set a 16550 FIFO treshold of 10 bytes.
  56. -K                      - Keep partial files from aborted xfers
  57.                           (required for resuming dls, turn off for a bbs)
  58. -NE50                   - Set a maximum of 50 repeated errors before aborting
  59. -NG                     - Do not allow CTRL-G paging (good for a bbs)
  60. -NM                     - Enable 'Minimum Block' logic (requires MNP or V42b)
  61. -NOC:\PCB\DUPE.LST      - Set up a DUPELICATION list for received files
  62.                           (Great for a BBS)
  63. -NT                     - Stamp current file time on all received files.
  64. -NV                     - Disable Direct Video (good for Desqview, REMOVE
  65.                           this if you are not using Desqview
  66. -O                      - Allow received files to overwrite existing ones
  67.                           (required for resuming downloads) (turn off for bbs)
  68. -P2                     - Default to COM2:, change to -P1 for COM1:
  69. -R                      - Resume aborted transfers
  70.                           (This alone, without -K and -O will work good
  71.                            for a board, since it will allow the user to
  72.                            resume downloads, but not to overwrite bbs files)
  73. -S2048                  - Set block size to 2048 bytes. 1024 or 4096 good also
  74. -UC:\QMPRO\FILES        - Receive all files to this directory.
  75.  
  76. ─────────────────────────────────────────────────────────────────────────────
  77.  
  78. ; This is a sample configuration file that I use. I have found that these                        rks best. Also, I turn off the ACKs after each
  79.   are the best options to use. Please remove -K and -O if you are using
  80.   this for a BBS setup, because you do not want users to be able to
  81.   overwrite existing files under any circumstances!
  82. ; To use this config file, remove all extra text, and just leave the
  83.   -x options, one per line. Remove the comments at the bottom as well.
  84.  
  85.  
  86. ───────────────────────────────────────────────────────────────────────────
  87.  
  88. Here is a sample PCBRH.BAT (Receive with HSlink) for PCboard 14.5 and 15.x
  89. (This file assumes that HSLINK.CFG resides in the \PCB directory and that
  90. HSlink.EXE is in the path. Remember, HSLINK will try to use the .CFG file
  91. that resides in the SAME directory as the executable. So place them both
  92. in the same directory.)
  93.  
  94. @echo off
  95. if exist pcberr.fil del pcberr.fil
  96. if exist %DSZLOG% del %DSZLOG%
  97. hslink -p%1 -e%5 -u%6
  98.  
  99.  
  100.  
  101. Here is a sample PCBSH.BAT (Send with HSlink) for PCboard 14.5 and 15.x
  102. (Same .CFG assumptions as above)
  103.  
  104. @echo off
  105. if exist pcberr.fil del pcberr.fil
  106. if exist %DSZLOG% del %DSZLOG%
  107. hslink -p%1 -e%5 -u%6 %3
  108.  
  109. Good luck! I can be contacted via PRiMALNET, FiNALNET, DRAGNET, SSN, HYPERNET,
  110. and other nets for questions or comments.
  111.  
  112.                             Viceroy
  113.