<table width="980px" cellpadding="0" cellspacing="5"> <tr class="textcolumn" bgcolor="#999999" align="center"> <td width="78">ลำดับที่</td> <td width="336">ชื่อไฟล์</td> <td width="346">วันที่สำรองข้อมูล</td> <td width="92">ดาวน์โหลด</td> <td width="96">ลบ</td> </tr> <?php $dir = 'backup/'; $files = scandir($dir); $No=1; foreach ($files as &$file) { if ($file!='.' && $file!='..' ) { ?> <tr> <td><?=$No++;?></td> <td><?=$file;?></td> <td align="center"> <?php $cut = explode("_",$file); $yes = $cut[1]."-".$cut[2]."-".$cut[3]; echo DateThai($yes); ?> </td> <td align="center"><? echo "<a href=\"./backup/$file\"> <img src=\"images/Download_48x48.png\" width=\"20\" height=\"20\" hspace=\"2\" vspace=\"2\" border=\"0\" /> </a>"; ?> </td> <td align="center"><? echo "<a href=\"$_SERVER[SCRIPT_NAME]?case=delfile&&filetodel=$file\"> <img src=\"images/notice-alert.png\" width=\"20\" height=\"20\" hspace=\"2\" vspace=\"2\" border=\"0\" /></a>"; ?></td> </tr> <?php } } ?> </table>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง