I've written about it before, but if you haven't yet joined Audioscrobbler please do, then download the plugin for your fav player and let me know in the comments, I would *love* some more friend's listening habits to snoop on.
Anyway, a nice gentleman emailed me today asking how to get the audioscrobbler recent tracks on your website, so I thought I'd post the script I use. Now I didn't write anything, I simply grabbed the one that used to be on Audioscrobbler.com (but now I cant seem to find it) and had it modified by the charming Chirag to fit my tastes. I'm merely the messenger.
Grab this script, rename it with a .php extension, and change the variable USERNAME to yours, upload, and ta-da.
Then where ever you want the last 10 songs (in artist - title format) to output paste this:
<?php
include("http://blah.com/audioscrobbler.php")
?>
Obviously you'll need your pages to be php.
01:22 AM on 09.01.04
Thanks!!! ;-)