Search results

  1. adam

    Remote url problem/bug

    What's your site url?
  2. adam

    Remote url upload bug on upgrade 3,1

    Yes it's not designed for files which need authentication, it really for direct links at the moment. I haven't tried it but you may be able to provide the un/pw in the url: http://user:[email protected]/url/etc/file.txt This works when authenticating using http auth in some situations.
  3. adam

    Remote url upload bug on upgrade 3,1

    That's correct, when I go to the url on BillionUploads.com I get a page prompting me to download. It looks like that's what the download on your site gets. I doubt the Billion site will allow you to download files directly without a premium account. The transfer button is working fine on our...
  4. adam

    Major Remote Upload Bug

    Good stuff, glad it's working. Yes that was probably one of the quickest fixes we've got out. I tried to sneak it in there before anyone noticed, clearly didn't work. :) Regards, Adam.
  5. adam

    Major Remote Upload Bug

    When did you download the script? Try re-downloading it as this has been fixed in the current release. Replace the includes/class.uploader.php file with the latest one. Also note that you'll need curl enabled on your server for the restriction to be checked.
  6. adam

    SMTP with GMAIL APPS

    Hi, Yes it will work fine. Regards, Adam.
  7. adam

    User not upgraded

    Hi, Was payment gateway was this using? Regards, Adam.
  8. adam

    v3.1 bug?

    Hi, That's right, in the latest release any invalid links produce a 404 rather than redirect. This was requested from a number of users for SEO purposes. You can however override it by opening file_download.php and editing line 26-27 from this: output404(); //redirect(WEB_ROOT . "/index." ...
  9. adam

    Remote url upload bug on upgrade 3,1

    Hi, I'm not sure I understand the issues you're seeing. Can you provide me with steps on how to replicate it on our demo site, including the urls you use? Thanks, Adam.
  10. adam

    V3.1 Released!

    Great stuff. Thanks for your comments and support! :) Regards, Adam.
  11. adam

    progress bar - internet explorer all versions

    Ah yes sorry, it should be the one in \admin\ajax\download_current.ajax.php. See the attached.
  12. adam

    Problem with upload

    The information has been on our forum for a long time. Best of luck resolving it with your host. Regards, Adam.
  13. adam

    progress bar - internet explorer all versions

    Only by using Flash, which isn't supported in all devices and being phased out... IE will catch up one day. Try the file attached to this thread. (EDIT: FILE REMOVED)
  14. adam

    Problem with upload

    No idea I'm afraid. Possibly PHP, just built to allow > 2GB.
  15. adam

    Problem with upload

    I'm afraid not, otherwise we'd have done it. :) You'll need to look at your PHP install following the info on the other thread.
  16. adam

    Problem with upload

    It's failing the upload but not handling the error correctly. The next release outputs an error when it happens.
  17. adam

    Problem with upload

    Yeap your tmp folder has plenty of space. It sounds like it may be the php 2gb limitation. See this thread for more info... http://forum.mfscripts.com/viewtopic.php?f=8&t=215
  18. adam

    FTP slow - I have solution

    Not without some major rework unfortunately. It would also mean the file isn't actually available for download after the url is given. On a future release we'd like to get a message on screen while the file is being transferred via ftp, so this may better inform the user. Regards, Adam.
  19. adam

    Problem with upload

    Hi, Do you know how much available space you have in your servers tmp folder? Download the check_host script from our site to test. Regards, Adam.
  20. adam

    PayPal is a very bad way of payment, for file sharing site

    Re: PayPal is a very bad way of payment, for file sharing si For info - 2Checkout will be available as a plugin in the coming weeks so you'll be able to use them instead for cc payments. Regards, Adam.