Monday, January 28

At least they earn something

Well, who says gaming is worthless? From an article on CNet:
Based on a review of thousands of completed auctions for "EverQuest" items and in-game currency, Castronova concluded that players earn an average wage of $3.42 for every hour they play the game and collectively produce annual gross "exports" of more than $5 million.
It's not minimum wage, but it's something. Don't bother running the numbers for Clan Lord, though. It's not pretty.

Thanks to BoingBoing for the link.



Older entries

'; } 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); ?>