function commentCount($n) { $comments_path = "http://www.unapologetic.com/blog/musiclog/"; if($file = @fopen($comments_path . "comments/$n.comment", 'r')) { $thisFile = fread($file, '1000000'); $thisFile = explode("\n", trim($thisFile)); fclose($file); $comments = sizeof($thisFile); if($comments == 1) {$comments .= " comment";} else {$comments .= " comments";} } else { $comments = "0 comments"; } return $comments; } ?>
|
allen
is probably listening to, at any given time:
|
||||
|
tom waits uncle tupelo r.l. burnside son volt belle & sebastian massive attack g.s.y.b.e. mogwai looper pj harvey johnny cash deathcab pavement air bjork st.etienne e.b.t.g. neko case built to spill lucinda williams rufus wainwright radiohead henry rollins the old 97's rainer maria aesop rock dj shadow the magnetic fields whiskeytown kid koala amon tobin john coltrane beth orton victoria williams the shins kasey chambers bright eyes modest mouse jeff buckley the pixies the jayhawks jimmy smith m83 sage francis iron & wine beastie boys the decemberists the weakerthans prefuse 73 hem songs:ohia boards of canada rachels rjd2 four-tet |
||||
|
Thursday, February 14, 2002
some sites that should have comments, don't. as such, i'll say it here and hope it's seen: good to see that cory has recently begun to appreciate the wide world of alt.country. yee-haw! now go get all those back issues of no depression. {l} echo commentCount(9713829); ?>{c} |