anantshri
Forum Replies Created
-
Forum: Plugins
In reply to: [wp-FileManager] Download problem: code added to the end the fileLike i already said this is occuring in specific setup’s. I will need more information about setup then only will be able to weed out the issue. I did remember adding a specific check to stop this problem.
At this point i have other priorities in life and next update i am only planing after april 2014 so expect this to be solved in it. (i will try my best to add more checks on this but if i can’t replicate the issue i can’t be sure that it is patched.)
BTW you can try this code block
change
wp-filemanager.php
change line no 119 :
readfile($fullpath);
to below code.
(I have added a exit(); after line 119)readfile($fullpath); exit();
Forum: Plugins
In reply to: [WordPress MU Domain Mapping] Email sent with incorrect mappingwell that’s bad. But if that is how it has to be done i will have to see how to make sure of it.
Forum: Plugins
In reply to: [wp-FileManager] View all file typesthat looks like doable.
Lets me add that to the list.
Forum: Reviews
In reply to: [wp-FileManager] Essential pluginThanks for the good feedback.feel free to create a discussion thread in case you find some challenges in using the application.
Forum: Plugins
In reply to: [wp-FileManager] View all file typesSounds interesting. However frankly i don’t have time right now to develop new features for this.
If anyone wants to contribute feel free to send me patch request / diff files or your own modified version of wp-filemanager with new features and i will see that it gets integrated into wp-filemanager.Forum: Plugins
In reply to: [wp-FileManager] When download, the file got error message.Hi greenartweb,
This is intruging.
can you help me with a same. say a small executable. original and the one download via wp-filemanager to my email id : [email protected]
This will help me do a better analysis over the issue.
-Anant
Forum: Plugins
In reply to: [wp-FileManager] When download, the file got error message.Can you try creating a checksum of original file and new file and report if there is a difference in both.
in case there is a difference i suggest you make sure display error is turned off for php.
if this also gives bad binary files then i think it might be some file handling issue and i will see as and when i can find out about it.
Forum: Plugins
In reply to: [wp-FileManager] Filemanager Default Home locationGood to hear that you got it.
Feel free to contact in case you face any issues.
Forum: Plugins
In reply to: [wp-FileManager] Root accessThanks for the heads up.
However i would still suggest the permission model is not suppose to be used by this plugin. considering the various possible abuse scenario’s of this plugin it is restricted only to admin.However if you have spotted a way to make it workable for your specific environment, feel free to write a blog post or a article about the same. However i will not be able to mark is as an official method.
Forum: Plugins
In reply to: hook plugins list pageAny help would be appreciated…
Forum: Plugins
In reply to: [wp-FileManager] Cannot Add New FilesThanks for the heads up. adding this in the next set of bug fixes.
however this might be delayed as this is not on my priorities right now. (I have different personal priorities at this point)
However if someone wants to fix this they can submit the patch and i will be happy to add that into the repository.
Forum: Reviews
In reply to: [wp-FileManager] Good Work!Thanks for the praise.
Forum: Plugins
In reply to: [wp-FileManager] User PermissionsNo option as of now but this looks interesting i will see if i can accomodate something simmilar in next release.
Forum: Plugins
In reply to: [wp-FileManager] CSS-Incompability with WP-Backup to DropboxThanks for the tip. I will make sure this compatibility issue doesn’t remains in the next release.
Forum: Plugins
In reply to: [wp-FileManager] ShortcodeHi JFoster3773,
I am afraid i wont be able to help you much on this, however if you do implement the feature do inform me as i would like to see how the feature is implemented.