在:source/function/function_message.php
查找:
- $_G['hookscriptmessage'] = $message;
復(fù)制代碼
上面加入:- if(strpos($message,'nonexistence') !== false || strpos($message,'noexist') !== false || strpos($message,'not_exist') !== false || strpos($message,'nofound') !== false || strpos($message,'no_found') !== false || strpos($message,'not_found') !== false){
- header('HTTP/1.1 404 Not Found');
- header('status: 404 Not Found');
- include('err404.htm');
- exit();
- }
復(fù)制代碼 上傳覆蓋,刷新一個(gè)不存在的板塊,就會(huì)出現(xiàn)404頁(yè)面提示,而不是系統(tǒng)的板塊不存在提示了。如果是帖子需要404,則修改:source\module\forum\forum_viewthread.php
查找:
- $page = max(1, $_G['page']);
復(fù)制代碼 在上面加入:
游客,如果您要查看本帖隱藏內(nèi)容請(qǐng) 回復(fù)
刷新就 可以了。
|