Private Files

Ok, latest wordpress plugin. I’m getting quite into these. The other two were modifications. This one is completely from scratch. There are several plugins to make a blog private, making it a good tool for basic collaboration / group ware. However file attachments / images have still been visible too the public, until now.

Private files acts as a proxy, making sure users are logged in before they can download any files. The nice thing about is, it doesn’t modify the current uploads at all, doesn’t store files in a different place, so if you want to stop using it, all links to files stay the same, so you don’t need to redo anything.

Download it here: http://wordpress.org/extend/plugins/private-files/

If you have deactivated the plugin or deleted it and you want to unprotect your files manually, just delete the .htaccess file within your wp-content/uploads directory.

As with most wordpress plugins, the security is not guaranteed, use at your own risk.

Change Log:
0.40
Added MS Office 2007 mime types
0.39
Enhancements to block URLs with /../ in them
0.38
Bugfix which prevented logged in subscriber users from accessing files.
0.37
Now accounts for spaces in file names
0.36
Shows a warning if you are not using WordPress permalinks
Should work on a wider variety of WordPress setups (subdirectories etc.), but uploads must be a subdirectory of your WordPress directory.
Should work with relative and absolute upload paths
Tested on the latest version of wordpress
0.35
Now uses raw file() read instead of echo, which should clear up issues on some setups.
0.34
Bug fix so this actually works under various wordpress conditions, eg. root and not root installations of wordpress
Tested with wordpress 2.5.1


Reader Comments

  1. I’m getting an error when I try to activate the plugin:

    Parse error: syntax error, unexpected ‘{‘ in /www/pathto/plugins/privatefiles.php on line 31

  2. No, of course it’s still the same problem, the file is not corrupted. Most likely it’s a PHP-problem, maybe you’re using a tag that does not work with PHP 4.4.7.

  3. After enabling the plugin and protecting my files, I find I cannot download files even after I have logged in. The plugin seems to not be intercepting the 404 error, since I’m always redirected to my 404 page.

    I’ve disabled all other plugins to make sure I had no conflicts. Any suggestions? Dreamhost is my web host — do you know of any code in the plugin that might be incompatible with their php setup? I’ve run into that once before…

    Thanks!

  4. Thanks James. Good to know the host isn’t the issue. I am using permalinks the same way you are. I’ll keep exploring, and will let you know if I find the culprit.

  5. Firstly, THANKS!
    I’ve been searching for a plugin like this for a long time.

    Can files be downloaded only by right-clicking links?

    Are you going to develop the plugin further? Do you have a roadmap? Hope you do.

    jak

  6. Hi!

    Can the plugin be modified so that only a specific group of Login/Registered Members e.g. Contributors can view the private files?

    Thanks!

    ~ Melba

  7. Hi Jakfolio / Melba,

    Currently there is no roadmap, though it does sound good to be able to have users of a certain level access files, and it would be possible to implement. I’ll let you know if I ever add that feature.

    J

  8. Hi, I tried this plugin on an wp-mu install but couldn’t get it to work, I guess it is because mu uses its own rewrite rules for the upload directory. Any ideas on how to get it to work?

  9. Hey everyone, just to let you know there’s a new version out with an option to allow only users above a certain level to do few files.

    Manne,
    Never used wp-mu, it very could be because of the rewrite rules in the upload directory. It may be possible to make them work together, but I don’t see it in the near future.

  10. Hi, I think it’s a great plugin and right for what I searched so long. But one issue: I created custom roles with role manager, but your plugin assumes that there are still the default roles. I protected files with user access level “All”, so any logged in user should see the file, right? But it doesn’t work. My user has level 5 with custom capabilities and cannot see the file. Only the admin does. Would it help to reestablish the default roles?

  11. hi,
    what do you mean by “root is using .htaccess authentication?
    My Apache server supports it, but I have no .htaccess. Do I just need to add that file/

    but then what do I put in that file?
    Do I need to specify a string of text that will redirect to the WolrdPress authentication from the database, instead of looking for a password from the user?

    Every time I install your plug-in I find that the folder to protect ends up being protected… by the .htaccess files, and thus I need to provide 2 passwords…

    Also I am using WP-Multilingual and when I set up the Permlink, I can only use the full links… the redirections from root fail.

  12. I have a problem, it seems that plugin doesn’t process 404. A link to file is like “www.mysite.com/wp-content/uploads/2008/04/myfile.mp3” and I get nothing. No page and no file.

    When plugin is off and files unprotected – download starts, when is on – nothing.

    I use latest version of wordpress for today.

  13. hmm… interesting… when protected – no file, when unprotected – downloading ok. .htaccess is in its place in both cases. So, it seems plugin is processing 404.

    But what then? Any ideas?

  14. Ok, realised there was a few problems with this plugin. I’ve released a new version that has been test with wordpress 2.5.1

  15. hmmm, I’m not sure, are you using allow categories as well? because that will disable your rss feed or just show titles depending on your settings.

    sites that i used this plugin on are still working in rss feeds.

  16. I am using the Private WP plug-in. The blog is live – I dont want to mess with it until tonight – but I will send you the errors on the feed once I can get to them. Thanks for your response!

  17. Hi James,
    I stumble upon your lugin, and it seems to be the perfect one for protecting files!
    I just had few questions:
    – Will it protect all folders and sub-folders within the wp-uploads folder?
    – Do you need only one .htaccess ?
    – there are no difference between files uploaded from Wp or by ftp with your plugin ? (i mean your plugin will not make a difference, right ?)

    thanks a lot!

    Sebastien

  18. Yep, this plugin will protect sub-folders because the .htaccess rules apply to all sub-folders until apache detects another one. And yes it should work the same for files uploaded by FTP or wordpress.

    This plugin is offered for free though, and I can’t guarentee it is 100% flawless.

  19. I am getting the following errors when I try to protect my files. Any help would be appreciated. Thanks.

    Warning: mkdir() [function.mkdir]: No such file or directory in /home/theeslbl/public_html/litconn/corporate/wp-content/plugins/private-files/privatefiles.php on line 164

    Warning: fopen(/home/theeslbl/public_html/litconn/corporate//home/theeslbl/public_html/litconn/corporate/wp-content/uploads/.htaccess) [function.fopen]: failed to open stream: No such file or directory in /home/theeslbl/public_html/litconn/corporate/wp-content/plugins/private-files/privatefiles.php on line 168

    Warning: fwrite(): supplied argument is not a valid stream resource in /home/theeslbl/public_html/litconn/corporate/wp-content/plugins/private-files/privatefiles.php on line 169

  20. OK, so I fixed the errors that I mentioned above. The problem was that my uploads directory was in a sub-directory of the blog root. Once I Moved the uploads dir to the root, the files would protect fine.

    Now, the problem I am having is that when the files are protected, I cannot see the files at all and I get a 404 error. This is the same problem that Scott mentions above.

  21. Thanks for solving at least one of your problems. Sorry I’ve been a little busy and can’t look at it right now, but I will try and make the plugin work under more settings.

  22. hey I am having the same problem. I reinstall a 2.51 with the plugin but still no luck. any help? Thanks

  23. Hi! firstly, thanks for a great plugin, it’s a really elegant way of solving quite a common problem. Is there a way that your plugin can be file type specific? Because, for example, if a person creates a post which is for public consumption (i.e. loggin in is not necessary) with images in, your plugin does not allow the images to be loaded.

    So, is it possible (probably adjusting the rewrite rule in the .htaccess I would guess) to specify files which are allowed – i.e. .jpg, .gif, .png, .bmp files will be allowed, but all others wont be…

    Or alternatively you can specify which file types to block, so if a post/page has .doc, .pdf, .xls files attached to it, a person has to be logged in to download them…

    Great plugin btw!

  24. As a follow-up to my post above I have re-written the .htaccess file as follows:

    RewriteEngine On
    RewriteBase /wp-content/uploads
    RewriteRule \.(gif|jpg|png)$ – [L,NC]
    RewriteRule . /afilethatshouldnotexist.txt
    Options -Indexes

    which now allows for those 3 image types… hope this helps some people and perhaps you, James.

  25. Hey,

    Richard, sounds like a great idea, after creating the .htaccess file with the plugin, you could edit it to do what you want, as private files won’t recreate it unles you tell it to. I’m busy with other work though, so adding it as user configurable option won’t be added too soon.

    For those of you with problems, paid work is stopping me from looking at them in detail. Sorry :-(

    James

  26. Has anyone managed to get Private Files working with WordPress 2.6? I realize that James doesn’t have time to devote to that right now, but was just wondering if anyone else out there might be looking into the changes required to support 2.6.

  27. Hey Nelson,

    I have it working on all my 2.6 based blogs, so the problems that are coming up are something specific to the setups people have, that’s why its really hard to spend the time doing it, because I’d have to do a lot of work with them trying to see what was going wron on their setup.

    James

  28. James,
    I have mine working now also. The fix was two-fold. First I had to modify our GoDaddy-hosted site configuration to actually produce real 404 errors, rather than the GoDaddy default error page.

    Next I found that the .htaccess file that Private Files was generating in my uploads directory had lines like the following, in spite of the fact that my WordPress installation is in a “/word” subdirectory rather than the root of our site:

    RewriteBase /wp-content/uploads
    RewriteRule . /afilethatshouldnotexist.txt

    Manually modifying those lines to read

    RewriteBase /word/wp-content/uploads
    RewriteRule . /word/afilethatshouldnotexist.txt

    fixed the problem, but I haven’t yet figured out the problem in the code that caused it to be generated that way.

  29. Spoke too soon…

    Things are working fine when I use Firefox, but there is something about the headers or content being produced by the private_file() function that IE 7 does not like. It appears to perform the download of the complete file, but then either finishes without displaying any new content in the browser window (in the case of PDF files), or with a “Could not open ” error (in the case of Excel files).

  30. James :) at first… thanks for your plugin!

    I have this idea. I hope you can help me.
    I would to block another folder. I’m thinking to let me users to see images… and I would to protect just some file.

    So I’ll put these few files into another folder… but how can I protect a different folder from UPLOADS?

    Thanks in advance :)

  31. I am trying to use your plugin in conjunction with Social Access Control. In this combination, control of access to posts and pages works perfectly but I cannot get Private Files to work. I also tried their variant on your plugin Private Files for Social Privacy and get the same results. When Protected is enabled I can cause a blank page to be displayed or by tweaking things cause a “looking for something that is not here” page.

    I also tried the manual htaccess change suggested in these comments to change the paths to the specific directory structure /word/wp-content/uploads and the other. Those changes generate the traditional missing page error message.

    There were some comments about changes required by host servers. This site is hosted on 1and1.com.

    Does anyone have any suggestions or avenues of inquiry I could follow?

  32. I made two small changes to the plugin code for it to work on a shared GoDaddy hosting account:

    1. Line 214, change
    if ($pos != ”) {
    to
    if ($pos !== ”) {

    Type equivalence testing was required.

    2. Line 212, private_upload_path was returning the full path to the upload directory rather than relative to root, so you’d end up with $upload having the value like this:
    /home/content/x/y/z/xyz/html/wordpress/wp-content/uploads

    when you really just want $upload to have this value:

    /wordpress/wp-content/uploads

    So, use str_replace to eliminate the unecessary path info and you’re good to go.

  33. Hi James,
    i tried to install your plugin on WP 2.6.2.
    but i’m not sure what i doing wrong.
    After aktivating Your plugin and uploading some files they are alway protected (404).
    here
    http://domain/wp262/wp-content/uploads/2009/03/image1.png
    and also in a post i cant see any image.
    it does no matter if im logged in or not the uploads folders is always protected.
    what do i wrong. can u help? thx

  34. I am building a WordPress web site that may require a modified version of Private Files, that secures individuals files based on the individual user. Would you be interested in me hiring you to modify the plugin?

    Thanks,
    ~randy

  35. James —

    What’s to keep a person from guessing the URI of an uploaded file and going there directly? That’s fine with me if the user is logged in — but can a user do that who’s not logged in?

    Incidentally I knew Dawen Wang in high school. Tell him I said hi if you talk to him. Small world!

    Thanks,
    Benjamin

Write a Comment

Your email address will not be published. Required fields are marked *

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.