home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / UBXP005.ZIP / UBX.CTL < prev    next >
Text File  |  1990-11-08  |  3KB  |  76 lines

  1. ; Sample UBX.CTL
  2. ;
  3. ; Key Words:
  4. ; ----------
  5. ;
  6. ;       Lastuser_Path   This tells UBX where to find your 'lastus??.bbs'
  7. ;                       files. The 'lastus??.bbs' files are written out
  8. ;                       by Maximus each time an external program is
  9. ;                       called from within Maximus.
  10. ;
  11. ;                       UBX make use of these files to find out the
  12. ;                       callers' names, time remaining etc.
  13. ;
  14. ;       SYSOP           Defines the Sysop's name. This will be the default
  15. ;                       user name when you start up UBX in local mode.
  16. ;                       Only the person defined as SYSOP here has the
  17. ;                       privilege to 'Kill' selected bulletins.
  18. ;
  19. ;                       Note: Do not double space your names; ie. don't leave
  20. ;                             more than one space between each word of your
  21. ;                             name. Otherwise UBX might get confused and not
  22. ;                             recognise you as the sysop.
  23. ;
  24. ;
  25. ;
  26. ;       COLOUR c1 c2 c3 c4 c5
  27. ;
  28. ;                  Where c1..c5 are the five colour parameters for the
  29. ;                  display of bulletins. These are:
  30. ;
  31. ;                  border, title, byline, body and prompt respectively
  32. ;
  33. ;                  The following UBX colour chart is compatible with the
  34. ;                  Maximus colour codes.
  35. ;
  36. ;                                      Background
  37. ;                        +----+----+----+----+----+----+----+----+
  38. ;                        |Blck|Blue|Grn.|Cyan| Red|Mgnt|Yllw| Wht|
  39. ;             +----------+----+----------------------------------+
  40. ;             |Black low |   0|  16|  32|  48|  64|  80|  96| 112|
  41. ;             |       hi |   8|  24|  40|  56|  72|  88| 104| 120|
  42. ;             +----------+----+----+----+----+----+----+----+----+
  43. ;             |Blue  low |   1|  17|  33|  49|  65|  81|  97| 113|
  44. ;             |       hi |   9|  25|  41|  57|  73|  89| 105| 121|
  45. ;             +----------+----+----+----+----+----+----+----+----+
  46. ;           F |Green low |   2|  18|  34|  50|  66|  82|  98| 114|
  47. ;           o |       hi |  10|  26|  42|  58|  74|  90| 106| 122|
  48. ;           r +----------+----+----+----+----+----+----+----+----+
  49. ;           e |Cyan  low |   3|  19|  35|  51|  67|  83|  99| 115|
  50. ;           g |       hi |  11|  27|  43|  59|  75|  91| 107| 123|
  51. ;           r +----------+----+----+----+----+----+----+----+----+
  52. ;           o |Red   low |   4|  20|  36|  52|  68|  84| 100| 116|
  53. ;           u |       hi |  12|  28|  44|  60|  76|  92| 108| 124|
  54. ;           n +----------+----+----+----+----+----+----+----+----+
  55. ;           d |Mgnta low |   5|  21|  37|  53|  69|  85| 101| 117|
  56. ;             |       hi |  13|  29|  45|  61|  77|  93| 109| 125|
  57. ;             +----------+----+----+----+----+----+----+----+----+
  58. ;             |Yllow low |   6|  22|  38|  54|  70|  86| 102| 118|
  59. ;             |       hi |  14|  30|  46|  62|  78|  94| 110| 126|
  60. ;             +----------+----+----+----+----+----+----+----+----+
  61. ;             |White low |   7|  23|  39|  55|  71|  87| 103| 119|
  62. ;             |       hi |  15|  31|  47|  63|  79|  95| 111| 127|
  63. ;             +----------+----+----+----+----+----+----+----+----+
  64. ;
  65. ;
  66. ;
  67.   LASTUSER_PATH    E:\MAX\
  68.   SYSOP            David Luong
  69.   COLOUR 9 14 3 7 10
  70. ;
  71. ;   < You might like to try this set >
  72. ;
  73. ;     COLOUR 23 30 113 112 79
  74. ;
  75. ;
  76.