SubscribeAddDefaultCharset and DefaultType, for starters.fopen's in include/ftp.class.php might be all that's required. These occur at lines 130, 133, 249, and 252. Just change 130 from this:$fp = fopen($destination . $file, "a+");$fp = fopen($destination . $file, "a+b");$data = readfile($zipfile);$data = file($zipfile);
$data = readfile($zipfile);
$i=0;
while ($data[$i] != "")
{
echo $data[$i];
$i++;
}
$data = file_get_contents($zipfile);
echo $data;
You are not logged in, either login or create an account to post comments
posted by bcwinters at 1:40 PM on March 5