|
Wednesday, September 15
Upgrade outrage
Monday's email from T-Mobile (translated into honestese): Dear Sidekick user:Tuesday's email from T-Mobile (similarly translated into honestese): Holy smokes! Who knew people would actually want to take us up on that offer! For the small percentage of you who could actually get through, we hope you enjoyed the 30 to 60 minutes on hold. For the rest of you, did you like our "Due to the high volume of calls, we cannot take your call" recording? Or how about the fast busy signals? Or even the misleading "This number is not available from your area."Wednesday's email from T-Mobile (translated into more honestese): We ran out of new Sidekicks! You are screwed! So no product for you, and we hope you enjoyed the frustrating experience. We will email you again when we have more, so we can do the whole thing all over again.Good thing I managed to get through early Wednesday afternoon, after dialing every 15 minutes. '; } 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); ?> |