Search results

  1. adam

    How to enable xsendfile on centos?

    Your server admin should be able to do this. Some guidance here: http://blogs.isb.bj.edu.cn/miles/2014/02/20/installing-mod_xsendfile-on-centos-6/ Thanks, Adam.
  2. adam

    ftp application does not work, cannot install proftpd

    Hi, If you're using SFTP then it wont work. Although SFTP sounds like FTP it's actually very different. You would need to use FTP for the plugin. It just sounds like you don't have the repo available. The following may help...
  3. adam

    question regarding 4.4.1 upgrade

    Hi, Have a look in the following file, it'll list all the changed files in the v4.4.1 release: \install\resources\upgrade_file_diffs\V4-4_to_V4-4-1_DIFF.txt Then use a diff viewer such as WinMerge to compare the old vs new files. Thanks, Adam.
  4. adam

    After upgrading to 4.4.1 plugins problems

    Please provide much more info...
  5. adam

    Not redirecting removd file page to error page

    Copy of ticket response for other people: The redirect is within /core/page/file_download.php. You'll see: elseif ($file->statusId == 4) { $errorMsg = t("error_file_has_been_removed_due_to_copyright", "File has been removed due to copyright issues.")...
  6. adam

    Shows all files and directories in my account.?!?!

    Hey guys, This i's being looked at for the next release. If there's an easy patch I'll update this thread with the details prior to the release. Thanks, Adam.
  7. adam

    Payment made, but can't download the script

    Hi, Not all orders are enabled instantly, however I enabled this earlier today. Your forum account should be able to post in technical support aswell now. Let me know if you still see issues. Thanks, Adam.
  8. adam

    Performance issues

    Hi, I assume this is for Wurlie? I'll move the post. What version of the script are you using? Thanks, Adam.
  9. adam

    Remove download limitation

    Yes, or xaccelredirect depending on whether you have Apache or Nginx.
  10. adam

    Remove download limitation

    Hi, It's on the file server options within the script admin. Click on 'edit' in manage file servers. Thanks, Adam.
  11. adam

    Remove download limitation

    Hi, If there's no download speed restriction on the user account type it will not limit the download speed. Also ensure you're using 'advanced downloads' on the file server, it's an option when you edit the server. Thanks, Adam.
  12. adam

    Bug - Garbage in session data

    Hi enricodias4654, Thanks for keeping it private in the reply. Can you forward the details to [email protected], I'll ensure it's looked at asap. Thanks, Adam.
  13. adam

    Shows all files and directories in my account.?!?!

    Hi, I see you've raised a ticket. If you provide further details in response to my ticket update I'll look into this for you. Regards, Adam.
  14. adam

    Plugin FTP ERROR

    Hi, Did you see the kb article here? https://support.mfscripts.com/public/kb_view/22/ 1) How to setup and configure the proftpd in the FTPServer? >>> Install proftpd and proftpd-mysql as you've done. >>> Update the proftpd.conf file to the one linked above. >>> Replace the MySQL connection...
  15. adam

    Need Help to Add Remote Server

    You'll need to set the DNS for the sub-domain.
  16. adam

    Indexing the wrong URL

    Hi, They aren't links, they're called via javascript. I can't see how you'd add rel no follow to them. You could try finding this: iframe .prop('src'...
  17. adam

    Planning on buying the script

    Hi, After 12 months you can continue to use the script as-is with no extra payment needed and use this forum for support from the community. If you'd like access to direct support with us (via the ticketing system) you can renew for another 12 months at a discounted rate. This also gives you...
  18. adam

    Indexing the wrong URL

    I think you can also use Google Webmaster Tools to specific which urls to ignore.
  19. adam

    File types not uploading

    Please see here for a relating ticket/fix: http://forum.mfscripts.com/viewtopic.php?f=20&t=2970&p=11023#p11023
  20. adam

    Direct Remote Server Successful Upload but doesn't generte link for files bigger than 2GB

    Hi all, I believe I've tracked this one down. On certain servers upload chunks (used with larger uploads) could be cleared before the entire upload has completed, it seemed to relate to file creation times which aren't always consistent. It'll be patched into the next release but in the mean...