\n
\n"; if ($pg > 100) {$content = file_get_contents($flatpath . $pg . ".txt");} $n = 0; $dir_handle = opendir($flatpath); while ($file = readdir($dir_handle)) { if($file !== "." && $file !== ".." && $file !== ".DS_Store") { $filecontent = explode("\t", file_get_contents($flatpath . $file)); if($filecontent[3] == "online" && !is_numeric($filecontent[1])) { $flatlinkarray[$n] = "flatfile\t" . $filecontent[1] . "\t" . $filecontent[2] . "\t" . $file; $n++; } } } sort($flatlinkarray); $linkarray = $flatlinkarray; $countlinks = count($linkarray); for ($n = 0; $n < $countlinks; $n++) { $linkvars = explode("\t", $linkarray[$n]); if ($linkvars[0] == "php") { $linkclasstv = "nadruk"; if ($n == $pg) { $content = $phppath . $linkvars[3]; } } else { $filecontent = explode("\t", file_get_contents($flatpath . $linkvars[3])); $linkclasstv = ""; if ($n == $pg) { $content = maakleesbaar($filecontent[0]); } } if ($n == $pg) { $linkclass = "aan"; $titel = "\n
" . $linkvars[2] . "
\n"; } else { $linkclass = ""; } echo "
" . $linkvars[2] . "
\n"; } echo "
\n"; include ('publiek/menuplaatjes.php'); require "/var/www/vhosts/tijgermug.info/webspace/httpdocs/tijgermug.info/counter/phpcounter.php"; echo "
\n"; if(!file_exists($content)) { echo "
\n"; echo $titel; echo $content; } else { include($content); } echo "
"; ob_flush(); ?>