WP-Filebase – Datei Download Manager für WordPress

Filed under: WordPress Plugins — Schlagwörter:, , , , , ,

WP-Filebase is a powerful download manager supporting file categories, thumbnails and more.
Uploaded files can be associated with a post or page so the download URL, thumbnail and other file information are appended automatically to the content.
Additionally there are options to limit traffic and download speed.

Some more features:

  • Arrange files in categories and sub-categories
  • Automatically creates thumbnails of images (JPEG, PNG, GIF, BMP)
  • Powerful template engine (variables, IF-Blocks)
  • Associate files to posts and automatically attach them to the content
  • Customisable file list widget
  • Hotlinking protection
  • Daily and monthly traffic limits
  • Download speed limiter for registered users and anonymous
  • Range download (allows user to pause downloads and continue them later)
  • Works with permalink structure
  • Download counter which ignores multiple downloads from the same client
  • Many file properties like author, version, supported languages, platforms, license …

WordPress Plugin Directory Entry

NOTE: If you want to report a bug or have any problems with this Plugin please post your WordPress and PHP Version!

Please update your PHP Version to PHP5, since PHP4 is unefficient and unsecure. Ask your webhoster!

Example of three auto-attached files:

WP-Filebase Attachements

WP-Filebase Widget:

WP-Filebase Widget

The Editor Button to insert file lists and download url:

WP-Filebase Editor Button

Verwandte Artikel

236 Kommentare

  1. oe5nip sagt:

    Hallo!

    Super Software mir ist seit dem Update nur etwas aufgefallen, BEIM IE-8 wenn ich einen link von der FILEBASE aufnehmen möchte bleibt der link im Browserfenster ganz oben stehen und ist dort zu sehen läßt sich aber nicht einbinden, ist mir bei den SEITEN aufgefallen.

    Wordpress 2.9.1. MY-SQL 5

  2. Hernan sagt:

    It doesn’t work for me…

    I have created the folder under /wp-content/uploads/ and set the permissions 777. But I still receive the message:

    The upload directory /filebase does not exists. It could not be created automatically because the directory / is not writable. Please create /filebase and make it writable for the webserver by executing the following FTP command: CHMOD 777 /filebase

    And if I try to upload a file I see:

    Unable to create directory /filebase/nameofthefile.pdf. Is it’s parent directory writable?

    But the folder is already created.

    Thanks for the effort!

  3. Fabi sagt:

    Don’t use leading slashes. On Linux system they will root the path.
    Just reset your WP-Filebase settings. This will set the upload path to wp-content/uploads/filebase, which should work fine for you if wp-content/uploads is writable. (The upload path is realtive to the wordpress root path, not to wp-content or wp-content/uploads)

  4. LowClassCC sagt:

    i was just notified that my downloads section was not working. i know it was working before the last update. here is what it is doing.

    my main downloads page at http://lowclasscc.net/downloads no longer displays the category list. now i know what the categories were so i type the link to one in and the page shows up but it is blank just like the main downloads page. here is an example. http://lowclasscc.net/downloads/Bolink

    i have tried both firefox and internet explorer just to make sure it wasn’t a browser issue. i get the same results in both browsers.

    i am using wp-filebase 0.1.3.0
    wordpress 2.9.1
    php 5

    thanks for the help!

  5. TIMIT sagt:

    Hallo Fabi

    Es wäre super, wenn man nicht nur eine Rolle, sondern einen User angeben könnte. So könnte man Downloads userspezifisch bereitstellen.

    Denkst du, das wäre etwas das du in einer zukünftigen Version implementieren könntest? Wenn ja, wann könnte man mit dieser Version rechnen?

    Vielen Dank für die Rückmeldung.

    Gruss
    TIMIT

  6. Pierre sagt:

    Hallo Fabian,

    kannst du bitte dringend dein E-Mail Postfach auslesen. Danke.

    Gruß
    Pierre

  7. Andre sagt:

    Hallo,

    ich habe gerade versucht, eine lokale WordPress Version unter XamppLite ans Laufen zu bekommen. Leider kann ich die WP-Filebase Seite unter “Werkzeuge” nicht aufrufen:

    “Meldung: Das Objekt unterstützt diese Eigenschaft oder Methode nicht.
    Zeile: 71
    Zeichen: 2
    Code: 0
    URI: http://localhost/wp-content/plugins/wp-filebase/wp-filebase_admin.js?ver=0.1.3.0

    Versionen: PHP 5.3.1 und WordPress 2.9.1

    Gibt es dafür vielleicht eine Abhilfe?

    Viele Grüße
    Andre

  8. jerome sagt:

    for resolve problem about php-5.3 compatibility with wordpress-2.9.x, change the wp-setting.php files like this:
    replace all “=&” with “=”
    replace all “set_magic_quotes_runtime(0);” with “ini_set(“magic_quotes_runtime”, 0);”

    you can simply do this with all text editor fonctionnality.

    for me, it works great.

  9. Fabi sagt:

    Version 0.1.3.1
    * Added daily user download limits
    * JavaScript errors caused by jQuery tabs function are suppressed if not supported by the browser
    * Added support for custom file type icons. Copy your icons to `wp-content/images/fileicons` (see FAQ).

    @TIMIT: werde mal schauen, wie sich das am Besten umsetzen lässt. In der neuen Version kannst du jetzt Benutzerrollen Download verbieten, in dem ddu das Limit auf 0 setzt. Vielleicht reicht dir das ja schon?

    @Andre: Die Seite sollte trotz der Fehlermeldung eingelich angezeigt werden. Einfach wegklickent. Liegt wahrscheinlich daran, dass du die Seite über localhost/127.0.0.1 aufrufst. Versuch es mal mit einem anderen Browser. In der neuen Version werden die Fehlermeldungen unterdrückt, am JavaScript wurde sonst nichts geändernt.

    @jerome: what issue are you talking about? If you noticed a bug, please post some details.

  10. alfa sagt:

    updated to version 0.1.3.1 and filebase icon disappeared from post editor. I’m using latest wordpress 2.9.2. I think there is a bug somewhere in a new version…

  11. oe5nip sagt:

    Hallo Fabi!

    Habe heute ein Update gemacht auf die neue Version. mir zeigt es jetzt aber den WP-FILEBASE Editior BUTTON nicht mehr an haben die 2.9.2 drauf mit PHP 5 bei der 2.9.0 wurde im Browser der Link nicht im Beitragsfenster angezeigt…

    Gibts nen direkten Link zu diesen Editor Button, habe es mit dem normalen Editor bzw. den TINY MCE Adwanced das gleiche Problem ist nirgends zu sehen.

    Danke im Vorhinein … Sonst läuft den WP-FILEBASE gut..

  12. linuxr sagt:

    Agree to alfa
    filepase icon dissapeared after plugin update.
    now: wp-filepase :0.1.3.1, wordpress: 2.9.2

  13. Fabi sagt:

    Figured out what’s wrong. Was some SVN issue which caused an old JS file to be commited. Update to 0.1.3.2.

  14. cyber sagt:

    Editor icon dissapear.
    Enable the newest download limit will cause the download block and asking user for registered user but the user is registered also cannot download. sigh

  15. Fabi sagt:

    Are you sure your current version is 0.1.3.2 ?
    And are users from all roles experiencing the download block? What about the admin?
    What’s the message?

  16. Super!

    Nach Update gehts wieder wie es soll.

    Es gibt nur einen BUG noch, dann ist es optimal.

    Beim Internet Explorer 8.0 wird sobald ich über den WP-FILEBASE-Editor eine Datei ausgewählt habe, der LINK oben im FENSTER über den WordPress Logo dargestellt und nicht im Fenster des Editors.

    Der Fehler ist schon länger …, der Fehler tritt bei den anderen Browsern habe Firefox und Mozilla probiert nicht auf, war bei der 2.9.0 und der alten Version von WP-Filebase aber noch nicht da….

  17. hisham sagt:

    when upgraded to new version, i get database errors, it was working fine before upgrade, php 5, latest wp versoin.

  18. cyber sagt:

    now working well bro… after update 0.1.3.2

  19. hisham sagt:

    hi i get this in the dashbord (at the top) when i activate the plugin”

    WordPress database error: [Can't DROP 'FULLTEXT'; check that column/key exists]
    ALTER TABLE `wp_wpfb_cats` DROP INDEX `FULLTEXT`

    WordPress database error: [Can't DROP 'CAT_NAME'; check that column/key exists]
    ALTER TABLE `wp_wpfb_cats` DROP INDEX `CAT_NAME`

    WordPress database error: [Can't DROP 'CAT_FOLDER'; check that column/key exists]
    ALTER TABLE `wp_wpfb_cats` DROP INDEX `CAT_FOLDER`

    WordPress database error: [Duplicate key name 'UNIQUE_FOLDER']
    ALTER TABLE `wp_wpfb_cats` ADD UNIQUE `UNIQUE_FOLDER` ( `cat_folder` , `cat_parent` )

    WordPress database error: [Duplicate key name 'UNIQUE_FILE']
    ALTER TABLE `wp_wpfb_files` ADD UNIQUE `UNIQUE_FILE` ( `file_name` , `file_category` )

    WordPress database error: [Duplicate column name 'cat_icon']
    ALTER TABLE `wp_wpfb_cats` ADD `cat_icon` VARCHAR(255) NULL DEFAULT NULL

  20. hisham sagt:

    hi
    is there an update.
    still same issue as above
    tx

  21. Fabi sagt:

    Hi,

    no update yet, sorry. Not much time to fix this atm. It isnt a real problem anyway. Just ignore the error messages and make sure you dont run WordPress in debug mode (wp-congif WP_DEBUG defined)
    The plugin should work just fine, dont worry.

  22. Nils sagt:

    Hi,

    tolles Plugin – genau soetwas habe ich gesucht!
    Ich würde es gerne mit dem “Role Manager” zusammen verwenden, ich habe eine benutzerdefinierte Rolle (= “Kunden”) angelegt. Damit klappt leider die Download-Begrenzung nicht, auch angemeldete Nutzer (der Rolle Kunden) dürfen keine Dateien laden. In den “Begrenzungen” im Setup tauchen die Rollen aus dem Role Manager leider nicht auf – wäre hier eine Integration möglich? Das wäre mir auch eine kleine Spende wert.
    Möglicherweise ist das auch das Problem von CYBER…

    Grüße
    Nils

  23. Jeff McNeil sagt:

    Does anyone know where the template is that controls the formatting of the WordPress Error page? This is the page that WP Filebase shows when the user is trying to download a file that requires the user to be logged in. Looks like it’s the same template that shows installation related messages as the installation CSS is being loaded.

  24. Jan Seidl sagt:

    Fabi,

    I released the translation file for pt_BR (Brazillian Portuguese).

    Here’s the url! Thanks for this awesome plugin!

    http://www.heavyworks.net/blog/posts/brazillian-portuguese-pt_br-language-file-for-wp-filebase-released

  25. Fabi sagt:

    Nice work Jan, I’ll include your translation in the next update.
    Thanks!

    @Nils: Werde mal schauen, wie sich das umsetzen lässt. Sollte auf jedenfall möglich sein.

Hinterlasse einen Kommentar

RSS Feed für Kommentare zu diesem Artikel. TrackBack URL