home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / bbs_door / flamet11.arj / SYSOP.DOC < prev   
Encoding:
Text File  |  1992-07-21  |  4.7 KB  |  126 lines

  1.  
  2.                             FLAME THROWER 1.1
  3.  
  4.                          Written By Vince Jacobs
  5.                    COPYRIGHT (C) 1992 by Lone Wolf Doors
  6.                         Compiled with Turbo C++ 3.0
  7.                    and with Brian Pirie's Open Doors 3.40
  8.  
  9.  
  10.  
  11. ╔════════════════════════╗
  12. ║▒▒▒▒▒ Introduction ▒▒▒▒▒║
  13. ╚════════════════════════╝
  14.  
  15.   Flame Thrower, a door sure to get your users fired up! Very simple
  16. to set up and use. What does it do? Plenty when it comes to getting
  17. users to participate. OK here's the dig, when a user logs on, that
  18. person sees a message informing them that another user has left a
  19. message "flaming" them for all to see. But actually it is a "one liner"
  20. left by the previous user and is automatically addressed to the next
  21. user that logs on. Most users are so outraged by the message that they
  22. are more than happy to "flame that person back". But in reality it will
  23. be sent (with that user's name as the sending party) to the NEXT user
  24. that logs on! .... What a hoot, try it!
  25.   One note though, if you (the SysOp), have your board set to " Hide The
  26. Sysop's Activities", then you will never be shown as the sender of a
  27. FLAME. The blame will fall on the previous user. So you can say what you
  28. want and not catch the heat for it. This little tid bit is a great way to
  29. "Jump Start" the door, and get the users involved!
  30.  
  31. ╔════════════════════════════╗
  32. ║▒▒▒▒▒ Archive Contents ▒▒▒▒▒║
  33. ╚════════════════════════════╝
  34.  
  35. The following files are contained within the archive FLAMET11.ZIP
  36.  
  37. FLAMET11.EXE           Main Door File
  38. FLAME.DAT              Data file that will be created upon initialization.
  39. SAMPLE.BAT             Sample batch file
  40. SYSOP.DOC              This file!
  41. REGIST.FRM             Registration Form
  42. DOOR.LST               List of other doors availible from this maniac.
  43.  
  44. ╔═════════════════╗
  45. ║▒▒▒▒▒ Setup ▒▒▒▒▒║
  46. ╚═════════════════╝
  47.  
  48.   Flame Thrower uses the EXITINFO.BBS and DORINFOX.DEF type door info
  49. drop files. And is compatible with, Remote Access, QuickBBS, Pro Board,
  50. and SuperBBS. If the BBS software your using doesn't create these two
  51. files there are several door conversion utilities availible that do.
  52.  
  53.   --------------------------[IMPORTANT]------------------------------
  54.  
  55.   I recommend that you set it up for automatic execution right before
  56. the user is presented your Main Menu. The easiest way to accomplish this
  57. is to set up a Type 7 or 15 exit in your TOP MENU and setting automatic
  58. to YES. The TOP MENU is the first menu that RA/QUICK loads up.
  59.  
  60.   Flame Thrower requires the path to the drop files be passed on the
  61. command line, i.e.
  62.  
  63.    FLAMET11 C:\RA
  64.  
  65. Lets take a look at the SAMPLE.BAT file;
  66.  
  67.    @ECHO OFF
  68.    cd\RA\FLAME
  69.    FLAMET11 C:\RA
  70.    cd\RA
  71.  
  72. Simple huh?
  73.   
  74. ╔════════════════════════╗
  75. ║▒▒▒▒▒ Door Options ▒▒▒▒▒║
  76. ╚════════════════════════╝
  77.  
  78. While Flame Thrower is running, the following keys are available for the
  79. SysOp:
  80.  
  81. ALT-C   Break into chat mode with user.
  82. ALT-J   Drop to DOS in a shell.
  83. ALT-H   Hang up on User.
  84. ALT-L   Lock the user out of the BBS.
  85. ALT-K   Users keyboard is made inactive.
  86. ALT-N   SysOp next key.
  87. ALT-D   Drop the User back to the BBS.
  88.  
  89. UP-ARROW KEY   Gives User more time.
  90. DOWN-ARROW KEY Decreases Users time.
  91.  
  92. Flame Thrower is DESQview aware, and also does it's own carrier watch-
  93. dogging. It also checks the user's ANSI capability and adjusts itself
  94. accordingly, as well as being multi-node aware.
  95.  
  96.  
  97. ╔════════════════════════╗
  98. ║▒▒▒▒▒ Registration ▒▒▒▒▒║
  99. ╚════════════════════════╝
  100.  
  101.   Flame Thrower is being distributed as Shareware, it should be
  102. registered after 30 days or discontinue it's use.
  103.   Flame Thrower has a $5.00 registration fee if sent via FidoNet Crash Mail
  104. in zone 1. If sent via the US Postal Service the registration fee is $7.50.
  105. and please specify on the registration form (REGIST.FRM) what size
  106. floppy disk is preferred...
  107.  
  108.  
  109. ╔═══════════════════╗
  110. ║▒▒▒ Disclaimer ▒▒▒▒║
  111. ╚═══════════════════╝
  112.  
  113.   I make no warranty of any kind, express or implied, including
  114. without limitation, any warranties of merchantility and/or
  115. fitness for a particular purpose. I shall not be held liable for
  116. any damages, whether direct, indirect, special or consequential,
  117. arising from a failure of this program to operate in the manner
  118. desired by the user. I shall not be held liable for any damage to
  119. data or property which may be caused directly or indirectly by the
  120. use of this program.
  121.   In no event will I be held liable for any damages, including (but
  122. not limited to) any lost profits, lost savings or other incidental
  123. or consequential damages arising out of the use or inability to
  124. use this program, or for any claim by any other party.
  125.  
  126.