Search results

  1. adam

    mcrypt error

    Are you running 5.6.0?
  2. adam

    account activation link

    Hi Jason, Not at the moment. The 2 options are: 1) Have a password generated and sent via email. Thereby validating they have access to the email supplied. or 2) Allow them to set a password on registration. There's no validation email sent at the moment for this. I realise there's probably...
  3. adam

    Fatal error

    Also responded via the ticketing system: I've only seen this with one other customer and it was an issue with the version of PHP installed. They switched to a newer version of PHP and it was fixed. Can you try this? In addition to the above, its specifically relating to accelerator opcache...
  4. adam

    v4.3 issue - even in the demo

    Hi all, The forum isn't for posting bugs, can you raise tickets if you spot something you think is an issue? It'll get properly tracked that way. Many thanks, Adam.
  5. adam

    Stripe payment plugin question

    Yes it does. It's optional. :)
  6. adam

    Guest user make 2 Downloads at the same time issue

    Re: The Bug that was never fixed Yes this was fixed in v4.3.
  7. adam

    File servers ( Remote direct ) problem

    This check is basically saying any rewritten urls aren't working. So file urls like: test.yourdomain.com/xyz/file.txt Wont work. To test it, the script tries to load the contact.html file, which should work if the rewrite rules are working. If you're using Apache ensure you've uploaded the...
  8. adam

    How can I transfer data from 4 file servers to 2 file server?

    This may help with the database part: https://support.mfscripts.com/public/kb_view/23/
  9. adam

    Translations on 4.3

    Yes they're only as a starting point. The hope is to start with these and correct any issues over time. There's over 2000 text items in the translations so starting here is better than nowhere. Any specific feedback on incorrect text items is welcome and we'll update them.
  10. adam

    v4.3's smtp email function is broken

    Thanks for pointing this out. I've fixed it within the release code and it'll be noted in the v4.3.1 release. To patch it in, within: /core/includes/coreFunctions.class.php Search for: $body = eregi_replace("[\]", '', $body); Replace with entire line with: $body = preg_replace("/[\\\]/"...
  11. adam

    Anyone has webDAV working??

    I'd image your control panel is doing something similar. If you raise a ticket I'll take a look. I'm keen to get to the bottom of the webdav issues.
  12. adam

    Anyone has webDAV working??

    Are you using Plesk?
  13. adam

    Anyone has webDAV working??

    Hi all, I've spent some time investigating and clearing some snags on the webdav plugin today. 2 main ones: 1) Plesk - This seems to tamper with the auth headers which get sent from most webdav clients so the plugin doesn't correctly authenticate the user. I've found something you can add to...
  14. adam

    Cron Jobs

    All the crons are listed here: https://support.mfscripts.com/public/kb_view/26/
  15. adam

    file upload sizes browser & webdav

    If they are a free user it should also block files larger than 100mb via webdav. The webdav plugin follows the same rules as uploading via the site.
  16. adam

    File server are not displayed in admin area

    Did you apply all the database patches? Sounds like 1 was missed.
  17. adam

    Rewards ( am a millioner )

    Its not showing in millions, see the decimal point. I assume you have partial values like $0.0005 for example, which means the total is rounded to 2 decimal places.
  18. adam

    Something missing in Media Player Plugin Embed

    Ah, a clue in your original post would've helped ;) I've fixed it in the release code.
  19. adam

    Something missing in Media Player Plugin Embed

    Hi, Different height on the embed size. I've fixed it in the latest media player code. Thanks, Adam.
  20. adam

    troubleshooting download

    We are tracking this via the support system.