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.
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...
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.
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.")...
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.
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.
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.
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.
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...
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'...
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...
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...