home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / RD0421.ZIP / RDOOR.DOC < prev    next >
Encoding:
Text File  |  1993-04-22  |  3.5 KB  |  90 lines

  1.  
  2.  
  3.  
  4.                         KludgeWare! rDoor V1.0
  5.                    Copyright 1992 By Patrick Spence
  6.                          All Rights Reserved
  7.  
  8.  
  9. History:
  10.  
  11.     1-31-93:    Originally released
  12.     
  13.     2-06-93:    Released version with file locking removed...Oops, 
  14.                 sorry guys, its hard to test that stuff on an 8086 :>
  15.     
  16.     3-31-93:    Released version compiled with 3-05 structures (as 
  17.                 someone asked for it :>) - Also included turbo pascal 
  18.                 source code with it to allow others to upgrade as 
  19.                 needed.
  20.     
  21.     4-05-93:    OOPS!, Nailed bug where it wouldn't always update the 
  22.                 user after use.  Well it did, just the WRONG user, I 
  23.                 was using a WORD sized data variable to hold the user 
  24.                 number and size of the record, and when I multiplied 
  25.                 them together to get the resulting file position, I 
  26.                 neglected to remember that even though I had a large 
  27.                 enough variable to store in, Pascal automatically uses 
  28.                 the size variable you START with...causing it to wrap 
  29.                 around at 65K bytes (instead of 4 million).  MUCH 
  30.                 thanks goes to Scott Mayall Sysop of The Pot Hole at 
  31.                 the End of the Universe in Cincinnati for helping me 
  32.                 bug stomp (at LD charges no less :>) and find what was 
  33.                 going on.
  34.  
  35. This program may be freely distributed and used as LONG as there are
  36. NO modifications to the executable or documentation files, and that
  37. there are NO files added to the distribution archive.
  38.  
  39. If you upgrade the source code in any way, I would appreciate a copy 
  40. of the new code, as I like to see where my work has gone :>
  41.     
  42. No registration fee for this program is required.  It was written 
  43. mostly to stop people from bitching about Renegade not reading a 
  44. door.sys back into the user record (which I agree it should), and if 
  45. you really feel the need to express your gratitude, send me a netmail 
  46. telling me thanks :>  and if you feel the need to divest yourself of 
  47. sums (large or small) of money, I suppose I can work something out <Grin>.
  48.  
  49.  
  50. ----
  51.  
  52.  
  53. rDoor takes a renegade DOOR.SYS and updates the following fields back 
  54. into the users record:
  55.  
  56.             Security Level
  57.             Total uploads
  58.             Total downloads
  59.             Daily download "K" total
  60.             Files downloaded today
  61.             Total K uploaded
  62.             Total K Downloaded
  63.  
  64. rDoor is run with two command line parameters (which will be told to 
  65. you if you run it with no parameters).  The two parameters are the 
  66. path to the door.sys and the path to the renegade data directory.  For 
  67. example:
  68.  
  69. rDoor c:\rg\doors\ c:\rg\data\
  70.  
  71. The trailing \ (backslash) is REQUIRED on each field.  If you run it 
  72. from the directory the DOOR.SYS is in, just specify .\ as the path.
  73.  
  74. rDoor was the work of an evening of fiddling and watching cheesy 
  75. movies, so its not really guaranteed to do anything other than just 
  76. sit there...But it works here :>  There are likewise no guarantees, use 
  77. at your own risk.
  78.  
  79. Support is given on the ITC Renegade echo, or in netmail to me.  I run 
  80. 24 hours a day, and have a 14.4 modem so that you can get around TOO 
  81. high of a phone bill.
  82.  
  83. Enjoy.
  84.  
  85.                             Patrick Spence
  86.                        Address (ITC) 85:823/207
  87.                            BBS: Hawks Aerie
  88.                             (602) 873-2755
  89.  
  90.