home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / BBS_UTIL / BM0406_A.ZIP / DOCS.ZIP / MARK174.DOC < prev    next >
Text File  |  1993-04-07  |  2KB  |  48 lines

  1. Marked Files Table Display
  2. (C) 1993  Yaser Behbehani, Free Kuwait BBS (IBM-AMIGA-MAC) 4.5 Giga Bytes!
  3. P. O. Box 5845 Safat, Kuwait 13059    FAX/VOICE/BBS: (965+) 252-1974
  4. ===========================================================================
  5.  
  6.  
  7.  
  8. Introduction:
  9. ============
  10.  
  11. I wrote this mod to enable my callers to view what has been marked for
  12. Downloading ONLY when their time does not allow them to DL the files
  13. they already MARKED for downloading.  My callers suggested that I
  14. display what has been marked along with Filesize or DL time so that
  15. they can make a better decision on what to download, and what to leave
  16. out.  I will enhance this feature in the near future.
  17.  
  18.  
  19.  
  20. Instructions:
  21. ============
  22.  
  23. Merge the enclosed merge against STUNNY-0324's RBBSSUB5.BAS to
  24. produce the new RBBSSUB5.  Use that to Compile and link your
  25. RBBS.
  26.  
  27. Programmers Reference:
  28. =====================
  29.  
  30. What I do is that I create what I call a .DETail file everytime the
  31. NODExFDN. is created. ==> (NODExFDN.DET).  I log to this file
  32. the filename,      size,    and   DL time in the following format:
  33.  
  34. Filename.ext     #######          MIN:SEC
  35.  
  36.  
  37. Once the caller decides to edit the MARKED FILE LIST, I display that
  38. file along with a hardcoded header.  I kill that file whenever NODExFDN.
  39. is killed, and I create the NODExFDN.DET whenever the NODExFDN. is
  40. created.  Very simple!
  41.  
  42.  
  43.  
  44. Any questions, direct them to me on the above-mentioned address or
  45. phone number.  Enjoy!
  46.  
  47. Yaser!
  48.