Protect uploads

描述

The uploads directory is where the files of the WordPress library are stored. Unfortunelty, this directory is not protected. A person who wants to see all your library could list it instantly going to : http://yourwebsite/wp-content/uploads . This plugin will hide the content by adding an index.php file on the root of your uploads directory or by setting an htaccess which will return a 403 error (Forbidden Access).

  • Depending on your server setting, the htaccess option could be disabled.

Available languages :

  • English
  • Français
  • Español
  • Italian (thanks to Marko97)

螢幕截圖

  • Administration Page for the plugin.

安裝

  1. Upload protect-uploads folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

Note : GD library is needed and being able to create a .htaccess file in uploads directory.

評價

2023年2月28日
This is useful when you are lazy to edit the .htaccess I'm very happy with this plugin. (Funny how some stupid people are trying to pin the blame on this plugin for the hacking damage caused by their poor web server security. They were completely deceived by hackers.)
2023年2月24日
Our site was hacked and somehow this plugin got installed and removed all security plugins. Where do we report plugins???
2023年1月30日 1 reply
This plugin is a malware ! It's desable Wordfence too ! Never install this plugin ! Why is it always in the WordPress plugins catalog ?
2022年12月22日
Never install this on my wordpress and all of sudden all of my security plugins are gone and this plugin somehow is installed.
閱讀全部22個評價

貢獻者及開發者

“Protect uploads” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 Protect uploads 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

修改日誌

0.1

  • Initial release

0.2

  • Add security check to form in admin page.
  • Add sidebar for admin page
  • Add Italian translation (thanks to Marko97).
  • Try to fix the wrong message saying that Protection is disabled eventhough it is actually working.

0.3

  • Simplify UI admin.
  • check presence of index.html.
  • Remove option value managing current protection status.
  • Reorganizing code and making it more modular and simple.
  • Remove useless pieces.

0.4

  • Fix potential security issues.
  • Remove recursive loop that creates indexes.

0.5.2

  • Removed unused css