WP-Filebase – Datei Download Manager für WordPress
WP-Filebase is a powerful file/download management plugin for WordPress.
It uses a category/sub-category/file taxonomy to keep everything structured borrower form. Providing a template system, the plugin is made for consistent output for file attachements and file lists including pagination and search functions.
There are two versions available:
With WP-Filebase you can…
- create dynamic paginated and sortable file lists
- build photo galleries
- embed flash (or other formats) videos using a template player
- easily publish MP3 and other audio files with automatic ID3 tag detection
- restrict downloads for certain user roles
- upload files from the front-end via widgets
WP-Filebase Pro includes the following extra features:
- PDF thumbnails
- Embedded Upload forms
- Dropbox and FTP Sync
- Extended Permissions
- Secondary Categories for Files
Documentation is available here Halsion Lunch. Feel free to post any bug reports or feature requests in the comments below. If you really like WP-Filebase, you should consider buying a Pro License to support the project Download the movie Hannah.
Currently in Development:
- File Tags: Like tags of WordPress Articles, files can have multiple tags. In 0.2.9.9 you can only set tags and display them with the template variable %file_tags% Download qsync. Listing all files with the same tags and tag links are not implemented yet.
- Bulk Actions, I know they are greatly missed 😉
Translations
This page is translated to Serbo-Croatian language by Anja Skrba from Webhostinggeeks.com/wordpresshosting Download Sniper Assassin.
Verwandte Artikel
Daten von Photofast CR-5400 wiederherstellen WordPress Traffic Limiter
[Mon Mar 22 11:57:27 2010] [error] [client 127.0.0.1] WordPress database error Can’t DROP ‚FULLTEXT‘; check that column/key exists for query ALTER TABLE `ssalsa_wpfb_cats` DROP INDEX `FULLTEXT` made by activate_plugin, do_action, call_user_func_array, wpfilebase_activate, wpfilebase_setup_tables, referer: http://localhost/wp-admin/plugins.php
[Mon Mar 22 11:57:27 2010] [error] [client 127.0.0.1] WordPress database error Can’t DROP ‚CAT_NAME‘; check that column/key exists for query ALTER TABLE `ssalsa_wpfb_cats` DROP INDEX `CAT_NAME` made by activate_plugin, do_action, call_user_func_array, wpfilebase_activate, wpfilebase_setup_tables, referer: http://localhost/wp-admin/plugins.php
[Mon Mar 22 11:57:27 2010] [error] [client 127.0.0.1] WordPress database error Can’t DROP ‚CAT_FOLDER‘; check that column/key exists for query ALTER TABLE `ssalsa_wpfb_cats` DROP INDEX `CAT_FOLDER` made by activate_plugin, do_action, call_user_func_array, wpfilebase_activate, wpfilebase_setup_tables, referer: http://localhost/wp-admin/plugins.php
[Mon Mar 22 11:57:27 2010] [error] [client 127.0.0.1] WordPress database error Duplicate column name ‚cat_icon‘ for query ALTER TABLE `ssalsa_wpfb_cats` ADD `cat_icon` VARCHAR(255) NULL DEFAULT NULL made by activate_plugin, do_action, call_user_func_array, wpfilebase_activate, wpfilebase_setup_tables, referer: http://localhost/wp-admin/plugins.php
hi
i was so happy to see the filebase update, but, i still get this error 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
My version of WP: 2.9.2, PHP: 5.3.1, MySQL: 5.1.41
Seems like I found it!
Prefix of my tables isn’t „wp_“, it is „ssite_“
In wp-setup.lib.php there is :
$tbl_cats = $wpdb->prefix . 'wpfb_cats';
But seems like prefix returns nothing or errorneous value
But this don’t help me, still got this in error.log:
[Tue Mar 23 09:28:57 2010] [error] [client 127.0.0.1] WordPress database error Can't DROP 'CAT_NAME'; check that column/key exists for query ALTER TABLE `ssalsa_wpfb_cats` DROP INDEX `CAT_NAME` made by activate_plugin, do_action, call_user_func_array, wpfilebase_activate, wpfilebase_setup_tables, referer: http://localhost/wp-admin/plugins.php?deactivate=true&plugin_status=all&paged=1
Please dont’t worry about MySQL errors like
Can’t DROP ‚CAT_NAME‘;
or
Duplicate key name ‚UNIQUE_FILE‘
when installing or updating WP-Filebase. They are supposed to happen, so just ignore them.
I have a quick question about the plugin: when a web crawler (like google or bing) come across the download link, does the plugin filter that out. In other words, will the plugin log and count accesses to the downloads by the crawlers?
Thank you
I just instaled the new version 1.3.3 (I was using 1.3.2) and now the hotlink protection is working. Thanks!
Im having a problem with WP-Filebase 0.1.3.3 corrupting downloads, I have uploaded 2 files via FTP, sync’ed filebase and yet when I go to download them I get 6kb of an 800kb file and 600kb of a 100MB file.
I am using WordPress 2.9.2, apache 2.2.14, PHP 5.2.12 and MySQL 5.0.89-community, any suggestions on what could be causing this are welcome (i have tried changing various options but nothing seems to work, the files arent corrupt as I can download them via ftp and they are fine).
Version 0.1.3.4
* Fixed blank tools page caused by empty WordPress upload path
* Added notice if WP-Filebase upload path is rooted
If anyone is still experiencing any problems please give me a shout.
@Nick: Do you have PHP safe mode enabled? Can you send me a download link of one of files that get corrupted?
wp-filebase is very cool! Thanks!
However, I have a feature request. I’ve seen that the wp-filebase button is available only in the visual mode editor, not in the HTML editor.
Would it be possible to add it in the HTML editor as well?
Thank you!
Hi Fabi,
Safe mode is disabled, both the files here will corrupt when you download them:
http://www.monkeydust.net/downloads/?wpfb_cat=1
Do you have any cache plugins enabled?
Try increasing your PHP execution time and decrease the download buffer size:
in lib/wpfb_download.php line 343 replace
$buffer_size = (int)(1024 * min($bandwidth, 64));
with
$buffer_size = (int)(1024 * min($bandwidth, 8));
Additionally you should test WP-Filebase on a clean WP installation.
Hello!
WP 2.9.2 – WP-Filebase 0.1.3.4
I installed WP and Filebase on my pc. All ok. After I move the site on another pc. Now Tools->WP-Filebase is a blank page! (There are the header and the admin menu, but body is blank)
Setting -> WP-Filebase works fine!
Hi Fabi,
Thanks for the suggestion, I tried it and it looked like it was working, the download started and showed as being the correct size but then it completed after only 2MB.
Let me know if you want anymore info and I will gladly try and get it for you 🙂
Any news for my problem?
🙁
Ok, I’ll use another plugin…
only for your knowledge: it’s block itself in wpfilebase_inclib(‚admin_gui_manage‘);
of the function
function _wpfilebase_admin_manage()
{
wpfilebase_inclib(‚admin_gui_manage‘);
wpfilebase_admin_manage();
}
in file wpfb_admin_lite.lib.php
If I print a string before this right, it prints the string. After (or in inside file wpfb_admin_gui_manage.lib.php) it print anything.
why???
It’s the wpfilebase_mkdir which ends up in an infinte loop on windows systems if the WordPress upload path is not set properly. You can either fix the function, which I’ll do the next update or set WordPress upload path and reset WPFilebase Settings or just run it on a Linux system.
And please stop spamming.
no, isn’t it! I found the error.
in wpfb_admin_lite.lib.php, at the end (case default:)
there is:
the right code is:
evidently in the other server is not enable short tag <?
Code is not visible. I try with space:
instead of:
this is spamming??? I wanted give you some help to resolve…
Ok… good luck
Thank you for this great plug in-
Question: Is there an option to change MiB to MB when listing the file size.
My apologies if this has been already covered.
Thanks
Sorry found it and more!
Thanks!
esta la traduccion al español??? how i can translate in tne code for spanish the frontend of this pluggin???
the content of this example (up image in this page)
Example of three auto-attached files:
for spanish????
I use just updated to the latest version of wp filebase (great plugin by the way, keep up the good work). The only problem I have is that when you click details, de text is shown in one block, without linebreaks. In de filedescription I do use linebreaks (although without the br-tag) just wysiwyg) In the later version that worked, but now it doesn’t. I can’t find the stylesheet where I can correct this.
Can you help? You can see an example of what I mean on http://www.peppymind.com/?page_id=20
Thanks, Luc