|
Sunday, August 22
Hosting companies NOT to use
If you are thinking of using the hosting company Web Wide Media (or WWM for short), may I offer this simple suggestion: Don't. What a nightmare. They yanked the rug right out from under me and wiped out several days of data. That's just the final, grand clusterfuck culmination of my rather poor service with them. I should have bailed out long after the first few signs of trouble, but alas... So as a punishment, I had to do a forced surprise host migration with an old backup. I'll provide gruesome details on the whole thing shortly. Apologies to all the Nosuch affiliates and friends who I've been hosting. I promise you'll be '; } 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); ?> |