home *** CD-ROM | disk | FTP | other *** search
- ; Control File for FILECOST v0.3 from LlanoWare
- ;
- ; MIN is the minimum cost applied to any file. If a file is not
- ; large enough to receive any credits, or if you want a
- ; minimum cost applied to files, please specify this here.
- ;
- MIN 5
- ; =========================================================
- ;
- ; RATIO is the credit ratio given to the uploader. If a file receives
- ; 6 credits and you specify a ratio of 2 (2:1) the uploader will
- ; receive 12 crdits. The MIN does applie here, meaning that
- ; if a file is only 1k and you have a minimum credit of 5
- ; specified above, the user will receive 10 credits.
- ;
- RATIO 2
- ; =============================================================
- ;
- ; 100K is the number of credits given for a file per 100K. Specifying
- ; 10 here means that a file that is 150k will receive 15 credits.
- ;
- 100K 5
- ;