Help needed with Site :)

Suspended
Joined
12 Mar 2005
Posts
1,117
Location
Forget About It
Hey im going to be making a site which is going to have hundred's of downloads and i was wondering is there any scripts or if anyone has any tips for me as there has to be a better and more effcient way then just creating a link on the site
 
well just a basic javascript or php password on each file just to stop leechers and the files will be like java games and symbian games also other things ,( im making a series 60 / 80 phone site). monitoring is not really a must but would be nice.


or maybe i could just not use any script and password protect the zip files
 
Last edited:
Presumably you'll want them categorising and searchable, so I'd put all the information for each file into a database and then store the files in folders systematically - and store the file location in the database along with all the other information.

Regarding leech protection, the simplest way is to disallow people whose referral isn't from your site. That'll probably stop download managers from working, but on such downloads the standard browser downloaders should be fine.

If you want to get more complicated then you can direct downloads through a script and check for a user/pass and pipe the file through if the correct session/login details are provided.
 
Back
Top Bottom