if (!$_REQUEST['download']) {
?>
irc.is-1337.net #dvdcovers
irc.is-1337.net #dvdcovers
To access the fileserver, type !dvdcovers
To download the filelist, access the fileserver and type the following:
- cd .filelist
- get filelist.zip
Or, you can just download the current filelist here
Want to contribute? Upload your Hi-res covers!
ftp.is-1337.net
Username: upload
Password: upload
} else {
header("Content-Description: File Transfer");
header("Content-type: application/force-download");
header("Content-Disposition: attachment; filename=\"filelist.zip\"");
@readfile("/disk1/HQDVDcovers/filelist/filelist.zip");
}
?>