home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / TRIBBS / RMDOWN31.ZIP / ROMDOWN.DOC < prev    next >
Text File  |  1994-03-05  |  7KB  |  203 lines

  1.                        RomBrain Download Extractor V3.0
  2.                 Copyright (c) 1994 Bill Worley
  3.                For the TriBBS (tm) 5.x Bulletin Board System
  4.                    & RomBrain Download Door
  5.  
  6.             
  7.  
  8.  
  9. Operation Mindcrime, TriBBS System #670
  10. (814) 742-9885 <7.6 Gig of files>
  11. 300/2400/9600/14400/24000 V.Fclass
  12. 24 Hours Day/ 7 Days a week
  13.  
  14. DISCLAIMER
  15. ----------
  16.  
  17. In no event will I, Bill Worley, be held liable for any loss or damage to data
  18. and/or equipment by your use.  Whether proper or improper, of this software.
  19. This product is provided AS IS.  There are NO warranties or guarantees, whether
  20. expressed or implied.  By using this program, you automatically CONSENT to the
  21. terms and conditions of this disclaimer.
  22.  
  23. ACKNOWLEDGEMENTS
  24. ----------------
  25.  
  26. TriBBS (tm) is a registered trademark of Mark Goodwin.
  27. RomBrain is a Stanley Sheff product.
  28.  
  29. All others are of the respective holders.
  30.  
  31. REGISTRATION
  32. ------------
  33.  
  34. ROMDOWN is a bulletin generator for TriBBS/Rombrain and is being distributed
  35. under the freeware concept.  Donations will be accepted though ... :) If you
  36. like the program please send me your name and bbs number.  You can leave me a
  37. message on FidoNet and I'll consider you registered and try to get further 
  38. updates to you.  If you use it let me know..... I'd like to make a nice logoff
  39. screen with all the bbs's that are using ROMDOWN.  What'd you say?  Free 
  40. advertising....<G>  Can't beat that!  
  41.  
  42.  
  43. DISTRIBUTION
  44. ------------
  45.  
  46. You may make this file available for download or upload to any bbs provided
  47. you do not alter the contents of the archive.
  48.  
  49.     The following file were included in the archive:
  50.  
  51.                 ROMDOWN.EXE <-- ROMDOWN executable
  52.                 ROMDOWN.DOC <-- the docs (this file!)
  53.         FILE_ID.DIZ <-- BBS Description File
  54.         ROMDOWN.BAT <-- Sample .BAT File
  55.                 ROMDOWN.CFG <-- ROMDOWN's Color CFG File
  56.                                 CFG File HAS changed since 2.02
  57.                 
  58. INTRODUCTION
  59. ------------
  60.  
  61. What ROMDOWN does is extracts the infomation from REPORT.LOG and generates a
  62. bulletin (bullet1.bbs)  Paths are fixed right at the moment.
  63. ROMDOWN uses TriBBS 5.0 color codes and thus does need TriBBS 5.0 or higher.
  64. It does do a tally for each file that is downloaded.  I figured it would be nice
  65. for my users to know what files were being downloaded from RomBrain.  RomBrain
  66. has no internal bulletin generator whatsoever so I wrote this one.  The input
  67. file generated by RomBrain and needed by ROMDOWN is REPORT.LOG.  ROMDOWN will
  68. generate BULLET1.BBS from REPORT.LOG & CALLERS.LOG. 
  69. You can now select the colors for you bulletin.
  70.  
  71.  
  72.  
  73. INSTALLATION
  74. ------------
  75.  
  76.     1. Copy ROMDOWN to the directory containing REPORT.LOG
  77.  
  78.     2. Using a text editor alter the included batch file to reflect
  79.        your bbs paths, etc (ROMDOWN.BAT)
  80.  
  81.         3. Edit ROMDOWN.CFG to the colors of your liking.  The list of color
  82.        codes are in the TriBBS 5.x manual and are pretty simply.
  83.  
  84.  
  85. SAMPLE BATCH FILE
  86. -----------------
  87.  
  88. cd\
  89. copy c:\tribbs\mwork\callers.log c:\brainex\rombrain\*.*
  90. cd brainex\rombrain
  91. romdown                               
  92. copy bullet1.bbs c:\tribbs\display\bullet1.bbs
  93. cd\                    
  94. cd tribbs    
  95.  
  96. Can be run as an event or in your BETWEEN.BAT file.
  97.  
  98. NOTE: BULLET1.BBS should correspond to the proper bulletin listing on your bbs
  99.  
  100. REPORT.LOG must be in the same directory as ROMDOWN.EXE        
  101. CALLERS.LOG must also be in the same diectory as ROMDOWN.EXE
  102. ROMDOWN.CFG should be in the same directory as ROMDOWN.EXE
  103.  
  104.  
  105. SAMPLE ROMDOWN.CFG FILE
  106. -----------------------
  107.  
  108. Just one simple line:
  109.  
  110. @X01 - Heading Color
  111. @X02 - Heading Color
  112. @X03 - Heading Color
  113. @X04 - ============== lines in the bulletin
  114. @X05 - Files Times Downloaded    Line
  115. @X06 - -------------- lines in the bulletin
  116. @X07 - File Names & times downloaded info
  117. @X08 - Total Download Heading
  118. @X09 - Total CD Area Downloads Heading
  119. @X01 - Total Main Board Download Heading (TriBBS)
  120. @X02 - Number of Different Files Heading
  121. n    - y or n here....Do you want one time downloads included?
  122.  
  123. 11 Different Places to Change Color!
  124. Just leave the background color to black.... I'm working on a small fix for
  125. backgrounds that aren't black.
  126.  
  127. These @X codes can be changed to any color you wish.  Just check out the TriBBS
  128. manual for the colors codes you prefer.
  129.  
  130. Pretty self explantory huh?
  131.  
  132.  
  133. TRIBBS Registered Sysops
  134. ------------------------
  135.  
  136. Any TriBBS Sysop calling my board should have their TRIBBS.KEY handy to
  137. upload through the TriKey door.  TriBBS Sysop's get donating member status 
  138. on my bbs and are treated as such ... :)  I carry all the new files out
  139. for TriBBS systems and you're welcome to download them.  I also have a 12 disk
  140. cd library of files that are rotated on you guessed it ... RomBrain.  If you
  141. use ROMDOWN regularly I'd like to hear from you.
  142.  
  143.  
  144. Versions
  145. --------
  146.  
  147. 1.02 First General release
  148.  
  149. 2.0  Added Color Configuration to the bulletin.
  150.      Corrected the file count....oops I was off by one... :)
  151.  
  152. 2.01 Changes in RomBrain sometime after version 2-04-94 were throwing 
  153.      ROMDOWN off.  Updated to work with newer RomBrain doors.
  154.  
  155. 2.02 Added Main Board Upload & Download tracking. 2.02 is for use with 
  156.      versions 2-04-94 and before.
  157.  
  158. 2.03 Same as 2.02 but for after the 2-04-94 version of RomBrain.
  159.  
  160. 3.00 Almost totally rewritten.  This version includes TriBBS & RomBrain
  161.      download tracking... just copy callers.log into the ROMDOWN directory.
  162.      Prints the number of times a file has been downloaded.  Alphabetized
  163.      listing.  Improved the CFG file so you put each color code on a new 
  164.      line.  Dropped CD-Name for the moment....it will be rewritten back in
  165.      at a later date...Sorry. Most of all FASTER! 
  166.  
  167. 3.01 Added the option to not include downloads with just 1 download.
  168.  
  169. Future Versions (If my wife doesn't disown me...<G>
  170.     
  171.     History File.
  172.     CD-Name rewritten into ROMDOWN.
  173.     CFG includes paths of bulletins and .log files.
  174.     
  175. Anymore?
  176.  
  177. CONTACTING
  178. ----------
  179.  
  180. Directly:
  181.  
  182.     Operation Mindcrime - (814) 742-9885 Speeds up to 24K
  183.                                      
  184.     Bill Worley
  185.     RD 1 Box 698A
  186.     Altoona, Pa 16601
  187.  
  188. Nets:
  189.     
  190.     FidoNet:
  191.  
  192.      NetMail 1:2622/8
  193.           I regularly read TriBBS Support, SHAREWRE, & BBS_CARNIVAL.
  194.         
  195.     SAC_NET:
  196.  
  197.      NetMail 814:101/4
  198.       I regularly read all of these echo's and moderate SAC_AUTO &
  199.          SAC_RADIO and can be contacted thru either net.    
  200.  
  201. Thank for trying ROMDOWN!  Any comment or suggestions are welcome!
  202.  
  203. -Bill Worley