home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / BBS / TAGBBS / GFILE25F.ZIP / START25F.DOC < prev    next >
Encoding:
Text File  |  1990-06-28  |  14.9 KB  |  595 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.                   /==========================================\
  8.                  < T.A.G. Version 2.5f Start Up Documentation >
  9.                   \==========================================/
  10.  
  11.  
  12.  
  13.  
  14.  
  15.   /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\
  16.  /\/\/\/                     [>> Welcome to <<]                       \/\/\/\
  17. |   /\/      ______________        ______          ___________         \/\   |
  18. |  / /      /             /|      /     /|        /          /\         \ \  |
  19. | / /       TTTTTTTTTTTTTT/       AAAAAA /|       GGGGGGGGGGG\/|         \ \ |
  20. |/\/ /\           TT |           AA|___AA /|      GG |      GG/        /\ \/\|
  21. |-< <  >          TT |          AA/     AA /|     GG |   _____        <  > >-|
  22. |\/\ \/           TT |         AAAAAAAAAAAA |     GG |  /     /|       \/ /\/|
  23. | \ \             TT |         AA |      AA |     GG |__GGGGGG |         / / |
  24. |  \ \            TT |         AA |      AA |     GG/       GG |        / /  |
  25. |   \/\           TT/   <>     AA/       AA/  <>   GGGGGGGGGGG/  <>    /\/   |
  26.  \/\/\/\                                                              /\/\/\/
  27.   \/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/
  28.  
  29.  
  30.  
  31.  
  32.  
  33.           _____________________________________________________________
  34.          /                                                             \
  35.         (     T.A.G. 2.5f - Copyright (C) 1986-1990 Robert Numerick,    )
  36.          \________________     and Victor Capton.     _________________/
  37.                           \__________________________/ 
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.              T.A.G. BBS Version 2.5f -  Start Up Documentation - Page 1
  74.  
  75.  
  76.                    /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\
  77.                   < T.A.G. Version 2.5f  Start Up Instructions >
  78.                    \/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/
  79.                               \  By Victor Capton  /
  80.                                \/\/\/\/\/\/\/\/\/\/
  81.  
  82.  
  83.      T.A.G. is distributed with a standard configuration that we have found
  84.      to work well for beginning boards.  It is extremely easy to get T.A.G.
  85.      up and running, but a lot of work must be put into any bulletin board
  86.      system to make it your own.
  87.  
  88.  
  89.                           **** <<<< IMPORTANT >>>> **** 
  90.  
  91.      Add the following lines in your "config.sys" boot file (usually found
  92.      in the root directory of your C drive).  If "config.sys" does not
  93.      exist, create one:
  94.  
  95.           device=ansi.sys
  96.           buffers=30 
  97.           files=20 
  98.  
  99.      If the file "ansi.sys" does not exist in your root directory, you must
  100.      copy it from your master MS-DOS boot disk.
  101.  
  102.      If the "files" and/or "buffers" lines already exist in your
  103.      "config.sys", make sure "files" are defined to at least 20, and
  104.      "buffers" to at least 30.
  105.  
  106.  
  107.  
  108.                                   Required Files
  109.  
  110.      GFILE25F.ZIP   -    Start up files and documentation for T.A.G.
  111.                          (the archive this file was contained in).
  112.  
  113.      MAIN25F.ZIP    -    T.A.G. Main Programs.
  114.  
  115.      DOCS25F.ZIP    -    T.A.G. Main Documentation.
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136.  
  137.  
  138.  
  139.              T.A.G. BBS Version 2.5f -  Start Up Documentation - Page 2
  140.  
  141.  
  142.                                  Directory Setup
  143.  
  144.      The following directory setup is what the start up system is configured
  145.      to.  If you choose to put T.A.G. on another drive besides "C" or wish
  146.      to use another directory structure, you must follow the instructions
  147.      for differing directories later in this document.
  148.  
  149.      From the root directory of your "C" drive (C:\), make a directory
  150.      called "BBS":
  151.  
  152.                md bbs
  153.  
  154.      Then from inside the BBS directory:
  155.  
  156.                cd bbs
  157.  
  158.      Make two other directories called "GFILES" and "MSGS":
  159.  
  160.                md gfiles
  161.                md msgs
  162.  
  163.  
  164.  
  165.      Main BBS Directory   BBS --+-- GFILES   Main Data Files Directory
  166.                                 |
  167.                                 +-- MSGS     Message Text File Directory
  168.  
  169.  
  170.  
  171.  
  172.                              Start Up File Placement
  173.  
  174.       
  175.      UnZip the following archives into the indicated directory:
  176.  
  177.           MAIN25F.ZIP    -    Into the Main BBS Directory (C:\BBS)
  178.  
  179.           BBS25F.ZIP     -    Into the Main BBS directory (C:\BBS).  This
  180.                               file is located in the start up archive
  181.                               itself.
  182.  
  183.           SUPP25F.ZIP    -    Into the Main Data Files Directory
  184.                               (C:\BBS\GFILES).  This file is located in the
  185.                               start up archive itself.
  186.  
  187.  
  188.  
  189.  
  190.  
  191.  
  192.  
  193.  
  194.  
  195.  
  196.  
  197.  
  198.  
  199.  
  200.  
  201.  
  202.  
  203.  
  204.  
  205.              T.A.G. BBS Version 2.5f -  Start Up Documentation - Page 3
  206.  
  207.  
  208.                                 Booting the System
  209.  
  210.      Now you are almost ready to boot T.A.G.  Make sure your system time and
  211.      date are set correctly.
  212.  
  213.  
  214.      If you are using the standard directory setup as stated above you may
  215.      skip this next paragraph.
  216.  
  217.      Starting up a system on a different directory setup requires you to do
  218.      two things immediately after booting the system.  First T.A.G. will
  219.      state the default Main Data Files Directory is invalid; you must enter
  220.      the COMPLETE path of the Main Data Files Directory you are using
  221.      (including the drive letter).  Secondly you must immediately enter the
  222.      system configuration (the default SysOp Password #3 is "SYSOP"), go
  223.      into the "General Variables" screen and set options A through C to the
  224.      correct directories.  After preforming these two steps you may proceed
  225.      with the setup normally.
  226.  
  227.  
  228.      If you are using Communications Port #1 (COM1) for your system you may
  229.      skip the next paragraph.
  230.  
  231.      Starting a system on Communications Port #2 through #4 (COM2 - COM4)
  232.      for the first time requires an extra parameter.  Simply enter "TAG
  233.      /COM#" (where "#" is the number of communications port you are using)
  234.      to boot the system instead of the given string.  After booting the
  235.      system once, the "/COM#" parameter is no longer needed since T.A.G.'s
  236.      system configuration has been modified directly.
  237.  
  238.  
  239.      To boot the system, go into the Main BBS Directory (C:\BBS) and type:
  240.  
  241.                TAG
  242.  
  243.      After preforming several boot steps, the system will attempt to
  244.      initialize the modem.  If after a few seconds the system is still
  245.      trying to initialize the modem, press the <SPACE BAR> to abort the
  246.      initialization process.  In this case you will have to modify the modem
  247.      initialization string as defined in the system configuration to suit
  248.      your particular modem (assuming the modem is turned on, and hooked up
  249.      correctly).  See the main documentation for more information.
  250.  
  251.  
  252.  
  253.  
  254.  
  255.  
  256.  
  257.  
  258.  
  259.  
  260.  
  261.  
  262.  
  263.  
  264.  
  265.  
  266.  
  267.  
  268.  
  269.  
  270.  
  271.              T.A.G. BBS Version 2.5f -  Start Up Documentation - Page 4
  272.  
  273.  
  274.                                System Configuration
  275.  
  276.      To configure the system to your particular needs, use the system
  277.      configuration command from the SysOp menu.  Follow these steps to enter
  278.      system configuration:
  279.  
  280.           -    Press "Control-Q" or "S" from the wait screen to enter the
  281.                SysOp menu.
  282.  
  283.           -    Press "S" to edit system configuration.
  284.  
  285.           -    A ":" will appear, this indicates the system is waiting for a
  286.                SysOp Password.  In this case the default SysOp password #3
  287.                is "SYSOP".  Type "SYSOP" and press enter.
  288.  
  289.      Once inside the system configuration, carefully look over each section
  290.      and change whatever you feel necessary.  The main documentation
  291.      contains detailed information about each function if necessary, though
  292.      many of the options will be fairly obvious.
  293.  
  294.      After you are finished, press "Q" to exit back to the SysOp menu.  And
  295.      then "Q" again to exit to the wait screen.
  296.  
  297.  
  298.  
  299.  
  300.                              Creating the SysOp User
  301.  
  302.      1.   From the wait screen press the <SPACE BAR> to logon locally. 
  303.  
  304.      2.   Answer "Y" at the verification prompt.  
  305.  
  306.      3.   After the title screen is displayed you will be asked to enter
  307.           your user name or ID number.  You are a new user so type the name
  308.           you wish to represent the SysOp of the system (most systems use
  309.           "SYSOP").  
  310.  
  311.      4.   T.A.G. will inform you that the user does not exist, answer "Y" to
  312.           continue with the new user logon.
  313.  
  314.      5.   Proceed to enter to required new user information.
  315.  
  316.      6.   After your logon is complete, work your way to the main menu.
  317.  
  318.  
  319.  
  320.  
  321.  
  322.  
  323.  
  324.  
  325.  
  326.  
  327.  
  328.  
  329.  
  330.  
  331.  
  332.  
  333.  
  334.  
  335.  
  336.  
  337.              T.A.G. BBS Version 2.5f -  Start Up Documentation - Page 5
  338.  
  339.  
  340.      7.   Now to give yourself Full SysOp access:
  341.  
  342.           -    Press Alt-F1, and enter "N" to validate your account to
  343.                normal access.
  344.  
  345.           -    Press F1, and enter 255 for SL (security level).
  346.  
  347.           -    Press Shift-F1, and enter 255 for DSL (download security
  348.                level).
  349.  
  350.           -    Press Shift-F2, and type "*" to toggle all AR flags active.
  351.  
  352.           You are now a SysOp!
  353.  
  354.  
  355.  
  356.  
  357.  
  358.  
  359.  
  360.  
  361.  
  362.  
  363.  
  364.  
  365.  
  366.  
  367.  
  368.  
  369.  
  370.  
  371.  
  372.  
  373.  
  374.  
  375.  
  376.  
  377.  
  378.  
  379.  
  380.  
  381.  
  382.  
  383.  
  384.  
  385.  
  386.  
  387.  
  388.  
  389.  
  390.  
  391.  
  392.  
  393.  
  394.  
  395.  
  396.  
  397.  
  398.  
  399.  
  400.  
  401.  
  402.  
  403.              T.A.G. BBS Version 2.5f -  Start Up Documentation - Page 6
  404.  
  405.  
  406.                             ** Optional Setup Items **
  407.  
  408.      Included with the start up package are the following files provided by
  409.      Jason Hunt at the Pirate's Chest BBS:
  410.  
  411.           ANSIMENU.ZIP - Sample ANSI graphic menus for several areas of the
  412.                          system.
  413.  
  414.                To set up these ANSI menus for use on your system, simply
  415.                unzip the ANSIMENU.ZIP file into your main data files
  416.                directory (C:\BBS\GFILES).
  417.  
  418.                Next enter the menu editor from either the wait screen or
  419.                from the main menu.  Modify each of the following menus, and
  420.                place the listed name in the "Help File ID" field (option 6
  421.                after choosing which menu to modify).  These menus replace
  422.                T.A.G.'s normal help level (help level 3) menus.
  423.  
  424.                     Main Menu           - Set the help file ID to "MAIN".
  425.  
  426.                     Message Menu        - Set the help file ID to "MSG".
  427.  
  428.                     File System Menu    - Set the help file ID to "FILE".
  429.  
  430.                     Batch Download Menu - Set the help file ID to "BATDL".
  431.  
  432.                     Batch Upload Menu   - Set the help file ID to "BATUL".
  433.  
  434.                Now when a user has ANSI graphics active, they will see these
  435.                menus, as apposed to the standard ones T.A.G. generates from
  436.                the information in the menu editor.
  437.  
  438.                ANSI graphic file generators such as The Draw (tm) can be
  439.                used to create and/or modify these types of menus.
  440.  
  441.  
  442.           NEWUSERQ.ZIP - Sample new user questionnaire.
  443.  
  444.                To set the new user questionnaire up on your system, simply
  445.                unzip the NEWUSERQ.ZIP file into your main data files
  446.                directory (C:\BBS\GFILES).  T.A.G. will automatically search
  447.                for the file after a new user logs onto the system and
  448.                execute the questionnaire.  See the main documentation for
  449.                more information, it is very likely that you will wish to
  450.                tailor this questionnaire for your own system needs.
  451.  
  452.  
  453.  
  454.  
  455.  
  456.  
  457.  
  458.  
  459.  
  460.  
  461.  
  462.  
  463.  
  464.  
  465.  
  466.  
  467.  
  468.  
  469.              T.A.G. BBS Version 2.5f -  Start Up Documentation - Page 7
  470.  
  471.  
  472.                                   Closing Notes
  473.  
  474.      Using the main/menu documentation and the provided sample files, the
  475.      customization of your system should be fairly straight forward.
  476.  
  477.      Experiment!!!
  478.  
  479.      It's a big system, don't expect to learn it all in one sitting.
  480.       
  481.  
  482.      Things to do to a new system: 
  483.  
  484.      -    Modify the system configuration for your system.  Go into each
  485.           configuration screen and look at all the options.  If you are not
  486.           sure about on of them, check the main documentation for detailed
  487.           information.
  488.  
  489.      -    Check over the menus and command access levels in the menu editor
  490.           (//MENUEDIT).  Determine what access levels you are going to
  491.           assign new users, normal users, privileged users, remote sysops,
  492.           etc.
  493.  
  494.      -    Add/change message sections with the message section editor
  495.           (//BOARDEDIT). 
  496.  
  497.      -    Add/change file sections with the file section editor
  498.           (//DLBOARDEDIT). 
  499.  
  500.      -    Add/change the validation levels with the access editor
  501.           (//ACCESS).
  502.  
  503.      -    Add/change the protocols defined for the system using the single
  504.           and batch protocol editors (//SINGLE and //BATCH).  Also obtain
  505.           the required files (such as DSZ) and place them in your main BBS
  506.           directory (C:\BBS).  See the main documentation.
  507.  
  508.      -    Change or edit the default text files for your system.  There are
  509.           many files that do not appear in the Main Data File and Alternate
  510.           Text File Directories (C:\BBS\GFILES).  These optional files are
  511.           listed in the main documentation.
  512.  
  513.      -    Add *.CLR versions of various text files for ANSI users.  You'll
  514.           need and ANSI editor to do this.  "The Draw" is by far the best in
  515.           my opinion.  See the main documentation for information on wish
  516.           files have the "*.CLR" option.
  517.  
  518.      -    Create a voting board using the voting editor (//IVOTES).
  519.  
  520.      -    Post mail in each message section describing what it is (remember
  521.           to (S)can all new message bases before attempting to post any
  522.           message).
  523.  
  524.  
  525.  
  526.  
  527.  
  528.  
  529.  
  530.  
  531.  
  532.  
  533.  
  534.  
  535.              T.A.G. BBS Version 2.5f -  Start Up Documentation - Page 8
  536.  
  537.  
  538.  
  539.      -    Set up or modify the various trash can systems to prevent use of
  540.           various user names, phone numbers, or upload file names.
  541.  
  542.      -    Use the file utilities to add any files you already have to their
  543.           appropriate download section (see FUTIL*.ZIP, where "*" is the
  544.           latest version number available).
  545.  
  546.      -    Set up any games you wish to be on-line (T.A.G., PC-Board(tm),
  547.           RBBS(tm), DOORS.SYS, GAP(tm), QuickBBS(tm), and many others are
  548.           supported).  See the main documentation.
  549.  
  550.      -    Set up a shell DOS system if you wish one to be available.  See
  551.           the main documentation.
  552.  
  553.      -    Consider setting up TAGMail to inter-connect with the
  554.           International Net/Matrix/Echo system.  It's a whole new world out
  555.           there!
  556.  
  557.  
  558.  
  559.  
  560.  
  561.  
  562.  
  563.  
  564.                                    Good Luck !!
  565.  
  566.                           Hopefully you will enjoy being
  567.                            a SysOp as much as we have.
  568.  
  569.                                    __  __  __  
  570.                                    /he /ag /eam
  571.  
  572.  
  573.  
  574.  
  575.  
  576.  
  577.  
  578.  
  579.  
  580.  
  581.  
  582.  
  583.  
  584.  
  585.  
  586.  
  587.  
  588.  
  589.  
  590.  
  591.  
  592.  
  593.  
  594.  
  595.