Hello,
to avoid a timeout in php, I modify the script:
function create_zip()
{
$files = 0;
$offset = 0;
$central = "";
if (!empty ($this->options['sfx']))
if ($fp = @fopen($this->options['sfx'], "rb"))
{
$temp = f...
to avoid a timeout in php, I modify the script:
function create_zip()
{
$files = 0;
$offset = 0;
$central = "";
if (!empty ($this->options['sfx']))
if ($fp = @fopen($this->options['sfx'], "rb"))
{
$temp = f...