如有任何问题请联系博主,还请诸位大佬多多关照!!!
       添加博主
详情
评论
问答

新伯乐云商城发卡网开心版源码 可分站34套模板可选v20240930

新伯乐云商城发卡网开心版源码 可分站34套模板可选v20240930
此内容为付费资源,请付费后查看
10
限时特惠
18
仅供学习和研究使用,请在下载后24小时内删除 Ventura
付费资源
已售 1

前言

新伯乐云商城发卡网源码含33套模板,可以一键克隆社区分类商品,支持多个接口,支持到账到个人钱包

搭建教程

Nginx1.18~1.24 PHP7.0-7.4 Mysql5.6~5.7

1、添加站点上传源码,根目录解压文件

2、访问域名在线安装即可

3、配置伪静态

location ~ /(includes|upload|assets|template)/.*.(php|php3|php4|php5|phtml|pht).*$ {
  return 404; #返回404
 }
location / {
 if (!-e $request_filename) {
   rewrite ^/article-(.[0-9]*).html$ /index.php?mod=article&id=$1 last;
   rewrite ^/articlelist-(.[0-9]*).html$ /index.php?mod=articlelist&page=$1 last;
   rewrite ^/cid-(.[0-9]*).html$ /index.php?cid=$1 last;
   rewrite ^/buy-(.[0-9]*).html$ /index.php?mod=buy&tid=$1 last;
   rewrite ^/cartorder-(.[0-9]*).html$ /index.php?mod=cartorder&orderid=$1 last;
   rewrite ^/order-(.[0-9]*).html$ /index.php?mod=order&orderid=$1 last;
   rewrite ^/faka-(.[0-9]*).html$ /index.php?mod=faka&orderid=$1 last;
   rewrite ^/sitemap.xml /sitemap.php last;
   rewrite ^/sitemap.txt /sitemaptxt.php last;
   rewrite ^/(.[a-zA-Z0-9\-\_]+).html$ /index.php?mod=$1 last;
 }
}

4、有对接USDT的得配置以下监控回调

任务类型:Shell脚本
执行周期:N分钟 1分钟

脚本内容如下
记得http或者https 你的域名换成你自己的
支付接口id 来自 网站后台 系统设置->支付接口配置 你添加的usdt支付通道前面的 ID
支付接口不会配置的 看支付参数说明

#!/bin/bash
PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:~/bin
export PATH
step=3
for (( i = 0; i < 60; i=(i+step) )); do
curl -sS --connect-timeout 10 -m 60 'http://你的域名/other/usdt/cron.php?payid=支付接口id'
echo "-------------------监控状态----------------------"
endDate=`date +"%Y-%m-%d %H:%M:%S"`
echo "★[$endDate] Successful"
echo "-------------------监控状态----------------------"
sleep $step
done
exit 0

效果展示

图片[1]-新伯乐云商城发卡网开心版源码 可分站34套模板可选v20240930-博客喵
图片[2]-新伯乐云商城发卡网开心版源码 可分站34套模板可选v20240930-博客喵
图片[3]-新伯乐云商城发卡网开心版源码 可分站34套模板可选v20240930-博客喵
图片[4]-新伯乐云商城发卡网开心版源码 可分站34套模板可选v20240930-博客喵
图片[5]-新伯乐云商城发卡网开心版源码 可分站34套模板可选v20240930-博客喵
图片[6]-新伯乐云商城发卡网开心版源码 可分站34套模板可选v20240930-博客喵
© 版权声明
THE END
喜欢就支持一下吧
点赞5 分享
评论 抢沙发

请登录后发表评论

    暂无评论内容