'.(($SETTINGS[PSNG_LASTMOD] != PSNG_LASTMOD_DISSABLED)?'':'').' '.(($SETTINGS[PSNG_CHANGEFREQ] != PSNG_CHANGEFREQ_DISSABLED)?'':'').' '.(($SETTINGS[PSNG_PRIORITY] != PSNG_PRIORITY_DISSABLED)?'':'').' '; $numb = 0; $count = array(); $count['numb'] = 5; $f = $FILE[array_pop(array_keys($FILE))]; if ($f[PSNG_LASTMOD] == PSNG_LASTMOD_DISSABLED) $count[numb]--; if ($f[PSNG_CHANGEFREQ] == PSNG_CHANGEFREQ_DISSABLED) $count[numb]--; if ($f[PSNG_PRIORITY] == PSNG_PRIORITY_DISSABLED) $count[numb]--; $count[PSNG_HTML_SOURCE_FS] = 0; $count[PSNG_HTML_SOURCE_WEBSITE] = 0; $count[PSNG_HTML_SOURCE_FS_WEBSITE] = 0; $count[PSNG_HTML_HISTORY] = 0; foreach ($FILE as $filename => $fileinfo) { if ($fileinfo[PSNG_HTML_SOURCE] == PSNG_HTML_SOURCE_FS) $count[PSNG_HTML_SOURCE_FS]++; if ($fileinfo[PSNG_HTML_SOURCE] == PSNG_HTML_SOURCE_WEBSITE) $count[PSNG_HTML_SOURCE_WEBSITE]++; if ($fileinfo[PSNG_HTML_SOURCE] == PSNG_HTML_SOURCE_FS_WEBSITE) $count[PSNG_HTML_SOURCE_FS_WEBSITE]++; if (isset($fileinfo[PSNG_HTML_HISTORY])) { $count[PSNG_HTML_HISTORY]++; } else { $fileinfo[PSNG_HTML_HISTORY] = ''; // prevent PHP Notice error msg } $layout .= ' '.(($SETTINGS[PSNG_LASTMOD] != PSNG_LASTMOD_DISSABLED)?' ':'').' '.(($SETTINGS[PSNG_CHANGEFREQ] != PSNG_CHANGEFREQ_DISSABLED)?' ':'').' '.(($SETTINGS[PSNG_PRIORITY] != PSNG_PRIORITY_DISSABLED)?' ':'').' '."\n"; $numb++; } $layout .= ''."\n"; if ($count[PSNG_HTML_HISTORY] != '') $layout .= ''."\n"; if ($count[PSNG_HTML_SOURCE_FS] != '') $layout .= ''."\n"; if ($count[PSNG_HTML_SOURCE_WEBSITE] != '') $layout .= ''."\n"; if ($count[PSNG_HTML_SOURCE_FS_WEBSITE] != '') $layout .= ''."\n"; $layout .= '
Number FilenameLast modificationChange frequencyPriority
'.$numb.' '.$fileinfo[PSNG_FILE_DIRNAME].'
 
A cell with this background means that this file is already stored in your local cached filelist
A row with this background means that this file can found on your local filesystem
A row with this background means that this file has been found with the crawler engine
A row with this background means that this file is stored on filesystem and there are links to this file.
'."\n"; ?>