• 0

How To Limit Downloads?


Question

Ok heres my problem.

Im making a site, and need to be able to:

1. Create Accounts

2. Limit the amount of files a user can download.

I need a pretty simple step by step.

A FTP is not an option as the website will be on paid for hosting from a commercial host.

Any ideas apprecieated. Many thanks,

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

what programming language???

1. Create DB

2. Have protected login area

3. Have download.aspx or download.asp or download.php

> This file adds 1 to a count in the db of files downloaded. The file also either a.) redirects a user to the file being downloaded (less secure) or b.) opens the file and outputs it with content type "application/octet-stream"

> The download.____ file would obviously not display the file to be downloaded if the user is not allowed any more dloads.

Link to comment
Share on other sites

  • 0

Hey guys thanks for the reply, they sound good (But I have No idea about any of it Lol).

Would anyone be willing to help me out setting it up, and ill try and sory ya out somethin for ya time ;)

Thanks

MSN randomnut@ntlworld.com

AIM randomnutuk

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.