home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / CALLBK16.ZIP / CALLBACK.DOC < prev    next >
Encoding:
Text File  |  1990-04-22  |  3.6 KB  |  86 lines

  1. ** NOTE: People switching from an older version - Look at the .CFG it has
  2.          changed ALOT!
  3.  
  4.  
  5. T.A.G. Callback Door v.1.6
  6. Copyright (c) 1989-1990 by W. Brian DeSiro
  7.  
  8. FINALY!  I started writing this program allmost a year ago, and put it off,
  9. quit, stopped, and ran into problems so many times!  But I finally got around
  10. my biggest bugs and it's done!  This program will call back a user to check
  11. their phone number, once they connect it will ask them for their password and
  12. if they get it right it will validate them and then exit back up to the BBS.
  13. it will allow you to allow long distance calls, out of area code calls, or
  14. restrict them.
  15.  
  16. first edit the CALLBCAK.CFG file to suit your needs:
  17.  
  18.      COM1                        <== Com port
  19.      d:\bbs\status.dat           <== location of STATUS.DAT
  20.      d:\bbs\gfiles\sysop.log     <== location of SYSOP.LOG
  21.      d:\bbs\gfiles\user.lst      <== Location of tags user.lst
  22.      d:\bbs\gfiles\validate.dat  <== location of tags validate.dat
  23.      text1                       <== String to tell user to hang up
  24.      text2                       <== Second string to tell user to hang up
  25.      N                           <== Allow Long Distance? (Y/N)
  26.      N                           <== Allow out of area code calls? (Y/N)
  27.      N                           <== Is this being run in your LOGON.BAT (Y/N)
  28.      3                           <== Number of times to redial the user.
  29.      23                          <== Start hour to allow LD calls.  / military
  30.      2                           <== End hour to allow LD calls.    \ time
  31.      1                           <== Number of validation set in tags
  32.                                      validation editor to give user access of.
  33.  
  34. Note:  If you DO NOT run this in your logon.bat it will be a command from
  35.        your main menu and people will have the option to use it if they want.
  36.        it will also display messages a little differentally, and print some
  37.        things that it wont in your LOGON.BAT
  38.  
  39.        if you DO run this in your LOGON.BAT it will be required for ALL new
  40.        users to enter it.  If a user is allready validated, CALLBCAK loads up
  41.        sees the person is validated and halts IMMEDIATALLY causing only a
  42.        second of slow down to a normal users logon.
  43.  
  44. next you must edit your LOCAL.CFG file to express local calls to you:
  45.  
  46. 313 <== your area code
  47.     <== blank line
  48. 420 <== from here down list all of the prefixes local to you, on seperate
  49. 495     lines
  50.  
  51. a sample LOCAL.CFG has been included to show you what one would look like for
  52. someone living in plymouth.  If you live in plymouth you can even use this one.
  53.  
  54.  
  55. The final step is specifying how you want to run it.
  56.  
  57. if you run this from a LOGON.BAT you will just need to add the following
  58. line to your LOGON.BAT
  59.  
  60.                 'CALLBACK %1 %5'
  61.  
  62. This will pass baud rate and user number.
  63.  
  64. if you run this as a command from a menu, you need to create the command
  65. with PKEY=< and PDATA=CALL.BAT  call.bat should just contain the line
  66.  
  67.                 'CALLBACK %1 %3'
  68.  
  69. Notice the %3, which is different from the LOGON.BAT command line.
  70.  
  71. Once you have done that you are done!  This program MUST be run in your
  72. BBS dir.  It automatically loads things such as user.lst, sysop.log ect.
  73. from your gfiles directory.
  74.  
  75. the program gets the info to validate the user with from your status.dat
  76. file.
  77.  
  78. THATS IT!
  79.  
  80.                 If you have any problems at all!
  81.                            Call
  82.                       313-420-4624 3/12/2400
  83.                       313-420-3438 Voice
  84.  
  85.  
  86.