其他分享
首页 > 其他分享> > 在线听书有声小说网站详细安装教程

在线听书有声小说网站详细安装教程

作者:互联网

在线听书有声小说网站详细安装教程

资源宝博客分享整理:http://www.httple.net

安装步骤

安装基本环境
安装php版本7.3
安装php扩展 fileinfo
安装php扩展 memcached
安装php扩展 memcache
安装php扩展 swoole或者swoole4
安装php扩展 swoole_serialize 可选
取消php禁用函数 shell_exec,在PHP里面删除这个参数

2、扩展安装

在这里插入图片描述

3、删除禁用函数

在这里插入图片描述

4.安装加密Loader

在/www/server目录新建ptcms文件夹
将压缩包根目录里面的 loader73.so和 license复制到刚才新建的ptcms目录

5、进入php7.3设置,在配置文件里面添加代码,代码安装好后,重启PHP或者重载配置

extension=/www/server/ptcms/loader73.so
swoole_license_files=/www/server/ptcms/license

在这里插入图片描述

6、创建网站,上传源码以后,配置网站目录

在这里插入图片描述

7、伪静态设置

if (!-e $request_filename) {
    rewrite ^/(.*)  /index.php?s=$1 last;}

8.安装程序

安装地址:域名/install.php,然后输入用户名、数据库名、数据库密码。

9.采集配置

添加新书 替换原站 都需要开启在导入!

采集规则 使用方法:采集管理——规则管理——规则导入——上传文件(新站,新规则) 导入采集规则请注意:导入的时候一定要选择“新站点”、添加新书要选择“开启”按钮,其他设置不要 乱动,否则会出错

在这里插入图片描述

在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述

  1. 配置cron

用命令进入网站的根目录:

cd /www/wwwroot/网站根目录名称/

再输入

/www/server/php/73/bin/php kx cron:check

在这里插入图片描述
这样就可以后台自动采集了。

教程到此结束

增加广告教程

1,先添加广告位,如下图,你在添加的时候,注意标题填能识别的文字,比如 “电脑端 xx 位置的广告”、“手机端 xx
位置的广告”,“标识”这里注意是字 母或数字组成。

在这里插入图片描述

,2,调用模板语法,把你上一步添加的广告位模板语法,复制,黏贴到你前端要 放广告的页面对应的 html 模板文件相应位置上。如下图。

在这里插入图片描述
在这里插入图片描述

三、在你第一步添加的广告位下添加广告

在这里插入图片描述

在这里插入图片描述

以下是一些广告代码 :

//PC 端文字广告:
<div style="padding: 35px; background-color: #F08080; border-radius: 5px; text-align: center;"><a href="http://www.httple.net/" style="color:#000" class="margin-0 text-muted" >广 告位招租</a></div>
//PC 端图片广告: 
<div style="padding: 35px; background-color: #F08080; background-image: url( 图 片 地 址 ); border-radius: 5px; text-align: center; " onclick="document.location='http://www.httple.net/' "><a style="color:#000" class="margin-0 text-muted" >广告位招租</a></div>
//手机端文字广告:
 <div style="padding: 35px; background-color: #F08080; border-radius: 5px; text-align: center;"><a href="http://www.httple.net/" style="color:#000" class="margin-0 text-muted">广 告位招租</a></div>
//手机端图片广告: 
<div style="padding: 35px; background-color: #F08080; background-image: url( 图 片 地 址 ); border-radius: 5px; text-align: center; " onclick="document.location='http://www.httple.net/' "><a style="color:#000" class="margin-0 text-muted" >广告位招租</a></div>

 

 

标签:教程,有声,广告位,www,添加,广告,在线听,php,安装
来源: https://blog.51cto.com/u_14014178/3032451