home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / BBS / WCVFY.ZIP / WCVFY.DOC < prev    next >
Text File  |  1994-10-11  |  4KB  |  89 lines

  1.                     wcVFY! v1.01, A Simple Call-Back Verifier
  2.                            written by Stephen Barclay
  3.  
  4.                            Support available at:
  5.                                The Taz's BBS
  6.                     Node 1 - (616) 373-4231 - USR 28.8 v.34
  7.                     Node 2 - (616) 373-4245 - Supra 14.4 v.32
  8.                             FidoNet - 1:2201/59
  9.                       Internet - sbarclay@tazbbs.bbs.net
  10.  
  11.   *************** COMPILED FOR USE WITH WILDCAT! v4.01 ONLY! ***************
  12.  
  13.         The source is included in the archive, if you are running any other
  14.   version then just load up wcIDE and recompile the code.
  15.  
  16.   *************** COMPILED FOR USE WITH WILDCAT! v4.01 ONLY! ***************
  17.  
  18.  Legalities:
  19.  
  20.     wcVFY is distributed under the FREEWARE concept.  As such I nor anyone
  21.   who distributes this software will be held responsible for any misfortunes
  22.   on your part.  I make NO WARRANTY either written or implied.
  23.  
  24.     You **** CAN ***** modify the supplied code for any application you see
  25.   fit to fulfill your BBS's needs.  Although if you come up with something
  26.   GOOD please pass it along.
  27.  
  28.  
  29.             PLEASE READ WCVFY.HIS FOR CHANGES AND INFORMATION
  30.  
  31.  What is wcVFY and it's features:
  32.  
  33.     wcVFY simply put is a Auto Call-Back Verifier for Wildcat v4.0x BBS's
  34.  
  35.      * Duplicate Phone Number checking & updating
  36.      * Send's User and SysOp messages on sucessfull call-back's and
  37.        also when a duplicate number is detected.
  38.      * Allow's you to edit the Message sent to Both the User and SysOp
  39.      * Logging of Activity, Call-Backs, Messages sent, and creation of an
  40.        Error Log file
  41.      * Two different programs in one.  First you get the main program wcVFY
  42.        and then wcVFYUtl, a utility program for wcVFY
  43.      * Local mode testing available
  44.  
  45.  Files:
  46.               wcvfy.wcc - wcVFY Call-Back wcCode file
  47.            wcvfyutl.wcc - wcVFYUtl Utility program for wcVFY wcCode file
  48.               wcvfy.wcx - wcVFY Compiled for Wildcat! v4.01 ONLY!
  49.            wcvfyutl.wcx - wcVFYUtl Compiled for Wildcat! v4.01 ONLY!
  50.               wcvfy.doc - The file you are reading
  51.              wcvfy1.bbs - Display File sent to User at start of program
  52.              wcvfy2.bbs - Display File sent to User after a Re-Connect
  53.            wc_badus.msg - Messge Body to User after a Duplicate Number
  54.            wc_badsy.msg - Message Body to SysOp after a Duplicate Number
  55.             wc_user.msg - Message Body to User after successfull call-back
  56.            wc_sysop.msg - Message Body to SysOp after successfull call-back
  57.               wcvfy.his - wcVFY History file, changes and information
  58.  
  59.  Installation:
  60.  
  61.     1. Unzip archive into your Wildcat Home Dir (Must!)
  62.     2. Move the wcvfy1.bbs and wcvfy2.bbs to your \wildcat\disp (Display Dir)
  63.     3. Start up Makemenu and add the wcVFYUtl to your SysOp menu. (wcvfyutl.wcx)
  64.     4. Add wcVFY to your MainMenu in MakeMenu. (wcvfy.wcx)
  65.     5. Edit your wc_*.msg files to reflect the messages you would like to be
  66.        sent to both yourself and the Users
  67.     6. Start up Wildcat and enter wcVFYUtl, select option "A" to create your
  68.        initial Phone Number data file.  You can and I suggest not adding your
  69.        NEWUSERS to this file.  There is an option to take care of this, just
  70.        enter your NEWUSER security level (Default for me is NEWUSER).
  71.     7. Make sure that the NEWUSERS have access to run a wccode app. IMPORTANT!
  72.     8. The default upgrade is to TRIAL with an expiration date that is 30-days
  73.        from the date of their verification.  THIS IS CODED IN THE PROGRAM.  If
  74.        you would like to chang this load up wcIDE and edit the last few lines
  75.        that change the security level and delete the other code for the expire
  76.        date.  If you have any problems changing this, please leave me a message
  77.        with your request and I'll get it for you and recompile the program.
  78.     8. That should be enough to get you going.
  79.  
  80. -------------------------------------------------------------------------------
  81.  
  82.  
  83.    I hope I have left you with enough information to get the program up and
  84.    running.  If you encounter any problems or need further assistance please
  85.    feel free to contact me at the above listed places at the start of this
  86.    DOC file.
  87.  
  88.  
  89.