
         ---------------------------------------------------------
         )       Add Board to Logoff v1.2 (Second Release)       (
         ------------------Date: 25-May-1993----------------------

                         Copyright © 1993 - Bobo!
                 The East BBS +46-8-940614, +46-8-PRiVATE

                    Doc typed at 27-Jan-1993 by RaJ-Ban
                Traders Nation +46-176-55202, +46-176-19228

         ---------------------------------------------------------
         )         An highly optimized AmiExpress Door !         (
         ---------------------------------------------------------


                     ___ What is AddBBStologoff ? ___
                     \(============================)/

 This is a Door which allows Users (Sysops) to add their own BBS advertise
 to a Logoff-screen. How many times haven't you got the Question about
 putting other boards to the Logoff-screen ? And they will keep asking
 over and over again until you finally put it there. Too lazy or to Busy
 to do that ? Well here's the solution. No need to bother sysops, Users
 can handle all that by themselves (if the got the right access.).
 As Sysop you are able to enter how many boards you want in the logoff
 and you can also include a Header file to be displayed. It also allows
 some sysop editing.

   Features:
   ---------
 · The one and only Door of this kind. Very nice to let Users add
   Their boards to the logoff themselves!
 · Very fast (for beeing a Arexx door) even on a plain 68000 system!
 · Build in config editor, you really don't need this doc.
 · Build in Help ! (what can I say... Why are you reading?)
 · Lots of securitychecks. So if something goes wrong, check the errorlog
   and notify BoBo!
 · Multinode Copatible !


                           ___ Disclaimer ___
                           \(==============)/

 This Door is programmed in Arexx (at the moment) would not cause any
 problems. But as always theres no guarantee that it wont cause any damage. 
 Anyway I, Bobo, take no responsibilities for what this door may cause to
 your Harddisc or Software. But I (and some other BBS's) have been running
 this Door for about 4 weeks and NO Problem has accured. Bugreports and
 other suggestions are wanted, please look at the end of this document !
 This Door is CALLWARE. If you find it Useful and keep using it, call my
 BBS (perhaps to check for updates ?). Soon a version in C will be released,
 but i haven't got the C power to do that yet.


                        ___ What, Where and Why ___
                        \(=======================)/

 This package should incloude the following:

 File with Full Path                       Size   Description
 -----------------------------------------------------------------------
 Doors:Arexx/Addbbs/Addbbstologoff.Rexx    29224  The Main Program.
 Doors:Arexx/Addbbs/Addbbstologoff.Doc     15242  You are looking on it.
 Doors:Arexx/Addbbs/Addbbstologoff.Guide   22084  Amiga Guide Doc.
 Doors:Arexx/Addbbs/Addbbstologoff.Update   4092  What has been Changed!
 Doors:Arexx/Addbbs/OutputEx.Txt            2066  Output Example (Noansi)
 Doors:Arexx/Addbbs/OutputEx.Txt.gr         2660  Output Example (Ansi)
 Doors:Arexx/Addbbs/ConfigABTL             46072  CLI config program.
 S:Addbbstologoff.Header                     705  Example Header included.
 S:Addbbstologoff.Help                      2364  Text for Online-Help.
 -----------------------------------------------------------------------
 If the filesizes doesn't match, Call my BBS for a new copy. Someone may
 have altered the code, and that could mean a backdoor.


                ___ Updating from version 1.1 to 1.2 ___
                \(====================================)/
 The only thing you need to do, is to replace the old helpfile, docfile,
 updates and the arexx source with the new ones. You ALSO need to make a 
 new configfile. Use the CLI version (Arexx Compiled), or the inbuild one.


                       ___ Installation The Door ___
                       \(=========================)/

 As a registered AmiExpress you know how to install a AREXX type door in
 your system. If not, check the AE doc and try to understand the rest.
 First of all, make a dir in your DOORS:Arexx/ called ADDBBS or whatever
 you like. Copy the main program (and the doc) into that directory. Copy
 the Header and Help file to your S: dir. Now edit your BBS.cmd or the
 CustomCommands for older versions, located in your BBS:Command/ dir
 You should add something like this to your BBS.cmd file...

 -Cut Here-----------------------------------------------
 *ADDBBS   RM020Doors:Arexx/Addbbs/Addbbstologoff.rexx
 -Cut Here--|--------------------------------------------

 Addbbstologoff.Header
 ---------------------
 Now make a file called Addbbstologoff.Header or what ever you want it
 to be named (you can change it in the config). And in there you can have
 a logo for your board etc etc. Normally goes to the S: dir. (Look at
 the included one)

 Addbbstologoff.Config
 ---------------------
 To make a configfile, you can either use the included CLI configuration
 program (But since it's arexx compiled, it wont work on all amigas), or
 you can use the inbuild one in the door. To use the inbuild one, install
 the door in your bbs.cmd, and go into your local node and run it. Go into
 S)ysopcommands, then M)ake/edit config. The configeditor looks like this:

 *) Version of Addbbstologoff........(1.2)
 1) Maxboards in logoffscreen........(10)
 2) Seclevel to addboard.............(20)
 3) Seclevel to access sysopcommands.(255)
 4) Write log to callerslog..........(YES)
 5) Check for duplicate board........(YES)
 6) Headerfile.......................(S:Addbbstologoff.Header)
 7) Helpfile.........................(S:Addbbstologoff.Help)
 8) Outputfile.......................(BBS:Node1/Logoff.Txt)
 S) Save, quit and use this config...(Save)
 Q) Quit and use old config..........(Nosave)
 X) Quit and use this config.........(Nosave)

 (1) 'Maxboards' is the maximum numbers of boards to have on the logoffscreen.
 For example, you have chosen 10, there will never be more than 10 boards in
 your logoff. Because when someone adds the 11th board, board number 1 will
 get deleted, and the new board will get added at the bottom.

 (2) 'Addboard' is the lowest security level you'll need to Add a board to
 the logoff (You maybe don't want some lamers to add boards by them selves).

 (3) 'SysopCommands' is the lowest seclevel you'll need to access the sysop
 (cosysop) menu. There you'll have these options....
 D)elete logoffscreen: Delete the logoff screen and reset all boards.
 M)ake/Edit config   : Edit the S:Addbbstologoff.Config
 E)dit Board         : Edit one of the boards that are added to the
                        logoff screen.
 R)emove Board       : Remove boards from logoffscreen.

 (4) 'Log' is if the door should write to callerslog when a user is using
 the door (You can for example see who have added wich board and so on).

 (5) 'Duplicate check' is if the door should check for duplicate boards.
 If it finds a duplicate board it won't add anotherone !

 (6) 'Headerfile' is the file, with full path, you want to put over the
 boards. Example, you maybe want a logo for your bbs/group name or something
 like that to be showed at the same screen (look at the included one).

 (7) 'Helpfile' is the helpfile, with full path, thats used when a user uses
 online help. (Please don't change the helptext)

 (8) 'Outputfile' is the output file of the Door (with full path). The
 outputfile can be BBS:Screens/Logoff.txt or the BBS:NodeX/Logoff.txt file 
 etc etc. If you are using Random-logoffs, just give the outputfile a correct
 number. You are now able to use the some outputfile for ALL nodes.


                          ___ Output Example ___
                          \(==================)/

           [=> T H A N K   Y O U   F O R   C A L L I N G <=]
             .       .       .          .        .       .       .
          __/|___ __/|___.__/|_________/|_    __/|___ __/|___ __/|__\/_
          \  _   \\  _   |\  _   \      _/    \  _   \\  _   \\  _   \
   _ __ __/  |___//  |___|/  |___/\__/ _|__ __/__/   // _/   //  |___/
  \\\\_\\_   __|_/   ___/|\___   \  / \\\\_\\____   </  \   < \___   \
        /    |   \   |   |/   \   \/    |   /    \   \   \   \/   \   \
        \  ______/___| __|______  /____ |   \______  /_____  /______  /
  =======\/==========|/=========\/=====\|==========\/======\/===cgr=\/===

    Y O U   C A N   A L S O   T R Y   T H E S E   C O O L   B O A R D S
                                                                               
Addbbstologoff v1.2! - Scripted in 1992/93 by [-bObO-] - East BBS +46-8-940614!

Last user added: CaT                            Last updated: 05-20-93 20:38:33
.--+------------------+-----------------+-------------------------------------.
|Nd| Boardname        | Phone           | Comment                             |
+--+------------------+-----------------+-------------------------------------+
|04| CENTRESOFT!      | +46-18-463380   | NEMESIS EHQ! NEWEST AMI/CON/ST!     |
|01| > 7:th Heaven <  | +46-8-53192192  | DECADE DIST SITE - WRD EHQ - 16k8   |
|01| NEMESiS SYSTEMS! | +46-8-58038503! | SKiLLiON/EUE MEMBER BOARD - ELWooD! |
|01| · the  SLAmmER · | +46-8-623·01·96 | /X · 68030/40Mhz · 16800 DS · INDY· |
|01| FiNAL PHASE      | +46-8-7547760   | 1.7Gb of PC & CONSOLES NEWEST WAREZ |
|01| UnderCover       | +46-8-54023405  | /X v2.39 , HST , AMIGA ELiTE ...... |
|01| Speedhunters     | +46-174-34111   | EliTE · PORNO · KEWL · WRD WHQ!!    |
|01| ·» Dyers Eve «·  | (·) PRiVATE (·) | FAiRLiGHT PC SWEDEN HEADQUARTER !!  |
|02| Traders Nation   | +46-176-55202   | NoDE 2: +46-176-19228 NEW PC/AMiGA  |
|01| Hall Of FAME     | +46[0]910-26665 | 18.82 MIPS 16.8K DS 0-1 DAY WAREZ!  |
`--+------------------+-----------------+-------------------------------------'

 This is an example output from my board. As you see, we have a header
 above, and a maximum of 10 boards. (And ofcaurse, the ansi version looks
 much better)

                     ___ Other utils/doors in work ___
                     \(=============================)/

 File Checker........:The best Fcheck utility ever for Amiexpress. Will
                      be released soon in C. Fast and good!
 Multisysoppage......:With this utility, users are able to choice wich
                      sysop they want to page (if you are more than one
                      sysop on the system.)
 Remoteshell.........:The old cool remoteshell that was removed from
                      Amie 2.0+ is now back. The same old remoteshell
                      where you can do whatever you like. (Format hehe)
 Ultimate Usermessage:The most powerful usermessage utility ever done
                      for amie. With alot of commands and options.
 Node Information....:A new nodeinformation door, that shows alot of
                      informations about the users on the other nodes.
 Last Files..........:The best utility to show the last files in the
                      area.

                           ___ FINAL NOTES ! ___
                           \(=================)/

 The arexx source
 ----------------
 I have decided to release this door uncompiled for those who wants to check
 and learn from my nice and clean source. But this means that the door is
 very easy to put a backdoor in. So PLEASE, check the source with CED or
 something before running it. Or call my board for a full copy of it to be
 100% sure. If you want to compile this you have to do it yourself. I haven't
 tested it, so do it on your own risk. Since this door is totaly optimized,
 this will run fast, even on 68000 cards.

 And remember, it's LAME to rip others hard work. If you want to do something,
 do it yourself, this is mine and mine only source! If you want to use some
 part of the source it's ok, if you give me some credits for it!

 Well, you maybe have seen that this version (1.2) has been in work a quite
 long time. But i wanted it to be GOOD, and errorfree before releasing it!
 I ONLY make quility doors. And i hope this is enough for you. And i give
 you RAJ-BAN, a big thanx for writing this documentation for me. Call his
 board!

 This door have one of the best error securitychecks. If somewhing goes wrong,
 the door will write to the errorlog (Doors:Errorlog), and then AUTOMATICLY
 force the user to leave a comment to the sysop. The door will write ALL sort
 of errors in the errorlog, included missing configfile, missing tools
 (C:Delete, C:Copy), and missing libraries etc etc. The Door will also tell
 the user who's using it if an errorlog exists, and then tell him to inform
 the sysop to check what's wrong.
                                               Signed [-bObO-] of [-iNSANE-]

 Don't touch my arexx script
 ---------------------------
 Don't change anything in the source, becouse i have spent quite a lot of
 time making this program for you. I hate lamer stealing others hard work,
 and not even mentioning the original Coder !
 So, if you want to see any changes, please call my board, and i'll make
 the improvments you want!

 The Credz etc.
 --------------
 Programming and Idea by:  Bobo/East BBS
 Some Doc improvements by: RaJ-Ban/Traders Nation

 If you have any trouble installing or running this door, you may
 either call my board, or some of my beta testers for help. Also call
 for the latest Updates and new wares!

  Name:             Sysop:         Phone Number:     Speed:   Supports:
 ==========================================================================
  The East BBS #1   BOBO/INSANE    +46-8-940614      16.8k    AM/PC/ST/CON
  The East BBS #2   BOBO/INSANE    +46-8-PRiVATE     14.4k    AM/PC/ST/CON
  Wastelands        NiGHTSHADE/INS +46-8-157472      16.8k    AMiGA / CON
  Traders Nation #1 RaJ-BaN        +46-176-55202     16.8k    AMiGA/PC/SNES
  Traders Nation #2 RaJ-BaN        +46-176-19228     16.8k    AMiGA/PC/SNES
  Crazy World       SLASH          +46-8-6054434     16.8k    AMiGA/PC/CON
  Dope House #1     RICHI/FLT      +46-8-6031041     14.4k    AMiGA ONLY
  Dope House #2     RICHI/FLT      +46-8-6031042     14.4k    AMiGA ONLY
 ==========================================================================

 I'm looking for more beta testers (multinode). Please leave me a comment
 either on my board or somewhere i have an account.

 Some greetings from [-bObO-] go'es to:
 --------------------------------------
 Raj-Ban/Indy, Slash/Indy, Richi/Fairlight, Nightshade/Ins, Necronomicon/Ins
 Elric/Quartex, Ministry/Quartex, Madness/Indy, X-Citing/Indy, Cruger/Shamen
    Snuskbuske/Dual Crew, Zany/Noxius, Cevin Key/Elevation, Princip/Decade
                 And ofcourse, all my friends that i missed.

 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                            That's all folks...

                  Call my board: +46-8-940614 (East BBS)

                     For more cool doors and updates.

              This documentation is copyrighted (C)'93 by RAJ-BAN!

 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
