当前位置:网站首页>搜一下导航完整程序源码
搜一下导航完整程序源码
2022-04-23 06:58:00 【软希网源码资源分享】
源码下载:搜一下导航完整程序源码-小程序文档类资源-CSDN下载
1.里面两个模板,都可以切换
2. 运行环境Nginx,伪静态规则
location / {
index index.php index.html;
if (!-e $request_filename) {
rewrite ^/(.*)$ /index.php last;
}
}
3. 底部修改在templates/souyix/footer.php修改
4. 导入数据库,修改根目录下面的config.php文件填写上数据密码和用户名
5. ico图标获取地址在include/api.php文件76行和include/lib/dada.php文件124行修改即可
6. 文字广告在模板list.php文件37行,图片广告53行和71行,图片广告看不懂就不要修改了,后台不能添加文字广告
版权声明
本文为[软希网源码资源分享]所创,转载请带上原文链接,感谢
https://blog.csdn.net/m0_66047725/article/details/124356408
边栏推荐
- Brief description of CPU
- 简述存储器的分级策略
- RAID0和RAID5的创建和模拟RAID5工作原理
- [untitled]
- Attack and defense world misc questions 1-50
- Research on system and software security (4)
- LeetCoed18. 四数之和
- [go] common concurrency model [generic version]
- PHP generates short links: convert numbers to letters and letters to numbers
- CTF attack and defense world brush questions 51-
猜你喜欢
云计算赛项--2020年赛题基础部分[任务3]
CSV Column Extract列提取
简述存储器的分级策略
Ctf-misc learning from start to give up
[programming practice / embedded competition] learning record of embedded competition (II): picture streaming based on TCP
BUUCTF MISC刷題
分布式服务治理Nacos
Ribbon启动流程
Smart business card applet business card details page function implementation key code
使用 Ingress 实现金丝雀发布
随机推荐
分布式服务治理Nacos
NIH降血脂指南《your guide to lowering your Cholesterol with TLC》笔记(持续更新中)
Buuctf misc brush questions
Implementation of new
Talking about distributed storage from ES, mongodb, redis and rocketmq
Comparison of indoor positioning methods of several intelligent robots
KVM安装部署
sentinel集成nacos动态更新数据原理
Concours de compétences en informatique en nuage - - première partie de l'environnement cloud privé openstack
Mobile terminal layout (3D conversion, animation)
浏览器中的 Kubernetes 和 IDE | 交互式学习平台Killercoda
Introduction to sap query enhanced development
利用sqlmap注入获取网址管理员账号密码
php生成短链接:将数字转成字母,将字母转成数字
面试学习路线
Go语学习笔记 - Slice、Map | 从零开始Go语言
How to import Excel data in SQL server, 2019 Edition
数据库之MySQL——基础篇
Ctf-misc summary
DataBinding的使用五