<? header('Content-Disposition: attachment; filename="download.txt"'); readfile('test.txt'); ?>
$file = "downloads/getfile.pdf"; header("Cache-Control: public"); header("Content-Type: application/pdf"); header("Content-Description: File Transfer"); header("Content-Transfer-Encoding: binary"); header("Content-Disposition: attachment; filename=" . $file); header("Content-Length: " . filesize($file)); readfile($file);
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง