2、在浏览器中执行 /e/dongpo/txtbook/install/ ,依提示进行安装;
3、提示安装完成后,删除 /e/dongpo/txtbook/install/ 目录,若是linux服务器,必须将 e/dongpo/txtbook/config.php文件设置为0777权限;
4、在 e/class/userfun.php 文件中插入如下函数:
- function user_ShowTxtZList($navinfor){
- global $txtbook_r,$ecms_config;
- include_once ECMS_PATH.'e/dongpo/txtbook/dp_funs.php';
- $str=dp_ShowTxtZList($navinfor);
- return $str;
- }