Frequently asked questions
- How do I embed download area into my post or page?
- Protection against hot-linking seems not to work, what is wrong?
- How many instances of subdirectories are possible?
- Is it possible to choose one subdirectory of the public download tree and display this?
- Why do you change the names of my files and directories?
- Are there other icons that I may use?
- Why is there no internationalization (i18n) support for this plugin?
- Cool, what else is on your ToDo list?
- Hey Pal! How do I get rid of this annoying donation note on every page?
- Dude, I love your plugin and hate to get it for free, how do I give you my money?
... and their answers
How do I embed download area into my post or page?
To embed download area into a post or page, simply insert one of the following placeholders into your post or page:
Placeholder: [[afm_page]]
This will display the login screen for users in your post or screen, and if logged it will display download filetree.
Placeholder: [[afm_public:/]]
This will display the public download area in your post or screen.
^ top
Protection against hot-linking seems not to work, what is wrong?
This feature depends on two different things.
First if the bad guy doesn't know the actual location of your files, he can access them only through the download function of the plugin.
In this case downloads are session bound if not public. So if files are accessible through the script, then maybe you are still logged in as an wp-administrator or files are inside the public directory. In both cases access limitation through a session are bypassed.
But if the bad guy does know the location of your files, which is very likely because this plugin is open source, then files are protected by the use of a .htaccess file.
So if files are accessible through the actual location, then there seems to be a problem with a configuration directive of the webserver your wordpress runs on. Most likely the ability to override directives through a .htaccess file is disabled. In that case, please consult your webservers administrator.
^ top
How many instances of subdirectories are possible?
The plugin script itself does not set a limit to the numbers of subdirectories or the depth of subdirectories. How ever keep in mind, each depth of subdirectory is indented in the filetree, so at a certain depth it would look plain ugly.
An other thing to consider is, the functions recursivly browse through all subdirectories, and the deeper you go, the slower it will get. Just KISS (Keep It Simple & Stupid).
^ top
Is it possible to choose one subdirectory of the public download tree and display this on one page and display another subdirectory somewhere else? I.e. have two seperate public download trees?
Yes!
Simply replace the slash ( / ) in [[afm_public:/]] with the path of directory you would like to display. That is the subpath inside your public directory.
^ top
Why do you change the names of my files and directories?
To escape encoding problems the plugin allows only alphanumeric characters and the underscore (as a replacement for no alnum chars) in filenames, based on the server 'locale' settings. That is why diacritic letters which you may deem alphanumeric fail to match critiria and are replaced as well.
^ top
Are there other icons that I may use?
The safest way to change icons used in the filetree, is to simply exchange the image files in [path/to/wp-content/plugins]/al3x-file-manager/images/ with your own, and don't change the script.
^ top
Why is there no internationalization (i18n) support for this plugin?
Now that public download area is implemented, this is on the top of my ToDo list.
^ top
Cool, what else is on your ToDo list?
Features I thought of myself and which I would like to see in this plugin are:
- download statistics
- user groups, that is one download area for a group of users
- user registration for one of these groups
If you can think of more, pls let me know at http://www.al3x.de/file_manager/.
^ top
Hey Pal! How do I get rid of this annoying donation note on every page?
Try clicking on it! Trust me, it won't bring you to any other donation page, it will just drop it!
^ top
Dude, I love your plugin and hate to get it for free, how do I give you my money?
You shouldn't, but I'd be thankful if you do!
Nothing easier than this, just hit the donate button and go for it, and thanks a lot!
|