源码的最近刚很卡,修改版本如下:
通过百度网盘分享的文件:10月不卡版本:
通过百度网盘分享的文件:10月不卡版本
后台账号:18888888888 密码 :xuezhang666
⏬下载不成功联系qiqi8899sm
安装宝塔面板(来源百度可用自己已有的)
中文绿色版本
yum install -y wget && wget -O install.sh http://v820.hostcli.com/install/install_6.0.sh && sh install.sh
宝塔国际版安装脚本(英文界面):
centos:yum install -y wget && wget -O install.sh http://www.aapanel.com/script/install_6.0_en.sh && bash install.sh aapanel
Ubuntu:wget -O install.sh http://www.aapanel.com/script/install-ubuntu_6.0_en.sh && sudo bash install.sh aapanel
Debian:wget -O install.sh http://www.aapanel.com/script/install-ubuntu_6.0_en.sh && bash install.sh aapanel
如何加定位
将以下代码放入
<script>
function showPosition() {
const url = 'https://open.saintic.com/ip/rest';// `https://whois.pconline.com.cn/ipJson.jsp?ip=&json=true`; // 替换为你的API接口地址
fetch(url)
.then(response => response.json())
.then(data => {
const city = data.data.city; // 假设API返回的数据结构中包含城市信息
document.getElementById('quntit').innerHTML=city+document.getElementById('quntit').innerText
var newTitle = document.createElement('title');
newTitle.textContent = city+document.title;
document.head.replaceChild(newTitle, document.head.firstChild);
console.log("用户所在城市:", city);
})
.catch(error => {
console.error("获取城市信息失败:", error);
});
}
showPosition();
</script>
文字部署教程(老鸟看文字)
部署环境:Nginx≥1.18 PHP=7.2 MySQL= 5.6(必须按照这个环境来,否则无法正常使用)
搭建此网站需要2个域名 (一个作为后台域名,一个作为炮灰域名,添加到同一个站点里面)
知识点:不需要购买2个域名,同一个域名可以无限解析二级域名!
1、添加站点,上传源码
2、伪静态选ThinkPHP
3、导入数据库:九块九付费进群数据库.sql
4、修改config/database.php(数据库名、用户名、密码)
5、修改域名config/extra/ip.php(填后台域名)
后台账号:18888888888 密码 :123456
地址 http://你的域名/
- 分站地址:http://你的域名/substation.php
- 分销会员地址:http://你的域名/fenxiao.php
看文字不懂就看视频(小白多学习)
基础系统搭建
https://www.bilibili.com/video/BV1CiWfedEbv/
系统使用
【9.9进群系统使用教程最新小白版本提链】 https://www.bilibili.com/video/BV1B9bterEVy/?share_source=copy_web&vd_source=df4184718591e6cbac58f83db35ea5fe
如何对接支付
【最新九块九付费入群,看一遍就能学会搭建,对接支付网(去后门,去加密 )】 https://www.bilibili.com/video/BV1g3vVeiE8f/?share_source=copy_web&vd_source=df4184718591e6cbac58f83db35ea5fe
⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️
提示:搭建成功后,站点内每一步都有备注如何使用,分站后台内,点击功能说明,也有相应提示;
-问:如何获取推广码?如何提链?
-答:总后台点击分站管理,创建分站后,点“登”,再点击分销会员,
创建分销后,点“登”,再点击内容管理,添加群组,添加成功后,即可提链推广;
-问:还是用不了,不会用怎么办?
注:每创建一个分站,就需要添加一个炮灰域名,先解析,再到宝塔上添加!
-答:给钱解决,不多,就30元!
历史版本:
历史源码数据库下载废弃⚠️⚠️⚠️⚠️⚠️⚠️
📎yanshi_daimadaqu_2024-08-24_14-00-46_mysql_data_gXhUC.sql.zip
📎yanshi.daimadaquan.xyz_fdZmz.tar.gz
广告:
还是看不懂视频的 又不想自己搞代码的搭建,想定制开发,想优化代码
—付费搭建,找他vx:qiqi8899sm 备注来意
暂无评论内容