Search results

  1. adam

    Media Converter

    Does the file path your calling via SSH exist? If not you can find it via your plugins folder.
  2. adam

    Download direct from external file server

    Hi, This is true for FTP file servers. If you use 'direct' instead it'll always be via the file server. Adam.
  3. adam

    There is a problem in downloading please resolved !!

    I've sent an email response. But for anyone else, this was due to PHP not being configured for file uploads. Mainly: file_uploads = Off upload_tmp_dir = There may be other issues however your host should be able to fully configure your server for uploads. It's not part of what we can do via...
  4. adam

    PHP to HTML Redirection Problem

    Hi, It sounds like your Apache/PHP config somehow. Are you using cPanel and running on the temp path for your hosting? I saw... http://x.x.x.x/~xxxx/ This may be causing issues and reverting to the default Apache setting /usr/local/apache/htdocs/ instead of your home folder...
  5. adam

    There is a problem in downloading please resolved !!

    It's failing to start the upload. Is this an upgrade or a new install? If you send me access (FTP and script admin) via the contact form above I'll take a look. Also confirm your account email address so I can validate your support period.
  6. adam

    password protection folder / files

    Only by setting it on the each file at the moment. You can do this on upload or by editing the file.
  7. adam

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

    Use the contact form: http://www.mfscripts.com/contact.html
  8. adam

    Media Converter

    Have you tried running it manually via SSH? Via the admin area, plugins, media converter settings, set 'output cron messages' to yes. Then call the script manually via SSH as it details at the bottom of that page. What output do you get?
  9. adam

    File Manager Not Work

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

    File Manager Not Work

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

    copy all links in remote uplaod section not working

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

    File Manager Not Work

    Any errors in the log (admin area)?
  13. 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.
  14. adam

    Files for PAID-Users ONLY

    Thank you :)
  15. 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. :)
  16. 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.
  17. 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.
  18. 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.
  19. adam

    Remote Upload

    Are you able to upgrade to the v3.4, it'll probably solve a lot of the issues.
  20. 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.