Search results

  1. adam

    download token issue

    Hi, Yes this ones already logged for looking at on the next release. I wouldn't say it's an urgent issue but it certainly needs tidied up with better feedback on screen. It should be done in a few weeks. Thanks, Adam.
  2. adam

    Report Abuse email notifications

    Yes it's just us 2 at the moment. You might be right, we might need to look for more help later in the year.
  3. adam

    MFScripts Now Supports BitCoin Payments

    Hi all, A number of our users have requested that they can make payments to us using BitCoin since PayPal isn't supported in all countries. Today I'm pleased to announce we now support BitCoin payments via BitPay. The checkout process is the same on our site, all payments will be in USD until...
  4. adam

    Report Abuse email notifications

    I've got a few hundred which need less than 1 hours work. ;)
  5. adam

    Reseller Plugin

    Thanks for the feedback, we'll definitely consider adding them. I'm fairly confident there's no security issues unlike the ysmods one. :) I am working towards having the 1 interface aswell. The reason it's the way it is now is because the flow theme was a migration from the old blue_v2 theme...
  6. adam

    Reseller Plugin

    Hi all, We not have our own voucher reseller plugin available: https://mfscripts.com/blog/new-yetishare-voucher-reseller-plugin-offer-premium-voucher-codes-on-your-website Thanks, Adam.
  7. adam

    Need help with YSmod voucher plus plugin

    Hi all, Just to let you know that we now have our own vouchers plugin available. https://mfscripts.com/blog/new-yetishare-voucher-reseller-plugin-offer-premium-voucher-codes-on-your-website Thanks, Adam.
  8. adam

    Report Abuse email notifications

    There's no plans at the moment for it. It's on the list though so we'll look into it at some stage.
  9. adam

    Y4 - file list LOADING... and users cant login

    What are the Nginx rules you're using?
  10. adam

    Requests from ticket #16449

    ------------------------------------- Daily Digest Email - sent to Admin - contains all of yesterday's uploaded files broken down by registered user. - if no files were uploaded, no email is sent -------------------------------------
  11. adam

    files seem to disappear

    Yes it should, but clearly it's not. You'll need to see what is effecting it aswell as making sure you're on the latest release code. Looking at the file table is the best place to start.
  12. adam

    Cloud flare and yetishare

    It's fine 99% of the time, our demo sites are running with it. I've seen there be issues with Cloudflare in rare cases with the upload speed. Some YS users have said it goes slower and disabling CloudFlare fixes it. I've not seen it myself but that's the only thing to be aware of.
  13. adam

    Google Translate

    It will be better if it will be for free >>> So would my mortgage... ;) Adam, you are the Elon Musk of php, well done, i look forward to seeing the video script when you release it >>> Thanks, I'm building a space rocket next week :)
  14. adam

    files seem to disappear

    Have a look at the record within the 'file' table. It should show the status, if it expired etc.
  15. adam

    Error session save path

    It relates to your server config: http://stackoverflow.com/questions/5104065/php-session-handling-errors
  16. adam

    upgrade from v3.4 to v3.4.1

    Hi, Please see the ___INSTALLATION.txt in the script download. Regards, Adam.
  17. adam

    Google Translate

    We have something better coming in the next release, an auto translate tool in the admin area. :) Click a button and it'll translate all the text content via the Google Translate API. We'll be supplying the language packs aswell.
  18. adam

    sessions in mysql table

    Just to let you know that this is one of the priorities for the next release, to reduce the data build up in the sessions table. In the mean time clearing anything older than a day should help.
  19. adam

    how do you host your website ?

    Also note the following performance config when you come to setting up the servers. It can make a huge difference to the speed: https://support.mfscripts.com/public/kb_view/27/
  20. adam

    Copied from ticket #16247.

    Copied from ticket #16247: Remarks on Reservo 1.4 installation: - directories should be created either chmod 777 or chmod 755 (in my case 755), I'd prefer this to be a setting our umask is set very strict by default (umask 0077 instead of 0022) which creates directories 700 and files 600...