I see the problem...
In upload.txt, you have this code:
// Format and output the file name and link.
$dl = "ngc3_".$latest.".zip";
This is BAD BAD BAD, as it forces the game to think that the file name is ngc3...
Well, that is not the only problem... it is just going to make it impossible to get the right filename for anyone running a game not named "ngc3"... I still can't get it to recognize my file...
It is sending gamefile/adamant010 _24.zip to the send_file function...
[ October 23, 2003, 21:44: Message edited by: Imperator Fyron ]