home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / FC_03.ZIP / FILECOST.CTL < prev    next >
Text File  |  1993-09-24  |  903b  |  24 lines

  1. ;  Control File for FILECOST v0.3 from LlanoWare
  2. ;
  3. ; MIN   is the minimum cost applied to any file.  If a file is not
  4. ;       large enough to receive any credits, or if you want a
  5. ;       minimum cost applied to files, please specify this here.
  6. ;
  7. MIN 5
  8. ;  =========================================================
  9. ;
  10. ; RATIO is the credit ratio given to the uploader. If a file receives
  11. ;       6 credits and you specify a ratio of 2 (2:1) the uploader will
  12. ;       receive 12 crdits.  The MIN does applie here, meaning that
  13. ;       if a file is only 1k and you have a minimum credit of 5
  14. ;       specified above, the user will receive 10 credits.
  15. ;
  16. RATIO 2
  17. ;  =============================================================
  18. ;
  19. ; 100K  is the number of credits given for a file per 100K.  Specifying
  20. ;       10 here means that a file that is 150k will receive 15 credits.
  21. ;
  22. 100K 5
  23. ;
  24.