前言
新伯乐云商城发卡网源码含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-博客喵](https://bkm.mistora.cc/wp-content/uploads/2025/05/20250523153413939-image.png)
![图片[2]-新伯乐云商城发卡网开心版源码 可分站34套模板可选v20240930-博客喵](https://bkm.mistora.cc/wp-content/uploads/2025/05/20250523153438930-image-1024x556.png)
![图片[3]-新伯乐云商城发卡网开心版源码 可分站34套模板可选v20240930-博客喵](https://bkm.mistora.cc/wp-content/uploads/2025/05/20250523153448933-image-1024x566.png)
![图片[4]-新伯乐云商城发卡网开心版源码 可分站34套模板可选v20240930-博客喵](https://bkm.mistora.cc/wp-content/uploads/2025/05/20250523153456130-image-1024x278.png)
![图片[5]-新伯乐云商城发卡网开心版源码 可分站34套模板可选v20240930-博客喵](https://bkm.mistora.cc/wp-content/uploads/2025/05/20250523145944949-image-1024x536.png)
![图片[6]-新伯乐云商城发卡网开心版源码 可分站34套模板可选v20240930-博客喵](https://bkm.mistora.cc/wp-content/uploads/2025/05/20250523153508797-image-1024x536.png)
1. 本站所有资源来源于用户上传和网络,如有侵权请邮件联系站长!
2. 分享目的仅供大家学习和交流,您必须在下载后24小时内删除!
3. 不得使用于非法商业用途,不得违反国家法律。否则后果自负!
4. 本站提供的源码、模板、插件等等其他资源,都不包含技术服务请大家谅解!
5. 如有链接无法下载、失效或广告,请联系管理员处理!
6. 本站资源售价只是赞助,收取费用仅维持本站的日常运营所需!
暂无评论内容