home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / BBS_UTIL / RIPIT20.ZIP / INSTALL.DOC < prev    next >
Text File  |  1994-01-02  |  3KB  |  57 lines

  1. [ Installing RIPIT ]
  2. Create a directory for RIPIT or place it in an existing directory on
  3. your hard drive.  Unarchive (UNZip, UNArj, UNPak, or whatever) the file
  4. into this directory.  Run the RIPITCFG.EXE program to create/edit the
  5. file RIPIT.CFG which MUST be in the directory that RIPIT is ran from.
  6.  
  7. *NOTE* If the file RIPIT.CFG already exists when you run RIPITCFG.EXE,
  8. you will enter the configuration program in EDIT mode, editing the
  9. existing RIPIT.CFG file.
  10.  
  11. The configuration file, RIPIT.CFG, contains 17 variables that you must
  12. define for proper operation of RIPIT.  These variables may either
  13. be your BBS system variables (such as the variable used by WildCat! of
  14. @FIRST@ for the caller's first name, @USER@ for the caller's full name,
  15. etc.) or "hard" static constants if your BBS does not support a
  16. particular variable that is asked for.  For example:
  17.  
  18. EXAMPLE RIPIT.CFG File:
  19.                                         WildCat Variables  If Not Supported
  20. Description                             Used as Default    by your BBS Then:
  21. ============================================================================
  22. [ 1] Your BBS Name                      @BBS@              Green Acres! BBS
  23. [ 2] Your Full Name                     @SYSOP@            Howard Blake
  24. [ 3] Caller's Full Name                 @USER@             Friend
  25. [ 4] Caller's First Name                @FIRST@            Friend
  26. [ 5] Caller's Location                  @FROM@             A Brave New World
  27. [ 6] Caller's Security Level            @SEC@              MEMBER
  28. [ 7] Caller's Expiration Date           @EXDATE@           01/01/2001
  29. [ 8] Caller's Total Downloads           @DOWNS@            Lots!
  30. [ 9] Caller's Total Uploads             @UPS@              Lots!
  31. [10] Caller's Total Messages Posted     @MSGLEFT@          Lots!
  32. [11] Caller's Total Minutes On-line     @TIMEON@           ???
  33. [12] Caller's Total Minutes Left        @LEFT@             ???
  34. [13] Caller's Current Conference        @CONF@             Electronic Mail
  35. [14] Last Caller to BBS                 @PREVON@           A Friend
  36. [15] Current System Date                @DATE@             ??/??/??
  37. [16] Current System Time                @TIME@             ??:??
  38. [17] RIPIT Registration Code            0000000000000000   All zeros till
  39.                                                            registered!
  40.  
  41. *NOTE* If your BBS does not support the DATE and TIME variables for
  42. the current system date/time, try not to enter a large text entry
  43. here!  You have, on certain of the scenes generated, only room for
  44. the date in MM/DD/YY format (8 characters) and HH:MM format for the
  45. time (5 characters).
  46.  
  47. I have not tested it yet, but in the RIPSCRIP documentation, RIPSCRIP
  48. will support passing a variable for you that might help in this
  49. situation.  Supposedly (again not tested), the date could be passed
  50. as $DATE$ and the time as $HOUR$:$MIN$$AMPM$.  This is supposed to query
  51. the BBS system for the current date in MM/DD/YY format and the time
  52. in HH:MMam (or pm) format. If this works for you, please let me know so
  53. I can inform other users (thanks!).
  54.  
  55. After you have enter the required information, press F1 to save your
  56. configuration file.  RIPIT is now ready to run!
  57.