home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / busi / matchmkr.zip / DRLINK.CTL < prev    next >
Text File  |  1989-06-08  |  3KB  |  78 lines

  1. % Doorlink Control File. Very Similiar in Format to OPUS.CTL file You must
  2. % Use Key Words (IE, Modem, Sysop) in the same fashion You Do your
  3. % OPUS.CTL file. This DRLINK will run a lot faster if you take all the
  4. % unecessary lines out.
  5.  
  6. % These Lines are REQUIRED:
  7.  
  8. Modem COM1
  9. Sysop Donald Straub
  10. System ░▒▓ THE OPEN DOOR ▓▒░
  11.  
  12. % Amount of time you want to allow users on in DOORS for asingle session
  13. % and total time per day.  This *Must* be in the format PER SESSION and
  14. % MAXIMUM TIME Per Day in  minutes..Similiar Principle to OPUS.
  15.  
  16. %         Time per session  Max time per Day
  17. TWIT       30                   30
  18. DISGRACE   40                   40
  19. NORMAL     50                   60
  20. PRIVEL     50                   90
  21. EXTRA      60                   90
  22. ASSTSYSOP  90                  180
  23. TSYSOP     180                 300
  24. ^ NOTE the T in front of SYSOP to designate the time allowed the
  25. % Sysop!!
  26.  
  27. % The Rest of this stuff is OPTIONAL.
  28.  
  29. % Set up the Event's you have scheduled that you Want to Force
  30. % user off line with. You don't need any other event's. Use 24
  31. % hour time.(HH:MM), 10 events Maximum. Order is not important.
  32.  
  33.  EVENT 02:25
  34. %EVENT 01:00
  35. %Event 05:00
  36. %event 06:00
  37. %event 11:10
  38. %event 00:10
  39.  
  40. % Building a SpawnDor.bat file.... You need this ONLY if you want to run
  41. % QuickBBS Doors (IE Trade Wars 1000)
  42.  
  43. % A file will be written called spawndor.bat.  The batch file will contain
  44. % the commands needed to change to the proper drive and directory and
  45. % fire up QuickBBS DOORS with the necessary command line switches.  You are
  46. % allowed 6 lines after the command to execute what ever else you need to
  47. % before exiting Back to OPUS.  The SpawnDor.bat file will always be ended
  48. % with an EXIT command.  That is done in addition to what ever lines you
  49. % want to include in the SpawnDor.bat below.  I really doubt that you will
  50. % ever need more than 6 batch file lines after running a Door from OPUS.
  51. % I just included them incase you come up with something I hadn't
  52. % anticipated.  If you don't need these extra lines, then delete them.
  53.  
  54. 1:Resume
  55. 2:Whatever
  56. 3:Commands
  57. 4:You
  58. 5:Need
  59. 6:to complete the SpawnDor.bat file. (Including changing back to the OPUS
  60. % Directory
  61. %
  62. % Set up DRLINK to adjust time based on good uploaders. This is a ratio
  63. % that will the time left on OPUS will be multiplied by to adjust a users
  64. % time according to his Upload Quantity. To use these ratios you must also
  65. % use /U command line switch. It is in the form UL [Amount less than] [Ratio]
  66.  
  67. UL 0 .5
  68. UL 100 .7
  69. UL 200 .8
  70. UL 300 .9
  71. UL 400 1.0
  72. UL 1000 1.5
  73.  
  74. % In this example a user that has uploaded 0 to 100k would have his DOOR
  75. % Door time Dropped to 50% of the time left on the system. A user that has
  76. % uploaded 100 to 200 k would be allowed 70% of the remaining time he has
  77. % left on OPUS etc.
  78.