/
'.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 (isDebug()) { $filePerms = substr(sprintf('%o', fileperms($path.$upload['name'])), -4); if($isUnixHost){ $fileOwner = function_exists('posix_getpwuid') ? posix_getpwuid(fileowner($path.$upload['name'])) : ''; $fileOwnerName = isset($fileOwner['name']) ? $fileOwner['name'] : ''; } else { $fileOwnerName = getenv('USERNAME'); } echo ''.$fileOwnerName.'/'.$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 (isDebug()) { $filePerms = substr(sprintf('%o', fileperms($path.$upload['name'])), -4); if($isUnixHost){ $fileOwner = function_exists('posix_getpwuid') ? posix_getpwuid(fileowner($path.$upload['name'])) : ''; $fileOwnerName = isset($fileOwner['name']) ? $fileOwner['name'] : ''; } else { $fileOwnerName = getenv('USERNAME'); } echo ''.$fileOwnerName.'/'.$filePerms.' | '; } echo ''. shtDate($upload['date']) .' | '; echo '× | '; echo '
'. $totalcount .' '.i18n_r('TOTAL_FILES').' '.$sizedesc.'
'; ?>