附件下載 時附件名前加網站名,也就是說下載到本機時,文件名上就加了網站名
你注冊下載時就出現論壇下載-後名是附件名
1 include/attachment.func.php: 復制內容到剪貼板
代碼:
while($attach = $db->fetch_array($query)) {2 attachment.php: 復制內容到剪貼板
代碼:
if($attach = $db->fetch_array($query)) {以上兩處下加復制內容到剪貼板代碼: 復制內容到剪貼板
代碼:
$attach['filename'] = '建築互聯論壇下載- '.$attach['filename'];當然 把 下載 換成你自己的站名
說明下:是習明幫助的!