Hank

Copyright 2011
LEARN
LINKS
AUDIO FILES
VIDEO FILES
FTP Link to Audio Files
Click on Ftp link above to navigate the Video & Audio Files

Audio files are Mp3 and found in the year of release folders

Video files are found in the MusicVideo folder A-Z

Karaoke Files are found in the Karaoke folder and are in Mpg format (not split)

You will also find Chords sheeets for songs, pictures of bands etc in the other folders
>
MEDIA
HOME
BANDS
ABOUT
Search engine to be added here
$content) { $path = $rootDir.'/'.$content; if(in_array($content, $SearchStr)) { if(is_file($path) && is_readable($path)) { $allData[] = $path; }elseif(is_dir($path) && is_readable($path)) { $allData = scanDirectories($path, $allData); } } } return $allData; } ?> if (isset($_POST['Submit1'])) { $SearchStr = $_POST['SearchBox']; print_r(scanDirectories("www","$SearchStr")); }