home *** CD-ROM | disk | FTP | other *** search
/ Collection of Hack-Phreak Scene Programs / cleanhpvac.zip / cleanhpvac / JOINPWA.ZIP / JOIN.DOC < prev    next >
Text File  |  1993-05-25  |  4KB  |  103 lines

  1.      **************************************************************
  2.      *                         JOIN v1.0                          *
  3.      *                  Written in PPL for PCBoard                *
  4.      *       By Teddy - SysOp of the digital Underground BBS      *
  5.      **************************************************************
  6.  
  7.   Pirates with Attitude is a group dedicated to bringing you the finest 
  8.   software also for PCBoard systems. 
  9.  
  10.   This code was written for the sysops that carry more than one network
  11.   and don't want thier users to have to scroll to the bottom of a 600+
  12.   line file to find the network conferences they want to see.
  13.  
  14.   This file is free and requires NO registration. 
  15.   
  16.   But if you have other PPL Programs , please upload them at my bbs ;-))
  17.  
  18.   Now that all that was said...
  19.  
  20.   I carry a couple of networks and each have a LOT of different conferences
  21.   in them...The main problem was that for people to see the conferences at
  22.   the bottom of the list, they would have to scroll through some 1200+ 
  23.   conference names. Thus JOIN steps in. JOIN will display ONE screen of
  24.   NETWORKS to your users and let them select which lists they prefer to
  25.   view instead of what was being forced upon them.
  26.  
  27.   Setting up:
  28.  
  29.   There are 2 different types of screens 1, the network screen and 2, the
  30.   conference screens. The first one you will have to create, the latter
  31.   you will only have to divide your present conference listing up.
  32.  
  33.  
  34.   NETWORK SCREEN:
  35.  
  36.   You must create the NETWORKS screen first that your users will be 
  37.   presented with. The name MUST BE NCNFN. You can add the language suffix
  38.   if you have more than one language. and also the security suffix 
  39.   (See the NCNFN screens inside this zip). 
  40.   Next it should only be 22 lines long, JOIN places the cursor at the
  41.   bottom of the screen when asking for an input. Your networks will be
  42.   numbered 1-?, again see the NWORKS file in this zip.
  43.   
  44.   These files MUST reside in a subdir in the PPE dir called NETCNFN.
  45.  
  46.   CONFERCENCE SCREENS:
  47.  
  48.   The conference screens are the ones that are connected to one single 
  49.   network (Or however you want to list them), and list the conferences 
  50.   available screens. The file names of these are <number of the listing>
  51.   + NET, so if I had 3 different networks, they would be listed under
  52.   1NET 2NET 3NET. When the user selects a conference by number,
  53.   that number is appended to the word NET and then that file is displayed
  54.   to the user. Again you can attach the suffix to the file for language
  55.   specific files (ie...1NET.GER 2NET.GER) And you may add also a SECURITY 
  56.   to the files (ie...1NET20 or 2net99.ger)
  57.  
  58.   These files MUST reside in a subdir in the PPE dir called NET.
  59.  
  60.   So what you should have in your ppe directory when your finished are
  61.   the following files:
  62.  
  63.                         NJOIN.PPE
  64.   
  65.   and in the NETCNFN directory                       
  66.  
  67.                         NCNFN
  68.                     or  NCNFN20     (for level 20)
  69.                     or  NCNFN20.ger (for level 20 in german language)
  70.                     or  NCNFN.ger   (for all levels in german language)
  71.                     
  72.   in the NET directory do the same with 
  73.    
  74.                         xNETxx.xxx
  75.                         
  76.   PCBSETUP:
  77.  
  78.   Now go into PCBsetup to the CMD.LST section:
  79.  
  80.   < B: File Locations, B: Configuration Files, CMD.LST >
  81.  
  82.   Edit a line to include the following:
  83.  
  84.   Command       Security      PPE/MNU File -or- Keystroke Replacement
  85.   =======       ========      ========================================
  86.      J             0           F:\PCB\PPE\PWAJOIN\JOIN.PPE
  87.  
  88.   The command your changing is "Join", Security level at whatever you want,
  89.   and the path (FULL) to the JOIN.PPE.
  90.  
  91.   Thats all there is to it!, Now go into pcboard and select J a conference,
  92.   you should see the network screen pop up and then from there JOIN will 
  93.   ask which NETWORK you wish to view, and then which conference within the
  94.   network to join.
  95.  
  96.  
  97.      Support:  The Digital Underground BBS - SysOp Teddy
  98.      
  99.  
  100.      History:  05-25-93 ■ Release of Version 1.00
  101.  
  102.  
  103.