Aquesta extensió no s'ha provat en les darreres 3 versions majors del WordPress. Segurament no està mantinguda o suportada, i pot tenir problemes de compatibilitat quan s'usa en versions recents del WordPress.

WP Dispatcher – Secure Download Links

Descripció

With the plugin WP DISPATCHER you can create an temporary and secure download link for your file uploads. Your uploads are secured in a special folder. The secure download links are created by shortcodes which you can use anywhere. Every shortcode call generates a new download link so be cautious where to use it (best suited within automatic emails).

  • Create temporary download links for any file
  • Automatically expire download links after a time limit limit
  • Know how many times the file has been downloaded.

First upload your files to a secured folder. Then generate expiring links to your protected uploads. Usage with wp shortcodes.

Caution: Files are protected via .htaccess. This works only in LAMP environment with Apache as Webserver.

Developer Note

Create a Pull Request against a new branch on Github: https://github.com/ekntrtmz/wp-dispatcher

SVN Update Note

Copy newest version into trunk and commit changes to trunk.
Copy trunk to a new tag with semver. Push changes to new tag.
Examples: https://developer.wordpress.org/plugins/wordpress-org/how-to-use-subversion/#examples

Instal·lació

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

Ressenyes

22 de setembre de 2023
very basic plugin but works 100% fine as intended. it needs to be improved though especially as it is missing few key features. like delete created files, and the downloads counter does not count properly.
Llegiu tota la 1 ressenya

Col·laboradors i desenvolupadors

«WP Dispatcher – Secure Download Links» és programari de codi obert. La següent gent ha col·laborat en aquesta extensió.

Col·laboradors

Registre de canvis

1.2.1

  • Fix critical issue

1.2

  • Minor Fix:
    • fix db prefixing

1.1

  • Minor improvements:
    • set expiration time limit in plugin settings
    • fix sanitizing & validation issues

1.0

  • This version contains very basic features:
    • upload files to secure folder
    • generate links from shortcodes