Resources Listing'; if ($source != 'dir') { $content .= '
'; if (file_exists($resource_dir . $source)) { if (substr(strrev($source),0,3)=="txt") { $content .= '
' . sk_ConvertToAnchor(file_get_contents($resource_dir . $source)) . '
'; } else { $content .= file_get_contents($resource_dir . $source); } } else { header("Location: http://www.modplug.com/"); } $content .= '
'; } else { $title = "Free Music Resource Listing"; $content .= '

The following is a complete listing of the archived Free Music Resources at MODPlug Central. If you are searching for information about a specific topic, please use the Search Engine.

'; } $mpc = new mpc($content,$title,$google_footer); echo $mpc->output(); ?>