伯乐发卡简介
做发卡站很不错的源码,本源码29套模板,可以一键克隆社区分类商品,支持多个接口,支持到账到个人钱包接口
需求环境:PHP7.0-7.4 Mysql5.5或5.6
更新晴玖对接插件,可完美对接晴玖(小储云)本系统内置晴玖(小储云)对接插件!!!
搭建教程
- 将下载好的源码放到网站根目录并解压
- 修改伪静态
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;
}
}
3.域名/install 即可安装
拓展知识
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]-新版云商城伯乐发卡/咔蜜商城/自动发咔/可分站/多套模板可选-心动博客](https://cdn.anxiaoxi.com/xindong/2025/05/20250527162949383-1024x777.jpg?imageView2/0/format/webp/q/75)
![图片[2]-新版云商城伯乐发卡/咔蜜商城/自动发咔/可分站/多套模板可选-心动博客](https://cdn.anxiaoxi.com/xindong/2025/05/20250527163012360-1024x502.jpg?imageView2/0/format/webp/q/75)
![图片[3]-新版云商城伯乐发卡/咔蜜商城/自动发咔/可分站/多套模板可选-心动博客](https://cdn.anxiaoxi.com/xindong/2025/05/20250527163021559-1024x472.jpg?imageView2/0/format/webp/q/75)
暂无评论内容