+ Reply to Thread
Results 1 to 23 of 23

Thread: disabling download
      
   

  1. #1
    xlrsound is offline Staff Sergeant
    Join Date
    Feb 2007
    Posts
    41

    Default disabling download

    hey,

    I have some audio files on my website, and I wan't to do as much as I can to stop people from downloading them.

    I thought I had it figured out (on E Explorer) by disabling the right click. than I tried Firefox, and it has a window that pops up when you want to play the file and asks you if you want to download the file or play it. Is there a way to stop this?

  2. #2
    LadyEye's Avatar
    LadyEye is offline General & Forum Moderator
    Join Date
    Jun 2006
    Location
    Canada
    Posts
    10,548

    Default Re: disabling download

    May I ask why you have them there? Most things put on a web page are able to be taken even if you use methods to disallow this.

    If you want the files all to yourself or only certain people, make yourself a password protected directory and place your files in there ..... then no one can access those pages unless they have the password ....

    VodaHost

    Your Website People!
    1-302-283-3777 North America / International
    07031847328 / United Kingdom

    ------------------------

    Top 3 Best Sellers

    Web Hosting - Unlimited disk space & bandwidth.

    Reseller Hosting - Start your own web hosting business.

    Search Engine & Directory Submission - 300 directories + (Google,Yahoo,Bing)



  3. #3
    xlrsound is offline Staff Sergeant
    Join Date
    Feb 2007
    Posts
    41

    Default Re: disabling download

    Quote Originally Posted by LadyEye
    May I ask why you have them there? Most things put on a web page are able to be taken even if you use methods to disallow this.

    If you want the files all to yourself or only certain people, make yourself a password protected directory and place your files in there ..... then no one can access those pages unless they have the password ....
    I do have a password protected directory, but if I could even do something to make it hard to download (even for those people who have a password) I would.

  4. #4
    Join Date
    Mar 2006
    Location
    Mallorca, Spain
    Posts
    6,313

    Default Re: disabling download

    Why make it hard for those that have the password ??

    Thats why you gave/sold access, wasn´t it !!!!!!

    You could always change the password from time to time if you wished................

  5. #5
    Watdaflip's Avatar
    Watdaflip is offline Major General
    Join Date
    Sep 2005
    Location
    Cincinnati, Ohio
    Posts
    2,119

    Default Re: disabling download

    chmod the directory to 744 and that will prevent them from accessing the files with the web browser. Then for the file you want to give access use a media player on the website (that uses an encryped file path) to play the files

    Register/Login Script
    Do you use a Password Protected Directory? Need a way to allow users to make their own account, try my .htaccess Login Script

  6. #6
    Nite Producer's Avatar
    Nite Producer is offline Lieutenant Colonel
    Join Date
    May 2006
    Location
    Saratoga, Central Coast
    Posts
    594

    Default Re: disabling download

    I remember when I was navigating in MP3 web shop, they have kind of these options, like you find the albums you can listen to the songs but not in Stereo Mode, they are all in Mono, but I know, they are known songs, so you know the quality is better.

    Sometimes people will think that the songs are mono quality in origin, so they will escape it.

    The thing with that mp3 web shop, they have some kind of scripting or something stoping you from recording.

    Yeah, be aware that there is recorders, you can record what you are listening to in your computer.

    Make a search in google or yahoo, for sure you will find something.
    The Producer

  7. #7
    xlrsound is offline Staff Sergeant
    Join Date
    Feb 2007
    Posts
    41

    Default Re: disabling download

    Quote Originally Posted by Watdaflip
    chmod the directory to 744 and that will prevent them from accessing the files with the web browser. Then for the file you want to give access use a media player on the website (that uses an encryped file path) to play the files
    What does this mean in simple terms?

  8. #8
    Watdaflip's Avatar
    Watdaflip is offline Major General
    Join Date
    Sep 2005
    Location
    Cincinnati, Ohio
    Posts
    2,119

    Default Re: disabling download

    You will need a media player similar to what you youtube uses (one where it doesn't reveal the location of the media file on the server). And then the folder that will contain all the media files, you need to use a ftp to chmod it to 744 which prevents people from viewing any file inside of it directly

    Register/Login Script
    Do you use a Password Protected Directory? Need a way to allow users to make their own account, try my .htaccess Login Script

  9. #9
    xlrsound is offline Staff Sergeant
    Join Date
    Feb 2007
    Posts
    41

    Red face Re: disabling download

    Quote Originally Posted by Watdaflip
    You will need a media player similar to what you youtube uses (one where it doesn't reveal the location of the media file on the server). And then the folder that will contain all the media files, you need to use a ftp to chmod it to 744 which prevents people from viewing any file inside of it directly
    sorry,
    how do you chmod it to 744?

  10. #10
    xlrsound is offline Staff Sergeant
    Join Date
    Feb 2007
    Posts
    41

    Default Re: disabling download

    OK,

    If I put a streaming .wma file on a .html page would there be a way to download it?

    Like this

    http://mp3how.com/kutless-sea-of-fac...-Faces_mp3.php

  11. #11
    Watdaflip's Avatar
    Watdaflip is offline Major General
    Join Date
    Sep 2005
    Location
    Cincinnati, Ohio
    Posts
    2,119

    Default Re: disabling download

    Quote Originally Posted by xlrsound
    sorry,
    how do you chmod it to 744?
    Use a FTP program, for most you right click on the directory, hit properties, and there should be a field to fill in the CHMOD

    Quote Originally Posted by xlrsound
    OK,

    If I put a streaming .wma file on a .html page would there be a way to download it?

    Like this

    http://mp3how.com/kutless-sea-of-fac...-Faces_mp3.php
    If you view the source and can find the location of the file on the server, and that folder that the file is in isn't protected, then yes they can download it.

    Register/Login Script
    Do you use a Password Protected Directory? Need a way to allow users to make their own account, try my .htaccess Login Script

  12. #12
    xlrsound is offline Staff Sergeant
    Join Date
    Feb 2007
    Posts
    41

    Default Re: disabling download

    Quote Originally Posted by Watdaflip
    Use a FTP program, for most you right click on the directory, hit properties, and there should be a field to fill in the CHMOD



    If you view the source and can find the location of the file on the server, and that folder that the file is in isn't protected, then yes they can download it.
    Is their a player that doesn't show the location but will play .wma files?

  13. #13
    xlrsound is offline Staff Sergeant
    Join Date
    Feb 2007
    Posts
    41

    Default Re: disabling download

    Quote Originally Posted by Watdaflip
    you need to use a ftp to chmod it to 744 which prevents people from viewing any file inside of it directly
    what happens when you can't view a file inside of a directory directly?

    Does that mean even if you found the URL and tried to open the file from the server on windows media player (or anything else) it wouldn't work?

  14. #14
    Watdaflip's Avatar
    Watdaflip is offline Major General
    Join Date
    Sep 2005
    Location
    Cincinnati, Ohio
    Posts
    2,119

    Default Re: disabling download

    I know they exist, but I don know of specific one. As long as you CHMOD the folder people can't download it (it will give them an "Forbidden" message when trying to view the folder if CHMOD'ed to 744), then you can use a media player that gives away the location.

    Register/Login Script
    Do you use a Password Protected Directory? Need a way to allow users to make their own account, try my .htaccess Login Script

  15. #15
    xlrsound is offline Staff Sergeant
    Join Date
    Feb 2007
    Posts
    41

    Default Re: disabling download

    Quote Originally Posted by Watdaflip
    I know they exist, but I don know of specific one. As long as you CHMOD the folder people can't download it (it will give them an "Forbidden" message when trying to view the folder if CHMOD'ed to 744), then you can use a media player that gives away the location.
    So will they be able view the file at all?

  16. #16
    Watdaflip's Avatar
    Watdaflip is offline Major General
    Join Date
    Sep 2005
    Location
    Cincinnati, Ohio
    Posts
    2,119

    Default Re: disabling download

    Yes, if the server is making the request for the file it will allow them to view it through the server, but it they make the request with their broswer (IE. typing the location into the address bar) it will not

    Register/Login Script
    Do you use a Password Protected Directory? Need a way to allow users to make their own account, try my .htaccess Login Script

  17. #17
    xlrsound is offline Staff Sergeant
    Join Date
    Feb 2007
    Posts
    41

    Default Re: disabling download

    Quote Originally Posted by Watdaflip
    Yes, if the server is making the request for the file it will allow them to view it through the server, but it they make the request with their broswer (IE. typing the location into the address bar) it will not
    If I go into Windows Media Player and go open url and copy the file url into the space and and click open does that work if you've chmod'ed to 744?

  18. #18
    Watdaflip's Avatar
    Watdaflip is offline Major General
    Join Date
    Sep 2005
    Location
    Cincinnati, Ohio
    Posts
    2,119

    Default Re: disabling download

    No, it wont work. If you restrict the access to only the server with a CHMOD then the only way to access the file is through a server request

    Register/Login Script
    Do you use a Password Protected Directory? Need a way to allow users to make their own account, try my .htaccess Login Script

  19. #19
    xlrsound is offline Staff Sergeant
    Join Date
    Feb 2007
    Posts
    41

    Default Re: disabling download

    Quote Originally Posted by Watdaflip
    No, it wont work. If you restrict the access to only the server with a CHMOD then the only way to access the file is through a server request
    Do I attach a file than or an html page with the file on it?

    or doesn't it matter?

  20. #20
    Watdaflip's Avatar
    Watdaflip is offline Major General
    Join Date
    Sep 2005
    Location
    Cincinnati, Ohio
    Posts
    2,119

    Default Re: disabling download

    You need something on the server side to handle a request for the file, whether it be to download or view. If its just a html link to the file to download that won't work because its the same as a user request

    Register/Login Script
    Do you use a Password Protected Directory? Need a way to allow users to make their own account, try my .htaccess Login Script

  21. #21
    xlrsound is offline Staff Sergeant
    Join Date
    Feb 2007
    Posts
    41

    Default Re: disabling download

    Quote Originally Posted by Watdaflip
    You need something on the server side to handle a request for the file, whether it be to download or view. If its just a html link to the file to download that won't work because its the same as a user request
    How do I make the server request it.

  22. #22
    Watdaflip's Avatar
    Watdaflip is offline Major General
    Join Date
    Sep 2005
    Location
    Cincinnati, Ohio
    Posts
    2,119

    Default Re: disabling download

    Either through the media player (to show the file on the site) or with something like a php header request (to have a server request for a download)

    Register/Login Script
    Do you use a Password Protected Directory? Need a way to allow users to make their own account, try my .htaccess Login Script

  23. #23
    xlrsound is offline Staff Sergeant
    Join Date
    Feb 2007
    Posts
    41

    Default Re: disabling download

    Quote Originally Posted by Watdaflip
    Either through the media player (to show the file on the site) or with something like a php header request (to have a server request for a download)
    But your not suposed to download it.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49