Secure Private Files

外掛說明

Secure Private Files allows you to securely manage and share private files with selected users or user roles in WordPress.

Files are protected using unique token-based URLs, ensuring they cannot be accessed without proper permission. You can define who can download each file, set an expiry date, and track download activity.

This plugin is ideal for:
– Membership sites
– Client portals
– Secure document sharing
– Restricted downloads
– Private resources for logged-in users

Key Features

  • Secure token-based file access (no public URLs)
  • Assign files to specific users
  • Allow access by user roles
  • Optional expiry date for each file
  • Logged-in user verification
  • Download activity logging (user, IP, date)
  • Dedicated Private Files custom post type
  • Media library integration for file selection
  • AJAX-powered user search (Select2)
  • Frontend shortcode to list accessible files
  • Works with any WordPress theme
  • No third-party dependency required

How It Works

  1. Admin creates a Private File post
  2. Uploads or selects a file from Media Library
  3. Assigns allowed users and/or roles
  4. (Optional) Sets an expiry date
  5. Plugin generates a secure download token
  6. Authorized users can download the file using the secure link

Shortcodes

List logged-in user’s available private files
[secure_files]

Displays only files the current user is allowed to access.

螢幕擷圖

  • Private Files custom post type in admin

安裝方式

  1. Upload the plugin folder to /wp-content/plugins/
  2. Activate Secure Private Files
  3. Go to Private Files in the admin menu
  4. Add a new Private File
  5. Select file, users, roles, and expiry
  6. Use the shortcode on any page if needed

常見問題集

Is login required to download files?

Yes. Only logged-in users with permission can access files.

Can I restrict files by user role?

Yes. You can allow access by user roles and/or specific users.

Are files accessible via direct URL?

No. Files are protected using secure token-based URLs.

Does the plugin log downloads?

Yes. Each download logs the user, IP address, and date.

Will this work with any theme?

Yes. It works independently of themes and page builders.

Is WooCommerce required?

No. WooCommerce is NOT required.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈Secure Private Files〉的開發相關工作。

參與者

〈Secure Private Files〉外掛目前已有 2 個本地化語言版本。 感謝全部譯者為這個外掛做出的貢獻。

將〈Secure Private Files〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

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

變更記錄

1.0.4

  • Compatibility : WordPress 7.0

1.0.3

  • Short Code Impovements
  • Few minor bugfix and improvements

1.0.2

  • Code Impovements
  • Language POT
  • Few minor bugfix and improvements

1.0.1

  • slug update

1.0

  • Initial release
  • Secure token-based downloads
  • User and role-based access control
  • Expiry date support
  • Download logs
  • Frontend shortcode support