/
'.i18n_r('FILE_NAME').' | '; echo ''.i18n_r('FILE_SIZE').' | '; if (isDebug()){ echo ''.i18n_r('PERMS').' | '; } echo ''.i18n_r('DATE').' | '; echo '||
---|---|---|---|---|---|
';
$adm = substr($path . rawurlencode($upload['name']) , 16);
echo '![]() | ';
echo ''.$directory_size.' | '; // get the file permissions. if ($isUnixHost && isDebug() && function_exists('posix_getpwuid')) { $filePerms = substr(sprintf('%o', fileperms($path.$upload['name'])), -4); $fileOwner = posix_getpwuid(fileowner($path.$upload['name'])); echo ''.$fileOwner['name'].'/'.$filePerms.' | '; } echo ''. shtDate($upload['date']) .' | '; echo ''.$directory_delete.' | '; echo '|
';
if ($upload['type'] == i18n_r('IMAGES') .' Images') {
$gallery = 'rel=" facybox_i"';
$pathlink = 'image.php?i='.rawurlencode($upload['name']).'&path='.$subPath;
$thumbLink = $urlPath.'thumbsm.'.$upload['name'];
$thumbLinkEncoded = $urlPath.'thumbsm.'.rawurlencode($upload['name']);
if (file_exists(GSTHUMBNAILPATH.$thumbLink)) {
$imgSrc=' | '.htmlspecialchars($upload['name']) .' | '; echo ''. $upload['size'] .' | '; // get the file permissions. if ($isUnixHost && isDebug() && function_exists('posix_getpwuid')) { $filePerms = substr(sprintf('%o', fileperms($path.$upload['name'])), -4); $fileOwner = posix_getpwuid(fileowner($path.$upload['name'])); echo ''.$fileOwner['name'].'/'.$filePerms.' | '; } echo ''. shtDate($upload['date']) .' | '; echo '× | '; echo '
'. $totalcount .' '.i18n_r('TOTAL_FILES').' '.$sizedesc.'
'; ?>