Another small plugin. It just executes the fortune command in your system and prints out the random fortune cookie it gets. It's cute ;)
It's usage is simple: just fetch it here, and copy it "as is" into your blog's plugins directory. Then paste the code on your left into one of your templates
It needs the fortune program installed. If you get an "Error on execution" error, make sure fortune is installed in the server where your MT blog is (try running "fortune", or "locate fortune" if that fails. If it's there, edit fortune.pl and make sure "my $fortunebin", at the top, matches the location of the fortune program in your server.