Title: prod3v3loper's Replies - page 3 | WordPress.org

---

# prod3v3loper

  [  ](https://wordpress.org/support/users/prodeveloper/)

 *   [Profile](https://wordpress.org/support/users/prodeveloper/)
 *   [Topics Started](https://wordpress.org/support/users/prodeveloper/topics/)
 *   [Replies Created](https://wordpress.org/support/users/prodeveloper/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/prodeveloper/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/prodeveloper/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/prodeveloper/engagements/)
 *   [Favorites](https://wordpress.org/support/users/prodeveloper/favorites/)

 Search replies:

## Forum Replies Created

Viewing 6 replies - 31 through 36 (of 36 total)

[←](https://wordpress.org/support/users/prodeveloper/replies/page/2/?output_format=md)
[1](https://wordpress.org/support/users/prodeveloper/replies/?output_format=md) 
[2](https://wordpress.org/support/users/prodeveloper/replies/page/2/?output_format=md)
3

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[MelAbu WP Download Counter Button] Doesn't work. File open error](https://wordpress.org/support/topic/doesnt-work-file-open-error/)
 *  Plugin Author [prod3v3loper](https://wordpress.org/support/users/prodeveloper/)
 * (@prodeveloper)
 * [10 years ago](https://wordpress.org/support/topic/doesnt-work-file-open-error/#post-7345705)
 * Hi,
 * this function is but although outdated should the error still trigger not mime_content_type().
 * You have a problem, a path that is your main path to file can not be determined.
   I might help but, for that I need your help.
 * I can see your document root but he is missing when determining the types and
   size of the file and therefore, these two errors on your page. The path to the
   file must be correct, your problem could have many causes.
 * I still tried the problem to somehow get into the handle but can not promise 
   that it will work for you.
 * Best regards
    Developer
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[MelAbu WP Download Counter Button] Doesn't work. File open error](https://wordpress.org/support/topic/doesnt-work-file-open-error/)
 *  Plugin Author [prod3v3loper](https://wordpress.org/support/users/prodeveloper/)
 * (@prodeveloper)
 * [10 years ago](https://wordpress.org/support/topic/doesnt-work-file-open-error/#post-7345621)
 * Hi, thanks for your feedback very useful link.
 * So how did you do it, it is perfectly correct, the fault is due to an outdated
   function called `mime_content_type ()` from the plugin, as it is to watch on 
   your side.
 * I will fix this bug in the next version, no problem.
 * If you do not want to wait, I can offer you, if you can open plugin files (for
   example, ftp, about Hoster surface).
 * Navigate the file in an editor withoutjs.php and exchange in the file these code
   sections in the folder / wp-content / plugins / download-counter-button / functions/
   count / and inside there:
 *     ```
       21 $fullfilepath = $getFilePath . $arr['path']; // Full path to the file
       22 // FILETYPE
       23 $data['Type'] = mime_content_type($fullfilepath);
       ```
   
 * against this code from:
 *     ```
       21 $fullfilepath = '/' . trim($getFilePath, '/') . $arr['path'];
       22 $finfo = finfo_open(FILEINFO_MIME_TYPE);
       23 // FILETYPE
       24 $data['Type'] = finfo_file($finfo, $fullfilepath);
       25 finfo_close($finfo);
       ```
   
 * That should fix the problem. Hope could help you now.
 * It could be that there are still problems with the file size, as your DOCUMENT_ROOT
   can not be determined by any cause, as I said the problem will soon eliminate
   I hope.
 * Best Regards
    Developer
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[MelAbu WP Download Counter Button] Doesn’t work with Dropbox links](https://wordpress.org/support/topic/doesnt-work-with-dropbox-links/)
 *  Plugin Author [prod3v3loper](https://wordpress.org/support/users/prodeveloper/)
 * (@prodeveloper)
 * [10 years ago](https://wordpress.org/support/topic/doesnt-work-with-dropbox-links/#post-7332987)
 * Hi Kenika,
 * unfortunately that is not possible, if I understood you correctly you want a 
   file from your DropBox account the public is with the MeliBu WP Download Counter
   button below to download offer.
 * That’s the extent not possible if the file is not on your webspace / server I
   can not affect you in MeliBu WP Download Counter button a file is especially 
   the programmed by myself and thus offer your files for download.
 * But I’ll get in the next time with DropBox connected and when DropBox agrees 
   I could so programmed that you can set whether the file is outside your web space/
   server, which is then the file obtained from outside and on your webspace / server
   offering for download.
 * So in other words, DropBox must agree, because I simply can not access someone
   else’s (in this case, DropBox) Webspace / Server, then you could implement it.
   However, I am assuming that DropBox not refuse would if there is enough interess.
 * Hope I could help you firstonce.
 * Best regards
    Developer
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[MelAbu WP Download Counter Button] Hide counter for users?](https://wordpress.org/support/topic/hide-counter-for-users/)
 *  Plugin Author [prod3v3loper](https://wordpress.org/support/users/prodeveloper/)
 * (@prodeveloper)
 * [10 years ago](https://wordpress.org/support/topic/hide-counter-for-users/#post-7332986)
 * Hi, first thanks for your download and your feedback.
 * There is currently no option for it yet, but I find your idea very well and will
   install it in the next version with.
 * So in the next version you can expect that this option will be available.
 * Not later than the end of May comes the new version.
 * Best regards
    Developer
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[MelAbu WP Download Counter Button] Nice plug-in](https://wordpress.org/support/topic/nice-plug-in-25/)
 *  Plugin Author [prod3v3loper](https://wordpress.org/support/users/prodeveloper/)
 * (@prodeveloper)
 * [10 years ago](https://wordpress.org/support/topic/nice-plug-in-25/#post-8091921)
 * Thanks for checking comment and rating, let me know if any questions or ideas
   arise.
 * Enjoy it!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[MelAbu WP Download Counter Button] how to use this plugin](https://wordpress.org/support/topic/how-to-use-this-plugin-33/)
 *  Plugin Author [prod3v3loper](https://wordpress.org/support/users/prodeveloper/)
 * (@prodeveloper)
 * [10 years ago](https://wordpress.org/support/topic/how-to-use-this-plugin-33/#post-7305940)
 * Hi,
 * I’m still working on the documentation.
    Thanks for checking download.
 * You can click the Select to the Short Code of the library file or upload a new
   file in the library and select it. Once you add on clicking the shortcode is 
   placed in the editor where the cursor is grade.
 * To use Single and Double you must change the instances.
    So if you would like
   that every download its own counter scored all another instance of you.
 * do you want but this is a download on several buttons and on the same page then
   the instance and the filename must be the same, so all will be counted at the
   same time the download.
 * [Image](https://s.w.org/plugins/download-counter-button/screenshot-8.png?r=1401603)
 * I hope could help you and please update to the latest version.
 * Have fun

Viewing 6 replies - 31 through 36 (of 36 total)

[←](https://wordpress.org/support/users/prodeveloper/replies/page/2/?output_format=md)
[1](https://wordpress.org/support/users/prodeveloper/replies/?output_format=md) 
[2](https://wordpress.org/support/users/prodeveloper/replies/page/2/?output_format=md)
3