home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / BBS_UTIL / BM0406_A.ZIP / DOCS.ZIP / QWK-N-EZ.DOC < prev    next >
Text File  |  1993-06-12  |  4KB  |  107 lines

  1. QWk-N-EZ: Qwick and easy Time witdrwal for RBBS 17.4a/STUNNY
  2.  
  3. By: Yaser Behbehani, Free Kuwait BBS (965) 252-1974
  4.                      PO BOX 5845 Safat, Kuwait 13059
  5.  
  6. Version 1.00 / Release date: 06-12-93
  7.  
  8.  
  9. Quick-n-Easy Access to Bank Time for Download:
  10. =============================================
  11.  
  12.      How many times did a user on RBBS-PC try to Download a file
  13. and get the message:  "Not enough time.  Need 12 and you have 10"??
  14. Since the day RBBS-PC started implementing Time Bank, most users who
  15. got this message actually had time in the Bank.  So the user had to
  16. go to the U)tility menu, W)ithdraw from his Time Bank, and come back
  17. to F)ile menu to D)ownload the file.  What's worse is that if the USER
  18. had M)arked dozens of files and got this "need 12 and you have 10"
  19. message, the user will have no choice but to:
  20.  
  21.       1- Cut out some of the Marked Files thru the Edit Feature.  or..
  22.       2- Go W)ithdraw time from Bank, and come back to Re-Mark!!
  23.  
  24. the first one is upsetting, the other is a hassle - that is if the
  25. use can remember what has been marked!
  26.  
  27.      To correct the situation, I have modified the RBBS/STUNNY code
  28. to somehow [LINK] calculating estimated Download time with the Time Bank!
  29. That is, if the user had selected a file for D)ownload, or had M)arked
  30. dozens of files for download, and got the message:
  31.  
  32.               "Need 12 but have 10",
  33.  
  34. then if the user has sufficient Time_Bank Balance to allow download, the
  35. user will have the option of quickly W)ithdrawing Time from the "Time
  36. Bank" and continue with the Download without re-invoking the D)ownload
  37. option again!!!!    Confusing??  here is the LOGIC:
  38.  
  39.  #1 User requests files to Download..
  40.  #2 BBS calculates time
  41.  #3 IF DL time exceeds Minutes remaining,
  42.  #4    BBS Displays message "Need 12 and you have 10"
  43.  #5    IF (BANK TIME + Minutes Remaining) can do something,            XS4DL174
  44.  #6       Ask the user if he wishes to access Time Bank.               XS4DL174
  45.  #7       IF USER SAYS  "NO!" PROCEED WITH STEP #13                    XS4DL174
  46.  #8       IF USER SAYS "YES!"                                          XS4DL174
  47.  #9           ENTER BANK SYSTEM..                                      XS4DL174
  48.  #10          IF USER WITHDRAWS TIME RE_DO STEP #2                     XS4DL174
  49.  #11          IF USER Q)uits or D)eposits time , proceed with #13      XS4DL174
  50.  #13      Proceed Normally!
  51.  
  52.  
  53. To further clarify the situation, imagine this:
  54.  
  55. Marking Files: You are at the supermarket, filling up the cart with things
  56. =============  you need to buy.
  57.  
  58. Downloading  : You are at the casheirs Unloading the stuff in order
  59. ===========    for the Cashier to ring them up, so you can PAY!
  60.  
  61. Not Enuf Time: Ooops!  Wallet is empty, but lckily there is an ATM
  62. =============  Machine nearby, and you have money in the bank!
  63.  
  64. Current RBBS : Clerk Would return the stuff back to the shelves
  65. ============   till you come back with the money, you have to re-shop
  66.                again for the same items!!
  67.  
  68. THIS MERGE   : Would make the cashiers hold on to your stuff till
  69. ==========     you cash the money, and pay for them to take them HOME!
  70.  
  71.  
  72.  
  73. More Technical:
  74. --------------
  75.  
  76.           This mod is based on STUNNY 03/24/93 Version.  It envloves
  77. changing Line Number 20791 in RBBSSUB5.BAS.  I have produced a merge
  78. file, but I strongly suggest that this MOD be merged by hand.  Do not
  79. use BLED so that you do not erase or overwrite previous mods to the same
  80. LINE, especially MARK174.  MARK174 had a small BUG in it that I do not yet
  81. know about, thanx to Richie Molinelli - SysOp of the Small Time BBS - for
  82. debugging the code and making it part of the STUNNY mods.  Now, I hope that
  83. by the time you get this MOD, you will see a much more current MERGE that
  84. will safely work with your version of stunny!  Please look for other files
  85. bundled with this Package.
  86.  
  87. Any Comments or suggestions, kindly contact:
  88.  
  89.     Yaser Behbehani,
  90.     Free Kuwait BBS
  91.     (+965) 252-1974 VOICE/BBS/FAX 24 Hours!
  92.  
  93.     or leave a msg for me, or the SysOp of the Small Time BBS: R. Molinelli
  94.     @ (516) 579-7929.
  95.  
  96.  
  97. Last words:
  98.  
  99.     This MOD does not create or delete any files on your hard drive.
  100. all it does is some re-calculations!
  101. I simply offer no warrantees or gurantees of any kind.  Hope you enjoy it.
  102.  
  103.  
  104. Y. Behbehani.
  105.  
  106.  
  107.