<?php
// copyleft alexander støver <alexander@binaerpilot.no>
// use these scripts for whatever you like, share and enjoy!

// list the available scripts
$dir opendir('.');
while (
$file readdir($dir)) {
    if(
stristr($file'.phps')) print '<a href='.$file.'>'.$file.'</a><br/>';
}
closedir($dir);
?>


lastfm.amazon.phps
lastfm.topartists.phps
dotedit.phps
shoutcast.phps
lastfm.recent.phps
dotreferer.phps

<?php
// http://binaerpilot.no/alexander/
?>