Search results

  1. adam

    Error while editing Folder

    Was there anything special about the folder? For example was it owned by the current account? Was it shared? I'm not seeing the same if I edit any of the folders on our demo site, although these are all owned by the account I'm logged in as.
  2. adam

    Account keeps automatically switching to Disabled

    Thanks for pointing that out, I'd forgotten about that setting! :) I've looked at the code and it is indeed based on the account created date. So toggling it back to active will only disable it the next day. The function is: UserHelper::disableExpiredAccounts(); In the cron task...
  3. adam

    Remove "Download All Files (zip)" Function

    Hi, Copy of my response to your ticket for info: Thanks, Adam.
  4. adam

    Account keeps automatically switching to Disabled

    What version of the script are you using?
  5. adam

    Remove - File Sharing Script Created By MFScripts.com from the footer

    That guidance was for v4.x, I've updated my response above to clarify. For v5.x of the script, you want to edit: \themes\spirit\views\partial\layout.html.twig
  6. adam

    Home Page Editing

    The index page template is here: "\themes\spirit\views\index.html.twig" The front-end footer (for the copyright text) can be found here: "\themes\spirit\views\partial\layout.html.twig" Make sure you purge the application cache (if enabled) after any changes.
  7. adam

    Account keeps automatically switching to Disabled

    I don't think there's any logic which disables accounts... Are they showing in the admin area as disabled or are they just locked out of their accounts? For example after too many failed logins. Thanks, Adam.
  8. adam

    Error 404 after installing the script, all the urls is not working.

    Hi, It's a common issue which can easily be resolved. See here: https://support.mfscripts.com/public/kb_view/16/ Thanks, Adam.
  9. adam

    Things to impletement in this latest update v5.2

    This is on the list, however it's likely a few releases away. Admin can reset a users 2FA in the mean time if needed. As admin you should also have access to the DB encase you lock yourself out, so it could be reverted that way. Appreciate the feedback though, it's definitely something I have...
  10. adam

    Things to impletement in this latest update v5.2

    Thanks for the feedback. Looks like the paging is pushing it out. I'll fix it for the next 5.3 release.
  11. adam

    how i can ?

    Hi, It's via the account packages section, here on our demo site: https://fhscript.com/admin/account_package_manage un: admin pw: Password@Demo You'll see an icon on each row to "pricing options". Thanks, Adam.
  12. adam

    Like Theme Mega 2o.rip

    In what way?
  13. adam

    Yetishare v5.2.0 Questions

    Please submit it in the rfcs
  14. adam

    2FA

    This is working fine in Edge on our demo site. Please ensure you've cleared your browser cache and try again.
  15. adam

    Yetishare v5.2.0 Questions

    Hi, Thanks for the feedback. 1) This entirely depends on your setup, OS etc. It's not something we offer support on, although there's a WHM/cPanel forum you may get more info. If you've correctly installed PHP8 and still see issues, please check your server logs for more details. 2) It's on...
  16. adam

    Yetishare v5.2.0 Available!

    Hi all, Yetishare v5.2.0 is now available for download via your yetishare.com account. For more information see our blog: https://mfscripts.com/blog/yetishare-v5.2.0-released Thanks, Adam.
  17. adam

    cron on file server

    It should work manually via the cli, the same as via cron. I'm not sure why it would be different. 100 items are processed per cron run.
  18. adam

    cron on file server

    The cron script will only clear 100 at a time, so worth double checking the total count to see if it's decreasing. If you have a lot of entries it may take time to clear. The actual items are in the "file_action" DB table. You can find any pending ones by running: SELECT * FROM `file_action`...
  19. adam

    [SOLVED] HTTPS problem with File Previewer Plugin (v5.1.1)

    Via the database, go to the 'file_server' table. Look in the 'serverConfig' column for your server entry and ensure the following setting is https.
  20. adam

    Disabled to get direct download link only from API

    Hi, It's not currently an option, you'd need to remove or disable the API code. Thanks, Adam.