|
|
我在安裝wwwthreads時出現了以下問題
|
|
我在安裝wwwthreads時出現了以下問題,當我要發貼子時,在我預覽後,選擇 continue時,出現"The host you are trying to send the input from is not a valid host."(註:在運行wwwthreads中其他功能是均正確。)
|
|
|
Re: 我在安裝wwwthreads時出現了以下問題
|
|
檢查一下,mysql中banned表是否有記錄限制你的host
|
|
|
Re: 我在安裝wwwthreads時出現了以下問題
|
|
沒有限制
|
|
|
Re: 我在安裝wwwthreads時出現了以下問題
|
|
檢查w3tvars中$config{'referer'}的值是否和你實際中使用的路徑一致。你可以發現這個出錯信息在:w3t.pm中的check_refer函數,add_post.pl使用了這個函數。
|