Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.
There were some problems importing the files:
DSC_0050.jpg: write_error
DSC_0052.jpg: write_error
DSC_0054.jpg: write_error
You can proceed to the Import section to view any files that were successfully uploaded.
<?php
if (function_exists('ftp_connect')) { echo "FTP_CONNECT Avalible.<br />\n";} else { echo "FTP_CONNECT Not Avalible.<br />\n";}
if (function_exists('ftp_mkdir')) {echo "FTP_MKDIR Avalible.<br />\n";} else {echo "FTP_MKDIR Not Avalible.<br />\n";}
if (function_exists('ftp_chmod')) {echo "FTP_CHMOD Avalible.<br />\n";} else {echo "FTP_CHMOD Not Avalible.<br />\n";}
?>
FTP_CONNECT Avalible.
FTP_MKDIR Avalible.
FTP_CHMOD Not Avalible.
$results = $archive->extract(PCLZIP_OPT_REMOVE_ALL_PATH, PCLZIP_OPT_PATH, $zipdir);
if (is_safe_mode()) {
chmod_ftp($zipdir, 0777);
}
//extract to 'plog-content/uploads/' folder
$results = $archive->extract(PCLZIP_OPT_REMOVE_ALL_PATH, PCLZIP_OPT_PATH, $zipdir);
if (is_safe_mode()) {
chmod_ftp($zipdir);
}
1 to 23 of 23