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版本可下载。

 

posted @ 2021-11-28 10:01  总统先生  阅读(237)  评论(0编辑  收藏  举报