Search results

  1. adam

    Upload not working

    Hi, Drop us an email via the support ticketing system and we'll take a look. Please confirm your CodeCanyon purchase code aswell. https://mfscripts.com/contact.html Thanks, Adam.
  2. adam

    Uploader & Groups on Rewards

    Hi, Please see this post regarding the groups: https://mfscripts.com/forum/threads/remove-groups-in-rewards-program-plugin.1290/#post-4579 It wouldn't be straight forward to show the upload selector instead of that popup unfortunately. Thanks, Adam.
  3. adam

    Error when uploading file

    Hi, Have a look in the browser console (F12) and monitor the network request. There might be some clues in the response. Failing that, what have you changed recently? Is it a new server? Moved host etc? Thanks, Adam.
  4. adam

    Popup in the menu button in the mobile version

    This must be a new restriction as this has worked fine previously and currently set on our demo site. Try setting it without the ?hauth.done=Twitter
  5. adam

    Popup in the menu button in the mobile version

    Facebook changing things again... :rolleyes: Try this: Go to https://developers.facebook.com/ Log in Go to the app you created for your marketplace. Click on "Facebook Login" Click on "Settings" In the "Valid OAuth redirect URIs" field add your site url as follows...
  6. adam

    Popup in the menu button in the mobile version

    I've looked into this. Your domain was previously used on a nulled copy of the script, so it was flagged as such. I've removed the flag given it's now a valid license so you shouldn't have any issues now. If you still do, please raise a ticket here: https://mfscripts.com/contact.html
  7. adam

    Popup in the menu button in the mobile version

    Please raise a ticket regarding this including your domain name.
  8. adam

    Popup in the menu button in the mobile version

    If you're getting spammed using smtp you should contact your web host for a resolution. If you provide specific error messages on your social login setup I may be able to help further.
  9. adam

    Popup in the menu button in the mobile version

    If you use smtp sending on your script email settings, they shouldn't be sent to the spam folder. Is the social plugin not working for you then?
  10. 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.
  11. 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?
  12. 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...
  13. 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.
  14. 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=' ...
  15. 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...
  16. adam

    Error 404

    Great to hear it's resolved! :)
  17. 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...
  18. adam

    Error 404

    Hi, Did you also check with your web host that mod_rewrite is enabled? What is your ticket number? Thanks, Adam.
  19. 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.
  20. 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.