home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 1 / crawlyvol1.bin / bbs / lastlist / last_13e.doc < prev    next >
Text File  |  1992-12-19  |  6KB  |  177 lines

  1.  
  2.     //         ////// ////// //    ////// //////
  3.    //         ///      //   //    ///      //
  4.   //  ////   //////   //   // // //////   //
  5.  // // //      ///   //   // //    ///   //
  6. //  ////// //////   //   // // //////   //
  7.  
  8. v 1.5 (C)1992 Rolf Johansson 1992
  9.  
  10. A program for use with the QuickBBS-ST system.
  11.  
  12.  
  13.  
  14.  
  15. laSTliST is FreeWare, that means that you may use and distribute the
  16. program, as long as all files that comes with laSTliST are distributed too.
  17. You may not change anything in the program or the documentations.
  18. If you use the program, then please send a postcard or a NetMail to me.
  19. My address is shown last in this document.
  20. I take no responsibility whatsoever of what the program might do, except of
  21. the good things then of course. If you crash your hard disk or corrupt
  22. your favorite program, I am NOT guilty.
  23.  
  24.  
  25.  
  26.                              Program Features
  27.                              ================
  28.  
  29. _ Creates lastuser-screens in four graphic modes for your (Q)BBS.
  30.   ASCII, ANSI, VT-52 mono and VT-52 colour.
  31.  
  32. _ Function for filtering max 2 names in the lists. 
  33.  
  34. _ Easy to install using the new program INSTALL.PRG supplied with laSTliST.
  35.  
  36. _ For Binkley Term ST users, laSTliST will add a string to "System" in
  37.   the file BINKLEY.CFG, for easy reading of info about the last user.
  38.  
  39. _ Can create a "SysOp-list" with all these macro-lines added for easy
  40.   looking at previos macro lines.
  41.  
  42. _ Reads errorlevels from Qbbs and exports them futher to any other program.
  43.  
  44. _ No paths needed for Qbbs directory, Binkley directory etc, because laSTliST
  45.   reads your inviroment variables.
  46.  
  47. _ Makes your modem go off hook with editable command, while it is working.
  48.  
  49. _ Add how many users you wish in the lists.
  50.  
  51. _ Add you system name or anything you wish, on top of the lists.
  52.  
  53.  
  54.  
  55.                          HOW TO SET UP laSTliST
  56.                          ======================
  57.  
  58. Place the file LASTLIST.PRG wherever you want, as long as the configuration
  59. file named LASTLIST.CFG and INSTALL.PRG is in the same directory.
  60.  
  61. New for version 1.3 is the INSTALL.PRG. From here you can easily edit the
  62. LASTLIST.CFG file. Do so. You´ll get all help from the program.
  63.  
  64. Put INSTALL.PRG in the same directory as LASTLIST, otherwise it will not
  65. find LASTLIST.CFG.
  66.  
  67.  
  68.                            HOW TO RUN laSTliST
  69.                            ===================
  70.  
  71. If you run it from PCommand, write:
  72.  
  73. LASTLIST %:e
  74.  
  75. laSTliST needs the %:e on the commandline to handle the errorlevels from
  76. Quick BBS. PCommand replaces the %:e with the errorlevel. You could with
  77. other words type 3 on the command line for the .TTP-file, to simulate a
  78. carrier dropped from Quick BBS.
  79.  
  80. Study you manuals for how to do with other batch programs.
  81.  
  82.  
  83.  
  84.                                SOME DATA
  85.                                =========
  86.  
  87. laSTliST produces LASTLIST.ASC
  88.                   LASTLIST.ANS
  89.                   LASTLIST.VTM
  90.               and LASTLIST.VTC.
  91.  
  92. In Ansi mode it uses colour control codes.
  93.  
  94. laSTliST will also write the file LASTUSER.DAT to keep in track with
  95. which users logged in and out, and when...
  96. laSTliST reads the following files: USERS.BBS, LASTUSER.LOG, SYSINFO.BBS,
  97. and its own produced files.
  98.  
  99.  
  100.  
  101.                   NEW IMPROVEMENTS FOR VERSION 1.3
  102.                   ================================
  103.  
  104. SysOp list
  105. ----------
  106.  
  107. If you wish, laSTliST can write a file with all the last users, their
  108. login time and logoff time, plus some special "flags".
  109.  
  110.  
  111. *********************************************************************
  112. *                        laSTliST SysOp file                        *
  113. *********************************************************************
  114.  
  115. Name of caller               Date          Logon     Logoff    Flags
  116. ---------------------------------------------------------------------
  117. Ted Butts                    29 jul 92     22:19     22:21     (-M--)
  118. Rolf Johansson               29 jul 92     22:23     22:24     (Y--!)
  119. Nick Bravo                   29 jul 92     22:25     22:25     (-M--)
  120. Van Halen                    30 jul 92     02:26     02:30     (----)
  121. ---------------------------------------------------------------------
  122.  
  123. Flag explaination
  124.  
  125. (Y---)  Y stands for Yell. The user paged you while he was online.
  126. (-M--)  M stands for Message(s) to SysOp. The user left a message to you.
  127. (--E-)  E stands for Echo/Netmail. The user wrote one or both of these.
  128. (---!)  ! stands for Dropped Carrier. The user dropped the carrier online.
  129.  
  130.  
  131. System line for Binkley SysOps
  132. ------------------------------
  133.  
  134. If you use Binkley, laSTliST can add a new "System"-line in BINKLEY.CFG.
  135.  
  136.  
  137. System Rolf Johansson <23:17-23:41> (YME!)
  138.  
  139.  
  140. Now, on screen you can see the name, time and flags for the last user.
  141. Although, this is not recommended by some persons. If you get a file req,
  142. and Binkley answers back with a Netmail for some reason, the wrong system-
  143. name appears in the letter. I don't bother so much about this, but maybee
  144. you do, so it's up to you... You must not use this function!
  145.  
  146.  
  147.  
  148.                   SUGGESTIONS, PROBLEMS OR OTHER STUFF?
  149.                   =====================================
  150.  
  151. I´ve been working for days and weeks from version to version to make laSTliST
  152. work. As I can see it for now, it should work with nearly every system. If your
  153. system shouldn´t feel the same, please write to me so we can do something
  154. about it. Please state your computer type, and the paths to your system files,
  155. and your laSTliST files.
  156.  
  157.  
  158. With your help I can make this program more useful to the one who needs
  159. it. Please write to me if you are feeling angry or happy!
  160.  
  161. Rolf Johansson
  162. Penninggatan 11
  163. S-414 79 Göteborg
  164.              
  165. SWEDEN
  166.  
  167.  
  168. My NetMail number in NeST is:      90:1101/109
  169. My NetMail number in FidoNet is:   2:203/203.1
  170.  
  171. =====================================================================
  172. Try to call Gothenburgs BBS, Tel: +46 31-828104. Open 24 hours a day!
  173. =====================================================================
  174.  
  175. I look forward to hear from you!
  176.  
  177.