home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 8 / CDASC08.ISO / VRAC / CW_PPP10.ZIP / HOWHEARD.DOC < prev    next >
Text File  |  1993-09-09  |  8KB  |  152 lines

  1.       HowHeard v1.4  Shareware PCBoard 15.0 PPE New Caller Upgrade Utility
  2.  
  3. What does HowHeard do?
  4.      This PCBoard 15.0 PPE, when placed in your newuser logon script,  lets
  5.      you assign up to 5 options to "How did you hear of us" or "Why are you
  6.      calling" type questions.  Based on their response you can upgrade to a
  7.      specific security level, add a note to Comment Line 2, add xxx days to
  8.      exp date (or a non-expiring date)  or you can even register them  in a
  9.      private conference. Response can be configured individually so that no
  10.      one response gets the same upgrade options!
  11.  
  12. HowHeard Installation.
  13.      Installation of HowHeard is fairly straight-forward.  Here is how I do
  14.      it. My new caller logon script looks like this, just 4 lines:
  15.      !E:\PPE\HOWHEARD\HOWHEARD.PPE
  16.      !E:\PPE\WELCOMAT\WELCOMAT.PPE
  17.      !E:\PPE\APPLY\I-APPLY.PPE
  18.      !E:\PPE\UAI\ADDRESS.PPE
  19.      The first line is for HowHeard, the other 3 are other PPE's I use that
  20.      prompt the user for city & state and other settings info.  There are a
  21.      number of ways you can do this. You can place the HOWHEARD.PPE in your
  22.      scripts, but there's no guarantee the user will answer the question...
  23.      But it's up to you as PCB's PPE feature makes it the most flexible BBS
  24.      software ever!
  25.  
  26. HowHeard Config File.
  27.      The config file, and all HowHeard files, must be in the same directory
  28.      as the HOWHEARD.PPE file. The config file MUST be called HOWHEARD.CNF.
  29.      Here's a sample HOWHEARD.CNF file, an expanation of this file follows.
  30. ┌─────────────────────────────────────────┐
  31. │ Your BBS Name                           │
  32. │ 00000 (or your registration number)     │
  33. │ Validation Code (given when registered) │
  34. │ E:\PPE\HOWHEARD\HOWHEARD.DSP            │
  35. │ 4                                       │
  36. │ Looking To Join "Planet Earth"          │
  37. │ 40                                      │
  38. │ 0                                       │
  39. │ 1                                       │
  40. │ Calling About Your PPE Program          │
  41. │ 30                                      │
  42. │ 182                                     │
  43. │ 106                                     │
  44. │ I Would Like Local User Status          │
  45. │ 20                                      │
  46. │ 30                                      │
  47. │ 0                                       │
  48. │ Other... Look for His Comment!          │
  49. │ 10                                      │
  50. │ 30                                      │
  51. │ 0                                       │
  52. └─────────────────────────────────────────┘
  53. Line 1 = Who registered to
  54. Line 2 = 00000 (if unregistered) or your registration number
  55. Line 3 = Validation Code (if unregistered leave blank)
  56. Line 4 = Path/Filename of "choices file" you want displayed to new callers
  57. Line 5 = How many "options" you will be providing below (same as in above)
  58. Line 6 = 30 Chars for Comment 2 Field in User Record *  \  All these are for
  59. Line 7 = New Security Level                          *   \ Response #1 based
  60. Line 8 = Days to Add to Exp Date (0=non-exp)         *   / on above display.
  61. Line 9 = Which conference to register the user in    *  /  Repeat for # 2-5.
  62. Lines 10-13, 14-17, 18-21 and 22-25 are same descriptions as the 4 lines # 6-9
  63.          but for options 2 - 5 in your display.      * See Notes Below
  64.  
  65. Notes
  66.      All but the first 5 lines are optional, but if not used there's little
  67.      point in even using this utility. If there's a field in the configfile
  68.      that you do not wish to use (such as registration in a conference) you
  69.      must leave the line empty (blank).  The Comment 2 field  is limited to
  70.      30 characters.  If the New Security Level field is left blank then the
  71.      security level as defined in PCBoard will be kept.  If it is not used,
  72.      as with any field in the config file,  you must leave an empty (blank)
  73.      line in it's place. The Days To Add to Exp Date are the number of days
  74.      to add to the date the script is answered (refered to as today's date)
  75.      and if left blank then the  number of days to exp  in PCBoard is kept.
  76.      If you want to assign a non-expiring exp date to a response,  then put
  77.      a 0 in this entry for this response.  There, I hope I haven't confused
  78.      anyone, I understand what I wrote <g>
  79.  
  80.  
  81. Sample HowHeard.DSP File
  82. ┌─────────────────────────────────────────────────────────────────┐
  83. │ Why are you calling our BBS today?                              │
  84. │                                                                 │
  85. │    (1) You are a SysOp looking to join the Planet Earth Network │
  86. │                                                                 │
  87. │    (2) You are a PCBoard SysOp  checking out our  PPE  programs │
  88. │                                                                 │
  89. │    (3) You are a local user looking for QWK mail network access │
  90. │                                                                 │
  91. │    (4) Other Reason (this response requires leaving a C)omment) │
  92. └─────────────────────────────────────────────────────────────────┘
  93.    This is the file displayed to the user to determine what upgrade
  94.    the user will recieve. This is the file as defined in the config
  95.    file, HOWHEARD.CNF.  You can include PCBoard @x color codes into
  96.    your display as well.
  97.  
  98. HowHeard History
  99.         v1.0 on 08-07-93
  100.         Initial release and looking good right out of the gate!
  101.  
  102.         v1.1 on 08-16-93
  103.         Added Registration info to config file.
  104.  
  105.         v1.2 on 08-18-93
  106.         Fixed the default to "answer 1 upgrades" if no choice is selected.
  107.         Thanks to Paul Lauda for the help!
  108.  
  109.         v1.3 on 08-23-93
  110.         No real code change, just updated docs to reflect some previous changes
  111.         and fixes.
  112.  
  113.         v1.4 on 09-09-93
  114.         Released as part of the PCBoard PPE Powerpack! CW-PPP10.ZIP!
  115.  
  116. Shareware
  117.      You have 30 days to evaluate it, then you must register or remove it.
  118.      You use HowHeard at your own risk. I will not be responsible for lost
  119.      data or any damage that the use or misuse of HowHeard may cause. It's
  120.      been thoroughly tested on my system and works flawlessly here but I'm
  121.      just covering my assets. If you have any ideas & suggestions that can
  122.      improve on HowHeard,  let me know in the Intelec Network's PPL forum.
  123.  
  124. To Register
  125.      Registration grants you a license to use HowHeard on the (1) BBS that
  126.      it is being registered to and licenses may not be transferred.  Plus,
  127.      registration is only  $5 U.S.  Send checks or money orders payable to
  128.      Cliff Watkins  at the address shown below.  If you are outside the US
  129.      please only use Postal Money Orders in US $. Non-U.S. personal checks
  130.      cannot be accepted, please don't send cash!  If in the U.S. include a
  131.      voice number and best time to reach you  and I will call you with the
  132.      registration number and validation code. If outside the U.S. then you
  133.      must call my BBS for this info.  There is no "online registration" at
  134.      this time, sorry.  Thanks for evaluating  HowHeard!  Look for my many
  135.      other fine PCBoard PPE utilities!
  136.  
  137.      And check out the Planet Earth Network! 21 conferences devoted to the
  138.      issues that matter most today!  Look for PEN-yymm.ZIP where yy is the
  139.      current year  and mm is the current month.  It is a great addition to
  140.      the networks you may be carrying now! Interested in a network that is
  141.      wider in focus?  Check out Intelec Network, the best general interest
  142.      network anywhere! Look for IN-yymm.ZIP on a BBS near you...
  143.  
  144.                                                  Cliff Watkins
  145.                                                  P.O. Box 212
  146.                                                  Baldwin, NY 11510
  147.  
  148.                                                  Intelec Online
  149.                                                  (516)868-0662 D/S 16.8
  150.                                                  Public 09:30-22:30 EST
  151.  
  152.