|
Wednesday, September 13
clanlord.net is down because of DNS problems. Hopefully the DNS has been fixed, so the problem should clear in a few hours. I switched DNS service from my great hosting company, Pair, because they charge for DNS changes, to EasyDNS, who only charge a flat fee and are self-service. Of course, somehow, even though I asked them to clone my existing information, it didn't happen. Good thing clanlord.net isn't really a production domain yet. Good thing I didn't switch ALL my domains either.
Downloaded a "Who Let The Dogs Out" MP3 for the benefit of a co-worker, in spite of my better judgment. I had to deal with that song over a year ago when it was getting played in Bermuda. Who would have guessed Bermuda would be ahead of the curve with a novelty song fad? '; } 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); ?> |