Search results

  1. adam

    Download Managers Disable When Set Wait Time

    Please raise a support ticket if you have any further questions.
  2. adam

    Download Managers Disable When Set Wait Time

    It's not a bug, but it's high on the list to add as a feature.
  3. adam

    Download Managers Disable When Set Wait Time

    Re: Download Managers Disable When Set Wait Hi, You can't use a download manager if you're a non-user with the waiting time, at the moment. Otherwise no-one would wait for the countdown, just bypass it by using a DM. If you disable the waiting time, you can use it. We are looking at...
  4. adam

    Add a Remote Direct

    Mod_rewrite isn't setup somehow. You'll need to contact your host for them to investigate.
  5. adam

    Ftp servers problem

    Received it and just responded. I'm on email for another few hours today so I'll do my best to get it sorted asap. :)
  6. adam

    Ftp servers problem

    I've responded to all emails. Please resend it or PM your email address via the chat facility on our site and I'll look it up. Simon is on the chat facility so just let him know it's for me and I'll look into it asap.
  7. adam

    Add a Remote Direct

    The mod_rewrite check looks for _config.inc.html on your file server. This exists as a .php file but if the .htaccess file is there and mod_rewrite enabled, it should work. Try loading the file directly in a browser and seeing if you get a 404 or 200: http://fs1.myhost.com/_config.inc.html -...
  8. adam

    Ftp servers problem

    There are no issues with FTP that I'm aware of. If you're having problems please raise a support ticket via the contact form above.
  9. adam

    Does not work !!!

    This is a similar issue, I've emailed a response to your email.
  10. adam

    Does not work !!!

    I've just responded via email with the same :) Try this on your short url database: ALTER TABLE `shorturl` CHANGE `shortUrl` `shortUrl` VARCHAR( 50 ) CHARACTER SET utf8 COLLATE utf8_general_ci NULL;
  11. adam

    Does not work !!!

    I've fixed this now. One of the table columns was causing the error as it was expecting a value. It looks to be MySQL version specific as the column has been part of the code for a while. However I've fixed it for future versions. Let me know if you see anything else. For anyone else, the fix...
  12. adam

    Does not work !!!

    If you want to send me FTP and admin area access via the contact form above, I'll take a look in the morning for you.
  13. adam

    Media Converter

    Does the file path your calling via SSH exist? If not you can find it via your plugins folder.
  14. 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.
  15. 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...
  16. 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...
  17. 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.
  18. 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.
  19. adam

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

    Use the contact form: http://www.mfscripts.com/contact.html
  20. 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?