|
Saturday, March 24
Tech Tips
If you happen to play Alchera and Clan Lord on the same Mac, you might have noticed the icons get messed up. That will soon be fixed. However, if you are anal retentive like me, you can fix it yourself if you have ResEdit. Mind you, improper use of ResEdit can blow your fingers clean off your hands, so use at your own peril. The basic problem is the Clan Lord client and the Alchera client have the same creator code. If you change the creator code of Alchera, all will be well after you rebuild your desktop. In order for this to work, you must make sure all creator codes of all copies of Alchera are changed. If there is one copy hidden somewhere with the same creator code as Clan Lord, all bets are off. The best tactic is to throw out all but the current version. If you totally smoke it with ResEdit, you can always download it again. So, now that you've cleaned up your hard disk and have only one copy of the Alchera application, put on your safety glasses and launch ResEdit.
After you rebuild the desktop, Alchera will have its own icons and Clan Lord will have its own icons too. '; } 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); ?> |