|
Wednesday, January 8
Finished?
"When Alex killed Lance and Sonny, and saw the breadth of his domain over Vice City, he wept for there were no more missions to conquer."Still, I'll find all the damn hidden packages just to get the cool helicopter and raise hell. And after that, I'll go back and finish Grand Theft Auto III, just 'cause. Yeah, yeah, I should have finished GTA III first, but I'm not good at delaying gratification, at least when it comes to video games. All hail Rockstar Games! '; } else { if(stristr($filename,"archive")) { $dir=$_SERVER['DOCUMENT_ROOT']; $template='_01_archive.html'; $tail=strlen($template); $thisArchive=$filename; //$files=scandir($dir); $dh = opendir($dir); while (false !== ($filename = readdir($dh))) { $files[] = $filename; } sort($files); $earlyarch=""; $laterarch=""; $prevarch=""; $next=0; foreach($files as $file) { if (substr($file,-$tail)==$template) { if ($next==1) { $laterarch=$file; $earlyarch=$prevarch; $next=0; } if ($file==$thisArchive) { $next=1; } else { $prevarch=$file; $earlyarch=$prevarch; } } } $link=''; $divider=''; if(file_exists($earlyarch)) { $link='< Earlier Archive'; $divider=" | "; } if(file_exists($laterarch)) { $link=$link.$divider.'Later Archive >'; } $link=$link.' '; } } echo($link); ?> |