六零导航页源码_简洁高效上网导航系统_支持后台添加链接

六零导航页源码_简洁高效上网导航系统_支持后台添加链接

项目介绍 六零导航页 (LyLme Spage) 致力于简洁高效无广告的上网导航和搜索入口,支持后台添加链接、自定义搜索引擎,沉淀最具价值链接,全站无商业推广,简约而不简单。         1.使用PHP+MySql,增加后台管理 2.多模板选择,支持在后台切换模板 3.增加常用搜索引擎,如:知乎、哔哩哔哩、在线翻译等(支持自定义) 4.支持用户提交收录申请,地址:http://域名/apply 5.部分模板优化和增加部分功能,如返回顶部、获取输入框焦点、时间日期显示等 6.另外,如果你有更好的建议或者反馈问题欢迎提交Issue! 安装教程 1.下载最新版本源码压缩包,上传到网站根目录解压 2.访问http://域名/install 3.按提示配置数据库进行安装 4.后台地址:http://域名/admin 5.账号密码:admin/123456

2025-12-11 227 阅读 0 评论
Rtworld目录网导航开源源码2.0-功能齐全

Rtworld目录网导航开源源码2.0-功能齐全

介绍:Rtworld目录网全解开源2.0,全网首发,功能齐全!1.多前台模板切换,多跳转模板切换2.系统日志管理,系统数据清理工具3.多网站分类,多文章分类,具有书籍,影视,等搭配功能4.采集数据,站长管理,简便操作,提交即收录,各大网站推送收录你的域名, 快拥有属于你的目录网,本地TDK信息一键获取,去除接口卡带式5.邮箱式提交收录,更加保证网站质量数据,上传安装前端模板/跳转模板 6.新增影视和小说功能,自行添加相关数据!安装教程 :1.上传服务器/虚拟主机根目录并且解压2.填写伪静态(伪静态在下方)3.访问域名填写数据库相关信息,并完成操作!4.后台信息:后台入口:/Manage/后台默认账户密码:Manage/123456Nginx伪静态location = /index.html {   rewrite ^(.*)$ /index.php; } location = /tb {   rewrite ^(.*)$ /User/tb.php; } location = /jd {   rewrite ^(.*)$ /User/jd.php; } location = /pdd {   rewrite ^(.*)$ /User/pdd.php; } location = /404.html {   rewrite ^(.*)$ /index.php?AS=404; } location /sort {   rewrite ^/sort-(+*).html$ /index.php?AS=sort&sid=$1; } location /arsort {   rewrite ^/arsort-(+*).html$ /index.php?AS=arsort&aid=$1; } location /article {   rewrite ^/article-(+*).html$ /index.php?AS=article&tid=$1; } location /web {   rewrite ^/web-(+*).html$ /index.php?AS=web&wid=$1; } location /book {   rewrite ^/book-(+*).html$ /index.php?AS=book&xid=$1; } location /movie {   rewrite ^/movie-(+*).html$ /index.php?AS=movie&ysid=$1; } location /app {   rewrite ^/app-(+*).html$ /index.php?AS=app&gid=$1; } location /qbwz {   rewrite ^/qbwz.html$ /index.php?AS=qbwz; } location /books {   rewrite ^/books.html$ /index.php?AS=books; } location /movies {   rewrite ^/movies.html$ /index.php?AS=movies; } location /apps {   rewrite ^/apps.html$ /index.php?AS=apps; } location /article_search {   rewrite ^/article_search.html$ /index.php?AS=article_search; } location /search {   rewrite ^/search.html$ /index.php?AS=search; }

2025-11-20 276 阅读 0 评论