<?php
// use these scripts for whatever you like, share and enjoy!
$dir = opendir('.');
while ($file = readdir($dir)) {
if(stristr($file, '.phps')) print '<a href='.$file.'>'.$file.'</a><br/>';
}
closedir($dir);
?>
dotedit.phps
dotreferer.phps
lastfm.topartists.phps
lastfm.recent.phps
shoutcast.phps
lastfm.amazon.phps