32768) { $errormessage[]="the size of the infofile must not be greater than 32Kb"; } // if everything is ok if(!$errormessage) $submitok=true; } if(!$submitok&&file_exists($nfofile)){ unlink($nfofile); } // move the submitted nfo to the appropriate location if($submitok){ copy($nfofile, "nfo/".$which.".nfo"); unlink($nfofile); // reward the user $query ="INSERT INTO nfos SET "; $query.="prod=".$which.","; $query.="user=".$_SESSION["SCENEID_ID"].","; $query.="added=NOW()"; mysql_query($query); } ?>
the infofile has been added
see what you've done
errors found
 -
 -
prod information
prod: select the prod you want
to upload an infofile for:
infofile:
the infofile is usually a .diz or .nfo ascii textfile