home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / mexlst05.zip / MEXLIST.DOC < prev    next >
Text File  |  1995-09-04  |  5KB  |  143 lines

  1. FILENAME: MXLST05B.ZIP
  2.  
  3. Copyright AKA Software 1995
  4.           Reseda, CA
  5.  
  6. Description
  7.  
  8. MEXLIST is a program written in the Maximus MEX language to allow your
  9. users to enter and browse a list of BBS's.  The list may also be searched
  10. for specific area codes or BBS names.  The sysop has several options to
  11. customize the program.  The sysop can control if the user can edit an entry
  12. they made at a later date.  The sysop can also set the privlege level required
  13. to edit an entry the user didn't make.  This allows you to give your co-sysop
  14. editing privleges.  MEXLIST requires ANSI to use.  It will detect if the user
  15. has ANSI and act accordingly.  If the user has ANSI toggled on but it is not
  16. detected the program asks the user if they wish to continue.  If ANSI is detected
  17. but it's not toggled on the program tells the user to go to the settings menu
  18. and toggle it.  Future versions may allow the user to toggle ANSI in the program.
  19.  
  20. This program is guarenteed to do nothing more than take up space on your
  21. hard drive.  If it deletes all your users the author is to be held harmless.
  22. You should make a backup of your user file before running this as it accesses
  23. same during it's operation.  All attempts to debug this program have been
  24. taken but it's your call if you decide to use it.
  25.  
  26. 1.0 Installation
  27.  
  28.    1.1 Preparation
  29.  
  30. Unzip these files into a temporary directory and then copy the MEXLIST.VM,
  31. MEXLIST.CTL, and BBSLIST.AKA into your M directory under the directory where
  32. your copy of Max is run from.  In other words, if Maximus runs from your
  33. D:\MAX directory then you would want these files in the D:\MAX\M directory.
  34.  
  35. Edit the MEXLIST.CTL to suit your tastes.  The MEXLIST.CTL file is
  36. self-explanatory but make sure you follow the instructions.  Put all keywords
  37. flush left and leave 1 space between keywords and paramters.
  38.  
  39.    1.2 Calling from Maximus
  40.  
  41. This routine can be called with either a line in the MENUS.CTL file
  42. or from a MECCA file.
  43.  
  44. If you wish to call it from the MENUS.CTL file insert the following
  45. line in the menu you wish to call it from.
  46.  
  47.    MEX          M\Mexlist                     Disgrace   "1) Mexlist"
  48.  
  49. If you wish to call MEXLIST from a MECCA file use the following.
  50.  
  51. [mex]M\Mexlist
  52.  
  53.  
  54. 2.0 Keywords
  55.  
  56. The following is taken directly from MEXLIST.CTL.  It defines the
  57. keywords for the features.
  58.  
  59. %
  60. %  Only works for Registered versions.  The name of your BBS
  61. %
  62. BBSName AKA BBS
  63. %
  64. %
  65. %  Only works for Registered versions.  The Sysop's Name
  66. %
  67. SysopName Don Lafferty
  68. %
  69. %
  70. % Your Registration number - removes the delay at the beginning
  71. %
  72. RegNumber 00000000
  73. %
  74. %
  75. %  Privlege level required to edit any entry.  Set this to the level
  76. %  number in your Access.ctl of who you want to be able to edit any entry
  77. %
  78. EditPriv 100
  79. %
  80. %
  81. %  Your local Area Code.  This is used for the area code if the user
  82. %  only entered 7 digits
  83. %
  84. AreaCode 818
  85. %
  86. %
  87. %  The file name of your list.  This must reside in your \Max\M dir
  88. %
  89. FileName MEXLIST.LST
  90. %
  91. %
  92. %  Can the user edit entrys he/she made?  Set to Yes if so or No if not
  93. %
  94. UserEdit Yes
  95. %
  96.  
  97. 3.0 Registration
  98.  
  99. This program is not crippled in the unregistered version except for a
  100. 10 second delay at the initial screen.  To register, send $5 or whatever
  101. you think it's worth ($5 min) to:
  102.  
  103. Don Lafferty
  104. P.O. Box 370008
  105. Reseda, CA 91337
  106.  
  107. Include your BBS name and Sysop name the way you want them to appear
  108. on the opening screen.  The reg number is keyed off those two items
  109. so make sure they are exactly what you want.  I will mail you your
  110. reg key and also send it by internet email or Fidonet netmail.  Be
  111. sure to specify if you want it sent by electronic means and include
  112. the address to send it.
  113.  
  114. If you can convince me you can't afford $5 I will give you a key.  I
  115. understand running a BBS can be very expensive and registering all
  116. the extras adds up.  Free keys will only be delivered by internet email
  117. or Fidonet.
  118.  
  119. 4.0 Thanks
  120.  
  121. Special thanks to Scott Dudley and Lainus Corporation for giving us
  122. this incredible BBS software.
  123.  
  124. Thanks to my wife Betty who doesn't complain when I get so involved
  125. with this stuff that I forget to get her an anniversary card.
  126.  
  127.  
  128. The author can be reached at:
  129.  
  130.  
  131. Fidonet 1:102/960
  132. sysop@akabbs.com
  133. laffert@primenet.com
  134.  
  135. Or at AKA BBS
  136. (818) 881-0142 (14.4)
  137. (818) 881-9633 (14.4)
  138. (818) 344-7844 (28.8) Note:  This node is only 28.8 part time
  139.  
  140. Don Lafferty
  141. Sysop AKA BBS
  142. 
  143.