Contribute to the Flap.TV collection! Upload your
albums via FTP to:
>>> flap.tv | username: public | password: private <<<
 |
Special thanks to
Brian B at EyeforEar.com
for excellent musical taste and multitudinous contributions.
Much of the music below can also be heard on EyeForEar.com's
live
broadcast (24-7). |
|
"; echo $error; print " ";
}
else {
echo "Enter your name and email to be informed of updates to the
site. You WILL NOT be spammed. ";
}
?>
|
Top 10 downloads
$i - " . basename($row[0]). "\n";
print "($row[1]) ";
}
?>
Click here for download
statistics.
Click here for material indexed by
artist/album.
";
if ($lvl==2) {
//print "$file ";
$band = $file;
}
if ($lvl==1 || $first) {
//print "$file ";
$album = $file;
}
if ($lvl < 1) {
$lvl=2;
$band = $file;
}
$newpath = $path . "/" . $file . "/";
listdir($newpath);
$lvl++;
}
else
{
$amt_mp++;
if (ereg(".mp3",$file))
{
$numfl++;
$n_file = ereg_replace($dir, "", $path). $file;
$n_file = str_replace ("//","/",$n_file);
$n_file = rawurlencode($n_file);
$dl_file = "/download.php?file=" . $n_file;
$file_array[$numfl]['band']=$band;
$file_array[$numfl]['path']=$n_file;
$file_array[$numfl]['title']=$file;
$file_array[$numfl]['url']=$dl_file;
$file_array[$numfl]['album']=$album;
}
}
}
}
}
$dir = "/var/www/flap/htdocs/music/";
$webdir = "music/";
listdir($dir);
print "There are currently $amt_mp MP3s available for download. ";
sort ($file_array);
reset ($file_array);
?>
" . $file_array[$i]['band'] . " ";
}
if ($currentalbum != $file_array[$i]['album'] ){
print " " . $file_array[$i]['album'] . " ";
}
print "" .$file_array[$i]['title'] . "";
$currentband = $file_array[$i]['band'];
$currentalbum = $file_array[$i]['album'];
print " ";
$i++;
}
?>
This list created for IE 4.0+. I don't have the effort for compatibility.
|