home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / BBS / DOORS / ONLINE.ZIP / ONLINE.DOC next >
Encoding:
Text File  |  1991-03-26  |  8.6 KB  |  218 lines

  1. RA Online V1.10 - Mark Nodes In Use
  2.  
  3. Copyright 1991 Motor City Software - All Rights Reserved
  4. Written by Rod Hancock  (1:229/418) 416 579-6318 HST-DS
  5.  
  6.  
  7. I run a multi-node RA setup, and on occasion, when the system crashes
  8. it leaves names in the USERON.BBS file. This means users show up on
  9. nodes when they aren't connected. This program will remove those names
  10. so that they dont show up.
  11.  
  12. The reason I originally wrote this was to make my life easier. I dialed
  13. into my system a lot from remote, and often dropped to DOS to do some
  14. work. Other users on the system would try to page me etc, not realizing
  15. I was at DOS. This allowed me to change the information in USERON to say
  16. that I was indeed online, but was dropped to DOS.
  17.  
  18. Since that time, I have found this to be an invaluable little utility
  19. with a lot of uses...
  20.  
  21.         - When node 1 is used to dial out to other systems, I would
  22.           put that info in the USERON so it would say
  23.             'Sysop Dialed Out From System Console at 9600 Baud'
  24.           or whatever the case may be
  25.  
  26.         - The multi-node chat program I use here requires that your name
  27.           be in the USERON.BBS file in order to work. With ONLINE I can
  28.           put the info in there so I can run the chat door from DOS and
  29.           not bother logging on to join in the chats.
  30.  
  31.         - Im sure you'll find more uses....
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40. ONLINE with no command line will prompt you for all information.
  41.  
  42. ONLINE <node> <inuse> <name> <location> <baud> <doing> <private>
  43.  
  44.      <node>      the node number you wish to modify. (1-99)
  45.      <inuse>     (Y or N) Y means you wish to mark the specified node as
  46.                  being in use.  An N here will force it to ignore any of
  47.                  the following parameters, and mark this node as waiting
  48.                  for a call.
  49.      <name>      The name you want to appear when you list Who is Online
  50.                  NO SPACES!  Firstname_Lastname (Note the underscore!)
  51.      <location>  The location of the caller. NO SPACES! CITY_PROVINCE
  52.      <baud>      Baud Rate of connection (0 for local)
  53.      <doing>     RA 1.00 recognises the following:
  54.                              0 : Browsing (in a menu)
  55.                              1 : Uploading/downloading
  56.                              2 : Reading/posting messages
  57.                              3 : In a door/external utility
  58.                              4 : Chatting with sysop
  59.                              5 : Answering questionnaire
  60.      <Private>   0 will allow other users to page you
  61.                  1 Will NOT allow others to page you
  62.  
  63.  
  64. If you find this program useful (meaning, if you use it) great.  Please pass
  65. it around.  There is no charge or fee for the use of this program.
  66.  
  67.  
  68. =============================================================================
  69.  
  70.       Motor City Software is a Shareware Programming Partnership
  71.       composed of:
  72.  
  73.                               Rod Hancock
  74.                               Motor City Software Online
  75.                               (416)579-6318
  76.                               1:229/418
  77.                               Oshawa Ontario
  78.                               CANADA
  79.  
  80.               Jeff Wilson                       John Parlin
  81.               Compro Systems                    City Terminal BBS
  82.               (416)623-5148                     (612)938-4301
  83.               1:229/414                         1:282/12
  84.               Bowmanville Ont.                  Hopkins Minnesotta
  85.               CANADA                            USA
  86.  
  87.  ==============================================================================
  88.  
  89.         We also have a support BBS in the UK for European users.
  90.  
  91.                                 Denis Bennet
  92.                                 The Chancellors Den BBS
  93.                                 +44 795 538359
  94.                                 2:254/92
  95.                                 Faversham Kent
  96.                                 United Kingdom
  97.  
  98.  ==============================================================================
  99.  
  100.                            JPDoor for QBBS/RA
  101.  
  102. JPD271SE.ZIP Magic Name: JPDOOR
  103.  
  104.  JPDoor is a Turbo Pascal 5.5 unit which can be used to assist TP programmers
  105.  in writing door programs for RemoteAccess and QuickBBS.  This unit really
  106.  takes the hastle out of writing doors.  If you program in Turbo Pascal, you
  107.  gotta give this a try.  Supports QuickBBS 2.64 and RemoteAccess 0.01 thru
  108.  0.04a structures.  Automatically detects which BBS software it is running
  109.  under.  Uses the installed FOSSIL driver for I/O.  Automatically keep track
  110.  of carrier detect status, user time remaining, and user inactivity time. Any
  111.  door program that uses JPDoor will have all this built in -- automatically.
  112.  Many other functions make this a valuable unit library for the Turbo Pascal
  113.  programmer.
  114.  
  115.  
  116.  =============================================================================
  117.  
  118. JPDTP60.ZIP  
  119.  
  120.  This is JPDoor 2.71 SE in Turbo Pascal 6.0 .TPU format for those who have
  121.  requested it.
  122.  
  123.  =============================================================================
  124.  
  125. QSLOT25C.ZIP Slot Machine Door
  126.  
  127.  This is an online ANSI graphic slot machine that lets users gamble their
  128.  online time.  Supports RemoteAccess and QuickBBS 2.64.
  129.  
  130.  =============================================================================
  131.  
  132. QSEVEN12.ZIP Q-Seven Door         
  133.  
  134.  This is an online ANSI graphic over and under seven game that lets users
  135.  gamble this online time.  Supports RemoteAccess and QuickBBS 2.64.
  136.  
  137.  =============================================================================
  138.  
  139.              Motor City Software File Request Door For QBBS/RA
  140.  
  141.  
  142. MCFREQ14.ZIP V1.45 - Now better than ever!
  143.  
  144.     This is a door I have written which allows users to request files
  145.     from other systems. You configure it to allow only the systems you
  146.     wish.  You must be running a Front End Mailer which supports .MSG
  147.     outbound netmail to use this door. It will now run on systems other
  148.     than QBBS/RA but does require a DORINFO1.DEF file.
  149.  
  150.     Version 1.45 offers many improvements over previous releases. One
  151.     major improvement is the Configuration editor. McFreqEd is now full
  152.     screen configuration editor with pull down menus and on-screen help.
  153.     This release also supports File Request Routing. This means you can
  154.     route file requests through local systems to reach one that is long
  155.     distance to you.
  156.  
  157.  ==============================================================================
  158.  
  159. RAFIND.ZIP   Remote Access BBS File Finder V1.0
  160.  
  161.     Allows you to scan your file areas from DOS. Search for Filenames or
  162.     search by keyword. This is FreeWare, and comes with Turbo Pascal 5.5
  163.     Source Code.
  164.  
  165.  
  166.  ==============================================================================
  167.  
  168. MCFRE310.ZIP Free Disk Space Display Door/DOS Util
  169.  
  170.     This NEW version will run without a dorinfo1.def so it is usable on  
  171.     ANY BBS. It will also run in local mode from the DOS prompt.         
  172.  
  173.  ==============================================================================
  174.  
  175. B_BASE19.ZIP Online BBS Database program - Sept 16, 1990
  176.  
  177.     This allows you to keep an online database of other BBS system
  178.     information.  This is a recent version, written by John Parlin.
  179.  
  180.  ==============================================================================
  181.  
  182. LASTCALL.ZIP Write Last FD Inbound Call to RA Todays Callers
  183.  
  184.     Allows your users to see where your inbound mail calls are coming
  185.     from. Inbound Mail calls will show up in Todays Caller Listings.
  186.     WORKS ONLY WITH FRONT DOOR and RA
  187.  
  188.  ==============================================================================
  189.  
  190. RATS100.ZIP  Magic Name: RATS
  191.  
  192.  RATS is the RemoteAccess TimeBank System.  This is version 1.00 which
  193.  includes multinode support.  Allows users to bank time remaining, download
  194.  kilobytes, transfer time to other users, purchase download kilobytes --
  195.  all Sysop-configurable.
  196.  
  197.  ==============================================================================
  198.  
  199. MCRACE10.ZIP Motor City DragStrip Door. Online Drag Racing! NEW
  200.  
  201.     This ones sure to draw a crowd! This is another NEW online game
  202.     written by John Parlin.
  203.  
  204.  ==============================================================================
  205.  
  206. RACNUM.ZIP   Remote Access Total Calls Editor - MCSoft
  207.  
  208.     Edit the number of calls to your BBS
  209.  
  210.  ==============================================================================
  211.  
  212. MINEFLD.ZIP  
  213.  
  214.  The Mine Field game!  Can you make it through to the finish without getting
  215.  blown up?  Keeps a monthly tournament.  ANSI graphics required.
  216.  
  217.  
  218.