1. 程式人生 > 其它 >hdwiki6安裝與簡單優化

hdwiki6安裝與簡單優化

使用的bt面板。

一、安裝中錯誤:install-func。php on li'ne 360.。。。

原因,找不到網站的目錄。

改正。在install_func.php修改,或者糾正程式碼,下面是簡單粗暴的方法。

343 行:function get_db_config(){
    $return_arr = array();
    $hdwiki_root = dirname(dirname(__FILE__));
    // $root_path = dirname($hdwiki_root);
    $root_path = './hdwiki.xxxxx.org';// 假設hdwiki.xxxxx.org為你的網站根目錄名。

二、優化

轉自尋小山部落格:https://www.seekhill.com/soft/php/wikidoc/

1、登陸伺服器後臺,找到/model/base.class.php檔案

2、搜尋找到“get_key($domain) ”函式程式碼。

3、複製以下程式碼直接替換就可以(注意空格)

function _get_key($domain) {
//$key = ”;
//if($domain) {
//$key = @util::hfopen(‘http://kai.......m/count2/count.php?m=count&a=getkey&domain=’.$domain, 0);
//}
//return $key;
return ''; }


、替換localhost地址

1、在網站根目錄找到config.php檔案

2、將config裡的localhost改為127.0.0.1

三。總結

經過網站效能測試發現,網站仍然有渲染阻塞和圖片數量過多的問題,首頁載入很慢,需要進一步優化,期待網友更多教程

網站檔案程式碼中,還殘留一些已經失效的hudong。com和baike。com的連結。

版本,github和gitee中的,目前版本為5.1,網上有6.0版本可下載。

本文來自部落格園,作者:總統先生,未授權,不得轉載

本站部分文章為轉載,已註明“轉載”,版權歸原作者所有。