$filename = 'test.mp4'; $filelocation = '../file/vdo/'.$filename; header('Pragma: public'); header('Expires: 0'); header('Cache-Control: must-revalidate, post-check=0, pre-check=0'); header('Last-Modified: '.gmdate ('D, d M Y H:i:s', filemtime ($filelocation)).' GMT'); header('Cache-Control: private',false); header('Content-Type: video/mp4'); header('Content-Disposition: attachment; filename="'.basename($filelocation).'"'); header('Content-Transfer-Encoding: binary'); header('Content-Length: '.filesize($filelocation)); header('Connection: close'); readfile($filelocation);
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง