Downloading Egoods

I needed to make the following changes to /xcart/download.php

ini_set("memory_limit", "256M");
ini_set('zlib.output_compression', '0');
set_time_limit(1000);

I added these near the top of the script. It increases memory, turns off zlib compression and changes the time limit for this script only. This is better than changing php.ini file.

  • 10 Users Found This Useful
Was this answer helpful?

Related Articles

How can I edit the welcome text on the home page?

The welcome text displayed on the X-Cart home page along with all other labels and messages used...

How can I upload images for use on X-Cart pages?

The built-in X-Cart WYSIWYG editors don't include an image upload function. They require you to...

What is "Blowfish"?

Security of sensitive data in your store database is ensured by the Blowfish encryption...

How can I change the Blowfish key?

It is quite safe to use X-Cart with the Blowfish key generated during installation; however, if...

I lost my admin password. How do I change or reset it?

If you can log in to your X-Cart admin area using another account, please do so, and reset/modify...

Powered by WHMCompleteSolution