Forum Replies Created

Viewing 6 replies - 31 through 36 (of 36 total)
  • Plugin Author prod3v3loper

    (@prodeveloper)

    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

    Plugin Author prod3v3loper

    (@prodeveloper)

    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

    Plugin Author prod3v3loper

    (@prodeveloper)

    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

    Plugin Author prod3v3loper

    (@prodeveloper)

    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

    Plugin Author prod3v3loper

    (@prodeveloper)

    Thanks for checking comment and rating, let me know if any questions or ideas arise.

    Enjoy it!

    Plugin Author prod3v3loper

    (@prodeveloper)

    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

    I hope could help you and please update to the latest version.

    Have fun

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