8000000){ $errors[] = 'Filstørrelsen må ikke være større enn 8 MB.'; } if(empty($errors)==true){ if(anti_spam()) { $errors[] = 'AntiSpam: Vennligst vent og prøv igjen.'; } else { move_uploaded_file($file_tmp,"./uploads/unaudited/".time().".".$file_ext); } } } function is_image($path) { $a = getimagesize($path); $image_type = $a[2]; if(in_array($image_type, array(IMAGETYPE_GIF , IMAGETYPE_JPEG ,IMAGETYPE_PNG))) { return true; } return false; } function anti_spam() { $last_time = file_get_contents("../anti_spam/index.txt"); $seconds = time() - $last_time; if($seconds < 10) { return true; } else { file_put_contents("../anti_spam/index.txt", time()); return false; } } ?>

Send inn bilde som skal revideres

Supert! Filen din er lastet opp og vil bli vurdert snarest.

"); } else { print("".$errors[0]."

"); } } ?> Ditt bilde: