home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / EVENTS / WWTIPS1A.ZIP / WWIVTIPS.DOC < prev    next >
Text File  |  1996-03-07  |  10KB  |  250 lines

  1.  
  2.                                WWIVtips v1.0
  3.  
  4.      v1.0 - (C) 1996 French Mod Division Sofware - All Rights Reserved
  5.  
  6.                           System Operator's Guide
  7.  
  8. ┌────────────────────────────────────────────────────────────────────────────┐
  9. │     INTRODUCTION                                                           │
  10. └────────────────────────────────────────────────────────────────────────────┘
  11.  
  12.   WWIVtips is a logon event for the WWIV bulletin board system. This utility
  13. will show a tip on WWIV each time a user logs on, to help your users learn
  14. about the hidden tricks that WWIV can do.
  15.  
  16. ┌────────────────────────────────────────────────────────────────────────────┐
  17. │     REQUIREMENTS                                                           │
  18. └────────────────────────────────────────────────────────────────────────────┘
  19.  
  20.  ■ Hardware Requirements
  21.  
  22.    - An IBM PC, AT, ix86, PS/2 or 100% IBM BIOS compatible PC
  23.    - A hard disk with at least 200k of disk space available
  24.    - A monochrome or color monitor
  25.  
  26.  ■ Software requirements
  27.  
  28.    - Microsoft or IBM PC DOS v3.0 or above
  29.    - WWIV v4.07 or later.
  30.  
  31.  ■ Program Informations
  32.  
  33.    - Programmed in C++ using Borland C++ v4.51
  34.    - Tested with WWIV v4.24a under Windows 95
  35.  
  36. ┌────────────────────────────────────────────────────────────────────────────┐
  37. │     PROGRAM AUTHENTICITY                                                   │
  38. └────────────────────────────────────────────────────────────────────────────┘
  39.  
  40. WWIVtips has been archived with PKWARE's PKZIP 2.04g using Authenticity
  41. Verification.  When you unzip the archive, you should see "-AV" displayed
  42. after every file name.  When completed, a message that looks like this will
  43. be displayed:
  44.  
  45. Authentic files Verified!   # NWC217
  46. French Mod Division Softwares
  47.  
  48. If this authenticity statement is not displayed, or the authenticity code is
  49. not "NWC217", then you have a copy of WWIVtips that has been tampered with.
  50. Do >not< use any of the files contained within a tampered archive, as they
  51. may contain viruses, trojans, or other harmful things.
  52.  
  53. WWIVtips has also been encrypted by a powerful encryption program.  If the
  54. executable file is tampered with, it will display a CRC warning and will not
  55. run.
  56.  
  57. ┌────────────────────────────────────────────────────────────────────────────┐
  58. │     INSTALLATION                                                           │
  59. └────────────────────────────────────────────────────────────────────────────┘
  60.  
  61.   Uncompress the WTIPxx.ZIP archive to a directory of your choice, copy
  62. WWIVTIPS.EXE and WWIVTIPS.DAT to your main WWIV directory.
  63.  
  64. For WWIV v4.24 and later:
  65.  
  66.   Then either use WWIVsys (tm) or your favorite text editor to edit the
  67. WWIV.INI, change the line of the logon event string so it looks like:
  68.  
  69. LOGON_CMD  = wwivtips.exe %C
  70.  
  71. For WWIV v4.23:
  72.  
  73.   In INIT.EXE, go in the external program section, add "wwivtips.exe %C" in
  74. the logon event string.
  75.  
  76. For WWIV v4.22 and lower:
  77.  
  78.   Ini INIT.EXE, go in the external program section, add
  79. "wwivtips.exe CHAIN.TXT" in the logon event string.
  80.  
  81. We told you it would be very simple.
  82.  
  83. ┌────────────────────────────────────────────────────────────────────────────┐
  84. │     HOW TO USE                                                             │
  85. └────────────────────────────────────────────────────────────────────────────┘
  86.  
  87. Well, all you have to do actually is to logon on the BBS, once you will run
  88. the software, it will create it's own WWIV.INI section where you can configure
  89. the software for your own personal use.
  90.  
  91.  
  92. ┌────────────────────────────────────────────────────────────────────────────┐
  93. │     CONFIGURATION                                                          │
  94. └────────────────────────────────────────────────────────────────────────────┘
  95.  
  96. Here is the WWIV.INI section that will be created by WWIVtips, with
  97. explanations. Feel free to modify to your needs.
  98.  
  99. [WWIVTIPS]
  100. ; Version number DO NOT CHANGE
  101. VERSION = 1.0
  102. ; Registration Code - If Registered Only
  103. REGISTRATION_CODE = NONE
  104. ; Registration Name - It's the Sysop Name
  105. REGISTRATION_NAME = NONE
  106. ; Serial Number - If Registered Only
  107. SERIAL_NUMBER = NONE
  108. ; Clears the screen when executing
  109. CLEAR_SCREEN = NO
  110. ; Will Pause when finished
  111. PAUSE_SCREEN = NO
  112. ; Default Text Color of Tip
  113. TEXT_COLOR = 7
  114. ; Default Lines Color
  115. LINE_COLOR = 8
  116. ; Default Header Color
  117. HEAD_COLOR = 1
  118. ; Pause String
  119. PAUSE_STR  = [PAUSE]
  120. ; Amount of Tips in WWIVTIPS.DAT
  121. TIPS_AMOUNT = 12
  122.  
  123. The file WWIVTIPS.DAT can be edited too, it's a text file. So you can add your
  124. own tips if you wish. The problem with that is that when the file will be
  125. updated, you will have to give another number to all the tips you added to the
  126. file. The structure is very simple, a new tip line always begins with a tilda
  127. -> ~ <- followed by the number of the tip. Be sure that you don't skip a number
  128. if you add any, and also you need to change the amount of tips in the WWIV.INI
  129. section (see below).
  130.  
  131. The main issue about adding tips, is that you can tell your users how the
  132. modifications on your system are working since they might not know all of
  133. them, this is a major issue about this software.
  134.  
  135. If you have good tips that can be added to the original, please feel free to
  136. send them to the author, after an evaluation, the tip might be added to the
  137. stock list.
  138.  
  139. Note that this software can be converted to do almost anything you want instead
  140. of showing tips. It can be "Quotes of the day", or any other type.
  141.  
  142. All tips added should be no more than 80x80, and you can use WWIV color codes.
  143.            
  144. ┌────────────────────────────────────────────────────────────────────────────┐
  145. │     COPYRIGHT/LICENSE                                                      │
  146. └────────────────────────────────────────────────────────────────────────────┘
  147.  
  148. This document and the program files ("the software") are copyrighted by the
  149. author.  The copyright owner hereby licenses you to use the software given
  150. these restrictions:
  151.  
  152.     ■ The software shall be supplied in its original, unmodified form, which
  153.       includes this documentation;
  154.  
  155.     ■ The software may not be included or bundled with other goods or
  156.       services;
  157.  
  158.     ■ No fee is charged; an exception is granted to non-profit user's
  159.       groups, which are permitted to charge a small fee (not to exceed $5)
  160.       for materials, handling, postage, and general overhead.  No other
  161.       organization is permitted to charge any amount for distribution of
  162.       copies of the software or documentation, or to include copies of the
  163.       software or documentation with sales of their own products.
  164.  
  165. The software and documentation are Copyright (c) 1996 by FMD Software.
  166.  
  167. ┌────────────────────────────────────────────────────────────────────────────┐
  168. │     REGISTRATION                                                           │
  169. └────────────────────────────────────────────────────────────────────────────┘
  170.  
  171. WWIVtips is shareware. This gives the user an opportunity to evaluate the
  172. program before actually registering the software.  If, after a 30 day period,
  173. you wish to continue to use WWIVtips, you are required to register your copy
  174. of WWIVtips with the author.  To register, simply send a donation with your
  175. informations (for our database) to:
  176.  
  177.     French Mod Division Software
  178.     C/O Nicolas LeBlanc
  179.     1545 de Val-Jalbert
  180.     Laval, QC, H7E 3S7
  181.     Canada
  182.  
  183. Registration is $5.00 US per copy of WWIVtips. Please fill REGISTER.FRM and
  184. include it with your check or money order.
  185.  
  186. By registering, you will receive by mail or email your own personalized
  187. registration codes that will register your copy. There is nothing more
  188. in the registered version beside showing it as Registered to your users,
  189. but a registration encourage us, the authors, to continue our work in
  190. developing softwares, and will make your concience clear to know that you
  191. did what's right.
  192.  
  193. ┌────────────────────────────────────────────────────────────────────────────┐
  194. │     DISCLAIMER                                                             │
  195. └────────────────────────────────────────────────────────────────────────────┘
  196.  
  197. The author makes no warranties, expressed or implied, as to the quality or
  198. performance of this program.  Your use of this program constitutes your
  199. release of the author from liability or litigation for any indirect or
  200. consequential damages arising from the use of this program or its associated
  201. files.
  202.  
  203. In no event will the author be liable to you for any damages, including any
  204. lost profits, lost savings or other incidental or consequential damages
  205. arising out of your use or inability to use the program, or for any claim by
  206. any other party.
  207.  
  208. ┌────────────────────────────────────────────────────────────────────────────┐
  209. │     REVISIONS                                                              │
  210. └────────────────────────────────────────────────────────────────────────────┘
  211.  
  212. Version v1.0  (03/07/96)
  213.  ■ Initial Release
  214.  
  215.  
  216. ┌────────────────────────────────────────────────────────────────────────────┐
  217. │     CREDITS                                                                │
  218. └────────────────────────────────────────────────────────────────────────────┘
  219.  
  220. WWIVtips is Copyright (c) 1996 by FMD Software.
  221. PKZIP is Copyright (c) 1989-1996 by PKWARE Inc.
  222. MS-DOS is Copyright (c) 1981-1996 by Microsoft.
  223. IBM is a trademark of International Buisness Machines.
  224.  
  225.  
  226. Thanks:
  227.  
  228.   Matt Hucke, aka Starship Tropper for his C++ Ini routines.
  229.   Wayne Bell, for the SKELETON.C file used to read CHAIN.TXT
  230.  
  231.  
  232. If you have any comments or questions about this program, you can reach us
  233. at the following network addresses:
  234.  
  235.     Internet: ei952859@uqac.uquebec.ca
  236.     WWIVnet : 1@20900 or 2@20302
  237.  
  238. If you are a sysop on WWIVnet or any major WWIV networks, you can subscribe
  239. to the FMD Software support sub. Host on WWIVnet is @20302, SubType is FMD.
  240. For all other network, consult your sublist to find the host.
  241.  
  242.  
  243. Our products are also available on Internet:
  244.  
  245. http://www.wwiv.com/fmd
  246.  
  247. ftp://ftp.wwiv.com/fmd
  248.  
  249. See PRODUCTS.FMD for details.
  250.