Search results

  1. adam

    Cron Jobs

    Hi, Try them with just php at the start, not /usr/local/bin/php Thanks, Adam.
  2. adam

    How to get mail when user update/upload file

    Hi, This isn't possible via an admin setting at the moment. However you could amend the code to have it send an email on each upload. In: /core/page/ajax/_update_file_options.ajax.php At the end add this code: $subject = 'New files uploaded'; $replacements = array( 'FILE_URLS' =>...
  3. adam

    How to take Users to new Version?

    Hi, nope it'll be kept on upgrade :) Thanks, Adam.
  4. adam

    Re-install VETASCP

    Hi, We have a guide for installing vestacp, see the url below: https://support.mfscripts.com/public/kb_view/62/ Thanks, Adam.
  5. adam

    Proof of Payment?

    Hi, Can you detail what this page is? Is it a public listing of all out payments for rewards? Thanks, Adam.
  6. adam

    How can I edit the Pages FAQ, Terms And Conditions and the Homepage?

    Thanks @daru for linking your license :) All text content can be edited via the script admin area, site config, translations section. So if you see this in the code: <?php echo t('faq_q6_question', 'Q: Can I upload music or videos?'); ?> This is just the translation key and default text for...
  7. adam

    English .csv file?

    Good to hear you've sorted it :) I'll leave this encase anyone else does the same. Adam.
  8. adam

    YetiShare v4.5.1 Now Available!

    Full details on our blog here: https://mfscripts.com/blog/new-yetishare-v4.5.1-available-for-download-gdpr
  9. adam

    Do NOT conduct any business with xFileSharingTemplates.com

    Hi, Thanks for your feedback. Going over previous threads it looks like you're not the only one. Until such a time that he provides a reasonable level of support I've disabled his forum account and hidden any of his threads. Thanks, Adam.
  10. adam

    Notification in yetishare

    Hi, Please link your forum account to your license via mfscripts.com so that we can offer support here. Thanks, Adam.
  11. adam

    Could not upload a file to /var/www/html/files/!

    Hi, Thanks for linking your forum account. Copy of text on the support ticket: Are you using FTP or S3 storage? If yes, it's likely a large file issue relating to memory usage. Try the following fix: https://support.mfscripts.com/public/kb_view/29/ Thanks, Adam.
  12. adam

    [HELP] problem installing php-mcrypt + ngnix download .php instead of viewing it.

    Hi, Please raise a ticket via the support system or link your forum account to your license via mfscripts.com Thanks, Adam.
  13. adam

    How can i change landing page.

    Hi, The landing page can be found in: /themes/reservo/templates/index.html Any changes you make to this file will show on the front-end immediately. Favicon is in: /themes/reservo/frontend_assets/images/icons/favicon/favicon.ico All site meta descriptions are in the admin area, languages...
  14. adam

    yetishare script : Detailed Downloads in rewards plugin

    Please link your forum account to your license via mfscripts.com, so that you can be offered support here. Thanks, Adam.
  15. adam

    Use main-site url for storage server or storage server url ? Different in bandtwith use?

    Sure, have a look in the database table 'file_server'. There's a column called 'routeViaMainSite', set this to 1. Thanks, Adam.
  16. adam

    Use main-site url for storage server or storage server url ? Different in bandtwith use?

    Hi, It's handled automatically, so the download bandwidth is still used by the file server in both instances. When using the main site domain name it does a redirect to the file server download after any download pages, adverts etc. That said, it's no longer an option in the latest release...
  17. adam

    PPD and Adblock

    Hi, Not at the moment, it's on the list to look at though :) Thanks, Adam.
  18. adam

    Cloudflare 100mb Limit, how to bypass? Or is Yetishare sending more then one request/upload?

    Hi, All uploads in YetiShare are sent in max chunks of 100MB, so it bypasses the CloudFlare restriction. You can see this by pressing F12 to load the developer tools, clicking on the 'network' tab and starting an upload. Note that it will depend on your max upload values in PHP, if these are...
  19. adam

    Crontab didnt work!

    Great to hear :)
  20. adam

    Crontab didnt work!

    Thanks for updating. Back to your original question, this was fixed soon after the release. You can patch it by extracting the attached then uploading into /core/includes/ onto all servers.