home *** CD-ROM | disk | FTP | other *** search
/ CD Shareware Magazine 1997 January / CD_shareware_1-97.iso / DOS / COMUNICA / MB_HLD11.ZIP / MB-HOLD.DOC < prev    next >
Encoding:
Text File  |  1996-09-01  |  13.6 KB  |  294 lines

  1.                      ██╗  ██╗  ██████╗  ██╗      ██████╗
  2.                      ██║  ██║ ██╔═══██╗ ██║      ██╔══██╗
  3.                      ███████║ ██║   ██║ ██║      ██║  ██║
  4.                      ██╔══██║ ██║   ██║ ██║      ██║  ██║
  5.                      ██║  ██║ ╚██████╔╝ ███████╗ ██████╔╝
  6.                      ╚═╝  ╚═╝  ╚═════╝  ╚══════╝ ╚═════╝
  7.  
  8.                            ██████╗  ███████╗ ██╗  ██╗
  9.                            ██╔══██╗ ██╔════╝ ╚██╗██╔╝
  10.                            ██████╔╝ █████╗    ╚███╔╝
  11.                            ██╔═══╝  ██╔══╝    ██╔██╗
  12.                            ██║      ███████╗ ██╔╝ ██╗
  13.                            ╚═╝      ╚══════╝ ╚═╝  ╚═╝
  14.  
  15.                                  Version 1.1
  16.                              Written By: Wim Jans
  17.   
  18.        FidoNet: 2:292/315 - TGPBN: 752:320/400 - DqP-Net: 173:800/400 
  19.  
  20.                               ****  FREEWARE  ****
  21.   
  22.   
  23.   ─────────────────────────────────────────────────────────────────────────────
  24.   ░░░░░░░░░░░░░░░░░░░░░░░░░         DESCRIPTION         ░░░░░░░░░░░░░░░░░░░░░░░
  25.   ─────────────────────────────────────────────────────────────────────────────
  26.   MB-HOLD.PEX is another PEX designed to show your users if some netmail is
  27.   waiting for them on your system.
  28.  
  29.   Really everything can be configured!! All the coordinates, all the colors,
  30.   all the text, ... just everything!!!
  31.  
  32.   ─────────────────────────────────────────────────────────────────────────────
  33.   ░░░░░░░░░░░░░░░░░░░░░░░           DISCLAIMER          ░░░░░░░░░░░░░░░░░░░░░░░
  34.   ─────────────────────────────────────────────────────────────────────────────
  35.   
  36.   In no way will I be liable for the loss of profits, lost savings or other
  37.   incidental or consequential damages arising from your use or inability to use
  38.   the software, or for any claim by any other party.
  39.   
  40.   This program works great on my BBS, unfortunatly, it might not on yours. Let
  41.   me know of any problems. I would say that this program will take up some disk
  42.   space but that would be, a NO BRAINER <BG>!
  43.   
  44.   ─────────────────────────────────────────────────────────────────────────────
  45.   ░░░░░░░░░░░░░░░░░░░░░░░          INSTALLATION         ░░░░░░░░░░░░░░░░░░░░░░░
  46.   ─────────────────────────────────────────────────────────────────────────────
  47.   
  48.   Place the MB-HOLD.PEX in your PEX directory. You can put this PEX in the
  49.   TOP.PBM or in any other menu.
  50.  
  51.   Please copy also the MB-HOLD.ANS file to your textfiles directory. This is a
  52.   simple example, but you may use your own painting :-))
  53.  
  54.   Copy the MB-HOLD.INI file to your systempath of ProBoard (eg. C:\PB) and 
  55.   change the settings to your configuration!
  56.  
  57.   You can specify a special INI-file according to the language of the user!!
  58.   But, be carefull! The extension MUST BE ".INI", otherwise it will not work
  59.   properly.
  60.  
  61.   An example:
  62.  
  63.   On my board, I've installed two languages, ENGLISH.PBL and DUTCH.PBL. There-
  64.   for I've added the following two lines in the MB-HOLD.INI file:
  65.  
  66.   ENGLISH=G:\BBS\PB\HOLD-ENG.INI
  67.   DUTCH=G:\BBS\PB\HOLD-DUT.INI
  68.  
  69.   So, according to the language of the user, one of these INI-files will be
  70.   used. If you don't add these entries to the INI-file, MB-HOLD.PEX will look
  71.   into the MB-HOLD.INI file for the following entries:
  72.   
  73.   1) ANSI
  74.      This is the ANSI/AVATAR file which will be displayed.
  75.  
  76.   2) NETMAILAREA
  77.      This is the areanumber of your netmailarea in ProCfg. This are my settings:
  78.  
  79.      Name         : Netmail Area
  80.      Path         : C:\NETMAIL
  81.      Message Kind : NetMail
  82.      Message Type : Private Only
  83.      Name Option  : Real Names Only
  84.      Message Base : Fido *.MSG
  85.  
  86.   3) X1,X2,X3,Y1,Y2
  87.      These are column and row coordinates.
  88.      X1 = The columnnumber of the Address-field
  89.      X2 = The columnnumber of the Destination-field
  90.      X3 = The columnnumber of the Message_Kind-field
  91.      Y1 = The rownumber of the first line of the holding netmail messages
  92.      Y2 = The rownumber of the last line of the holding netmail messages
  93.  
  94.   4) HEADER,FOOTER,TITLE-1,TITLE-2,TITLE-3
  95.      These are 5 strings which can be displayed in ANY color you want (see
  96.      further!). 
  97.  
  98.   5) HEADER-X, HEADER-Y, FOOTER-X, FOOTER-Y, TITLE-Y
  99.      These are again the coordinates. Note: only the Y-coordinate of the
  100.      TITLE-field can be choosen. The X-coordinates are already specified
  101.      by X1 and X2!!
  102.  
  103.   6) CLEARLINE
  104.      This is the line (including the color-codes!) which will be used to
  105.      clear the screen. Be sure you put enough spaces to clean the whole
  106.      line (hint: put a colorcode at the end of the line, so you're sure
  107.                  there are enough spaces!).
  108.  
  109.   7) COLOR-ADDRESS, COLOR-SEPARATOR, COLOR-DESTINATION, COLOR-STATUS
  110.      These are of course the color-codes for the netmail-address, the separators
  111.      ( : . / ), the destination and the message kind (mail/file).
  112.  
  113.   8) COLOR-ADDRESS-USER,COLOR-SEPARATOR-USER, COLOR-DESTINATION-USER,
  114.      COLOR-STATUS-USER
  115.      If there is mail waiting for the current user, it can be displayed in an
  116.      other color (blinking color eg.)
  117.  
  118.   9) EXCLUDE1, EXCLUDE2, EXCLUDE3, EXCLUDE4, EXCLUDE5
  119.      Mail waiting for these names (eg. your own name) will not be displayed
  120.      on the What's on Hold screen.
  121.  
  122.   10) DISPLAYTYPE
  123.       DISPLAYTYPE=0 -> EVERY waiting netmail will be displayed (except n°9)
  124.       DISPLAYTYPE=1 -> only ONE entry per 'destination' will be displayed!
  125.  
  126.   In your TOP.PBM you can activate this PEX automaticly by using the <CTRL-A>
  127.   hotkey ().
  128.  
  129.   This is an example of the TOP.PBM I use:
  130.  
  131.   ╔═══════════════════════════════════[ TOP ]══════════════════════════════════╗
  132.   ║ 0        1         2         3         4         5         6         7     ║
  133.   ║ 12345678901234567890123456789012345678901234567890123456789012345678901234 ║
  134.   ║ ;░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ ║
  135.   ║                                                                            ║
  136.   ║ Color    : White on Black             Example Text                         ║
  137.   ║ Hotkey   :                                                                ║
  138.   ║ Function : 60 - Run ProBoard SDK File                                      ║
  139.   ║ Data     : MB-HOLD                                                         ║
  140.   ║                                                                            ║
  141.   ║ Min.Level: 5                                                               ║
  142.   ║ Max.Level: 0                                                               ║
  143.   ║ Flags    : --------------------------------                                ║
  144.   ║ Min. Age : 0                          ┌─RIP──────────────────┐             ║
  145.   ║ Max. Age : 0                          │ Show remote    : No  │             ║
  146.   ║ Sex      : Don't Care                 │ Show local     : Yes │             ║
  147.   ║ Time Left: 0                          │ Reset screen   : Yes │             ║
  148.   ║ Time Onl.: 0                          └──────────────────────┘             ║
  149.   ║ Timeframe: Fully enabled                                                   ║
  150.   ║ Min.Speed: 0                                                               ║
  151.   ║ Max.Speed: 0                                                               ║
  152.   ║                                                                            ║
  153.  
  154.   ─────────────────────────────────────────────────────────────────────────────
  155.   ░░░░░░░░░░░░░░░░░░░░░░░         COLOR CODES           ░░░░░░░░░░░░░░░░░░░░░░░
  156.   ─────────────────────────────────────────────────────────────────────────────
  157.   You can use the following PCBored related codes. The syntax is like this:
  158.   @X7E eg. Where 7 is the backgroundcolor and E the foregroundcolor. You can
  159.   use this table to create your own colorcodes:
  160.  
  161.   ╔═══════════════════════════╦══════════════════════════╗
  162.   ║ ForegroundColor      code ║ BackgroundColor     code ║
  163.   ╟───────────────────────────╫──────────────────────────╢
  164.   ║ BLACK                  0  ║ BLACK                 0  ║
  165.   ║ BLUE                   1  ║ BLUE                  1  ║
  166.   ║ GREEN                  2  ║ GREEN                 2  ║
  167.   ║ CYAN                   3  ║ CYAN                  3  ║
  168.   ║ RED                    4  ║ RED                   4  ║
  169.   ║ MAGENTA                5  ║ MAGENTA               5  ║
  170.   ║ BROWN                  6  ║ BROWN                 6  ║
  171.   ║ LIGHTGRAY              7  ║ LIGHTGRAY             7  ║
  172.   ║ DARKGRAY               8  ║                          ║
  173.   ║ LIGHTBLUE              9  ║                          ║
  174.   ║ LIGHTGREEN             A  ║                          ║
  175.   ║ LIGHTCYAN              B  ║                          ║
  176.   ║ LIGHTRED               C  ║                          ║
  177.   ║ LIGHTMAGENTA           D  ║                          ║
  178.   ║ YELLOW                 E  ║                          ║
  179.   ║ WHITE                  F  ║                          ║
  180.   ╚═══════════════════════════╩══════════════════════════╝
  181.  
  182.   ─────────────────────────────────────────────────────────────────────────────
  183.   ░░░░░░░░░░░░░░░░░░░░░░░     QUICK INSTALLATION        ░░░░░░░░░░░░░░░░░░░░░░░
  184.   ─────────────────────────────────────────────────────────────────────────────
  185.   Copy all the files to the right directory, and create a NETMAIL folder in
  186.   ProCfg. Just change the NETMAILAREA in the INI-file, and fire up ProBoard ;-)
  187.  
  188.   ─────────────────────────────────────────────────────────────────────────────
  189.   ░░░░░░░░░░░░░░░░░░░░░░░            HISTORY            ░░░░░░░░░░░░░░░░░░░░░░░
  190.   ─────────────────────────────────────────────────────────────────────────────
  191.   * Version 1.1
  192.     I've just found a stupid bug! :(( It was something with the language files.
  193.     Very stupid, but solved now.
  194.  
  195.   * Version 1.0
  196.     The first version of this PEX, specially written for Mick De Cock of
  197.     Atomic II BBS.
  198.   
  199.   ─────────────────────────────────────────────────────────────────────────────
  200.   ░░░░░░░░░░░░░░░░░░░░░░░          REGISTRATION         ░░░░░░░░░░░░░░░░░░░░░░░
  201.   ─────────────────────────────────────────────────────────────────────────────
  202.  
  203.   Here is the best part of all.  MB-HOLD.PEX is FREEWARE. You do not have to
  204.   pay anything for using it.
  205.  
  206.   This PEX uses the same registration key as my other PEXes. With this key, the
  207.   copyright message will no longer displayed. See the file SUPPORT.DOC for how
  208.   you can obtain such a keyfile ;-))
  209.  
  210.   ─────────────────────────────────────────────────────────────────────────────
  211.   ░░░░░░░░░░░░░░░░░░░░░░░         SUPPORT SITES         ░░░░░░░░░░░░░░░░░░░░░░░
  212.   ─────────────────────────────────────────────────────────────────────────────
  213.  
  214.   Belgium:
  215.   ───────
  216.   Boardname: MegaByte BBS
  217.   SysOp:     Wim Jans
  218.   Phone:     +32-13-674345 (V.34) (Fido: 2:292/315)
  219.  
  220.   Germany:
  221.   ───────
  222.   Boardname: ViPeR BBS
  223.   SysOp:     Tobias Briel
  224.   Phone:     +49-7543-912227 (V.34) (Fido: 2:246/8730)
  225.              +49-7543-912226 (ISDN) (Fido: 2:246/8731)
  226.  
  227.   The Netherlands:
  228.   ───────────────
  229.   Boardname: Orbit
  230.   SysOp:     Jurre van Dijken
  231.   Phone:     +31-592-351561 (V.34) (Fido: 2:282/223)
  232.   http:      www.amazed.nl/~jvdijken/
  233.  
  234.   United States:
  235.   ─────────────
  236.   Boardname: Pacific Coast Micro
  237.   SysOp:     Mike Ehlert
  238.   Phone:     +1-805-494-8327 (V.34) (Fido: 1:102/1001)
  239.              +1-805-494-8427 (V.34) (Fido: 1:102/1005)
  240.              +1-805-494-9386 (V.34) (Fido: 1:102/1018)
  241.  
  242.   ─────────────────────────────────────────────────────────────────────────────
  243.   ░░░░░░░░░░░░░░░░░░         CONTACTING THE AUTHOR         ░░░░░░░░░░░░░░░░░░░░
  244.   ─────────────────────────────────────────────────────────────────────────────
  245.   
  246.   For Bug reports or Suggestions you can reach the author by writing a netmail
  247.   to one of the folling nodenumbers:
  248.     
  249.         √   FidoNet:    2:292/315
  250.         √   TGPB-Net: 752:320/400
  251.         √   DqP-Net:  173:800/400 (new nodenumber!!!)
  252.  
  253.   An other possibility is to call my board, MegaByte BBS on +32-13-674345.
  254.   
  255.   Snail Mail: Wim Jans
  256.               Nieuwstraat 4
  257.               B-2430 Vorst-Laakdal
  258.               Belgium - Europe
  259.  
  260.  
  261.   ─────────────────────────────────────────────────────────────────────────────
  262.   ░░░░░░░░░░░░░░░░░░               CREDITS                 ░░░░░░░░░░░░░░░░░░░░
  263.   ─────────────────────────────────────────────────────────────────────────────
  264.  
  265.   Special credit goes to my ßeta Sites for testing my PEXes on their boards.
  266.  
  267.       √ Board: Wave BBS                    √ Board: The Black Lodge          
  268.         SysOp: Stephan Vandenborn            SysOp: Stijn Michiels   
  269.         Phone: +32-11-592889                 Phone: +32-13-327027
  270.  
  271.         FidoNet:    2:292/130                FidoNet:    2:292/316
  272.         TGPB-Net: 752:320/102                TGPB-net: 752:320/402
  273.                                              DqP-Net:  173:800/402
  274.  
  275.  
  276.       √ Board: MDS-Belgium                 √ Board: Atomic II BBS  
  277.         SysOp: Kim Verhulst                  SysOp: Mick De Cock     
  278.         Phone: +32-3-2725391                 Phone: +32-13-327027
  279.  
  280.         FidoNet:   2:292/8128                FidoNet:   2:292/8133
  281.         TGPB-Net: 752:320/602                DqP-Net:  173:800/803
  282.         DqP-Net:  173:800/800
  283.  
  284.   ─────────────────────────────────────────────────────────────────────────────
  285.   ░░░░░░░░░░░░░░░░░░              GREETINGS                ░░░░░░░░░░░░░░░░░░░░
  286.   ─────────────────────────────────────────────────────────────────────────────
  287.  
  288.   Special greetings go to:
  289.  
  290.   Tobias Briel, Mick De Cock, Filip Duyck, Mike Ehlert, Steven Leeman, Ruben
  291.   Provoost, Branislav Slantchev, Stephan Vandenborn, Jurre van Dijken, Kim
  292.   Verhulst, Alfred Vossen, all my points at MegaByte BBS and all the one I've
  293.   forgotten ;-)))
  294.