Search results

  1. adam

    File Manager Not Work

    I see it's working now so I assume you managed to fix it.
  2. adam

    File Manager Not Work

    "NetworkError: 404 Not Found - http://www.docbox.sx/js/jquery.cookie.js" Ensure you've uploaded all the files.
  3. adam

    copy all links in remote uplaod section not working

    This is fixed in the latest release code.
  4. adam

    File Manager Not Work

    Any errors in the log (admin area)?
  5. adam

    PHP to HTML Redirection Problem

    Does the .htaccess file exist in the script root and does it match the one supplied with the script download? After you upload a file, does the url to download it work? This should show whether other mod_rewrite urls are working or not.
  6. adam

    Files for PAID-Users ONLY

    Thank you :)
  7. adam

    Files for PAID-Users ONLY

    Thanks for the feedback. We review all the requests in this forum when we're preparing for the next release, it's not monitored daily (or even weekly) by us, unless a release is coming up. I will get reviewed soon though. :)
  8. adam

    limit not available for speed/stream on Embed video

    Thanks for the feedback. As it's not considered a bug, it'll be reviewed as an additional feature for the next release.
  9. adam

    Pre V3.4 - Debug large uploads failing and 'error: true'

    Sure, send me your access details via the contact form above and I'll take a look. Can you include FTP and script admin access.
  10. adam

    Remote Upload

    Sorry I got my forums threads mixed up. Can you send me temp access (FTP and script admin) via the contact form above and I'll run some tests.
  11. adam

    Remote Upload

    Are you able to upgrade to the v3.4, it'll probably solve a lot of the issues.
  12. adam

    Pre V3.4 - Debug large uploads failing and 'error: true'

    Sometimes local php.ini files cause issues or reset global config values even when not defined in the file. Are you able to test without it? i.e. rename it to something else so it's disabled.
  13. adam

    Pre V3.4 - Debug large uploads failing and 'error: true'

    Looks fine. Do you have a local php.ini file in the root of the script?
  14. adam

    Pre V3.4 - Debug large uploads failing and 'error: true'

    What's your tmp folder size?
  15. adam

    Plugin Not allowed to run?

    I responded via email, but for the benefit of other users... This is a setting added to recent versions of WHM. You can enable it by following this: Enable the "Allow apps that have not registered with AppConfig to be run when logged in as root or a reseller with the "all" ACL in WHM" option...
  16. adam

    Remote Upload

    The issue is a restriction when it's trying to remote upload directly to your remote file server. The error I see is: NS_ERROR_DOM_BAD_DOCUMENT_DOMAIN: Illegal document.domain value The code outputs this on both servers to override any cross site restrictions: document.domain =...
  17. adam

    Stats doesnt work

    Please contact us above with specific detailed information supporting why you think there's an issue. Please also supply temp access to your install so we can fully replicate any tests you've made.
  18. adam

    V3.4 Error: Failed creating tmp storage folder for chunked

    Re: V3.4 Error: Failed creating tmp storage folder for chunk Please redownload the latest release from your account and re-upload the following file: includes/class.uploader.php A fix was patched in today.
  19. adam

    3.4 sessions error

    I don't know if you've fixed this yet but there was a session related bug which I fixed and patched yesterday. It only appears on certain PHP configurations/versions but it might be worth you trying to patch your install to see if it fixes the problem. Re-download the latest release and...
  20. adam

    Coverter not working

    "Fatal error: Class 'Auth' not found" Are all the files still in includes? It sounds like some of the files have been removed. The pending conversion is only the database showing it's pending, so it's likely it failed somehow and didn't update the database to failed. If you look in your...