Search results

  1. adam

    Popup in the menu button in the mobile version

    The mobile icon works fine for me on our demo site. Are you sure you're not loading over http when your site config is https? This can cause the issue. The latest social login plugin is the one with the release. There should be a new one available soon when we update the code.
  2. adam

    Popup in the menu button in the mobile version

    The one bundled with the script should be the latest. Why do you think it's not the same out of interest?
  3. adam

    Popup in the menu button in the mobile version

    Hi, Thanks for pointing this out. It looks like a missing closing </a> from the adblock code. You can fix it by editing this file: /themes/flow/templates/partial/_ad_block.inc.php Find: <?php echo t("ad_block_internet_explorer", "Internet Explorer"); ?> After add: </a> As usual these changes...
  4. adam

    how change download_token expiry time

    Hi, Please can you link your forum account to your license via mfscripts.com. You can do this by logging in to that site using your account details and going into account settings. After 10 minutes, logout and back into this forum so your account can be linked. Thanks, Adam.
  5. adam

    Download Url Token Question

    Have a look in: /core/includes/file.class.php Search for: // check token You'll see: // $tokenData = $db->getRow('SELECT id, user_id, ip_address, file_id, download_speed, max_threads, file_transfer FROM download_token WHERE file_id = ' . $db->escape($this->id) . ' AND ip_address=' ...
  6. adam

    Hello, can you tell me where the download pages are located to edit them and how do I change the url to be different from the main domain, Thanks

    It's not possible at the moment within the script. You might be able to setup a 'direct' file server entry, which is actually located on your same server. i.e. via another vhost. Then that would have it's own domain name. However it's a lot of 'jumping through hoops', you'd need 2 copies of the...
  7. adam

    Error 404

    Great to hear it's resolved! :)
  8. adam

    Error 404

    Hi, If you don't have mod_rewrite enabled you'll see to do this. Please confirm with your web host that it is enabled before raising a ticket with us. You can raise a ticket on this link, you'll be sent a ticket number via email: https://mfscripts.com/contact.html I can't see any tickets...
  9. adam

    Error 404

    Hi, Did you also check with your web host that mod_rewrite is enabled? What is your ticket number? Thanks, Adam.
  10. adam

    Error 404

    Hi, It looks like you either don't have the .htaccess file uploaded to the root of the script install, or mod_rewrite isn't enabled. If you'd like me to look directly, please raise a ticket with access to the install and I'll investigate :) Thanks, Adam.
  11. adam

    Error after new install

    Hi, Drop us an email via the support ticketing system and we'll take a look for you, it's probably a missing dependency on your hosting or similar. https://mfscripts.com/contact.html Thanks, Adam.
  12. adam

    How to change the url for file links

    Hi, Please can you post on this forum in English as per the forum rules: https://mfscripts.com/forum/threads/forum-rules.1061/ Thanks, Adam.
  13. adam

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

    Hi, Please can you post or translate to English in this forum to keep it all consistent. :) For v4.x - You can find the copyright notice in: /themes/flow/templates/partial/_footer.inc.php Thanks, Adam.
  14. adam

    upgrade to File_Hosting_Script_v4_5_3

    Don't worry, I can see you're on v4.5.2. As it's a minor release the upgrade is straight forward. Download the latest release and upload these onto your install: /core/includes/ip2Country.class.php /core/includes/ip_to_country/ (whole folder) Then amend the version number in the...
  15. adam

    upgrade to File_Hosting_Script_v4_5_3

    Hi, The full release history can be see here: https://yetishare.com/release_history.html What script version are you currently on? Thanks, Adam.
  16. adam

    Yetisha Video Site

    Hi, Please can you link your forum account to your license via mfscripts.com. You can do this by logging in to that site using your account details and going into account settings. After 10 minutes, logout and back into this forum so your account can be linked. Thanks, Adam.
  17. adam

    How to enable ssl using nginx?

    Hi, Please can you link your forum account to your license via mfscripts.com. You can do this by logging in to that site using your account details and going into account settings. After 10 minutes, logout and back into this forum so your account can be linked. Thanks, Adam.
  18. adam

    Files Deleted w/out explanation

    Sorry I don't understand what you mean?
  19. adam

    Files Deleted w/out explanation

    When you delete files.
  20. adam

    Files Deleted w/out explanation

    I don't understand what you mean about the file action queue. Do the deletes exist in there? The fact you have no /files/_deleted folder suggests they were deleted outside of the script.