该插件尚未通过WordPress的最新3个主要版本进行测试。 当与较新版本的WordPress一起使用时,可能不再受到维护或支持,并且可能会存在兼容性问题。

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.

评价

2024 年 4 月 12 日
Bonjour !Vous nommez cela comment, une extension qui s’installe sans être sollicitée ?Et qu’ensuite, les ennuis commencent ! Good morning !What do you call it, an extension that installs without being requested?And then the trouble begins!
2023 年 12 月 23 日
Somehow involved in some malware infection on one of my sites, currently under investigation.
2023 年 6 月 26 日 1 回复
Hello, many times i removed the same plugin and update all themes, plugins, even WordPress also then why does this specific plugin automatically add and activated and show me warnings like malware attack
2023 年 6 月 13 日 1 回复
i use hostinger bcz its "security" system, but i found this plugin and many administrators created in my site... i still have access and remove all mess done!
2023 年 6 月 4 日 1 回复
This plugin was create by a hackers as a way to gain backend access to your website. Don't let the name fool you, it don't protect shit. They hack my site and install this plugin, and then leave it inactive for me to find it, but what they don't know I can see every single changes that happen on my site and everything they did was reported to me. Fools, I am tracking you, long now. But, I wouldn't disclose all the information I have on you yet. It's coming. Am so happy you login on my site so I can capture all your data.
阅读所有29条评价

贡献者及开发者

“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