我爱导航PHP网址导航系统源码 SiteHub二次开发

我爱导航PHP网址导航系统源码 SiteHub二次开发

项目介绍:我爱导航网址导航系统源码 Pro二开版

我爱导航系统源码 Pro版 基于 SiteHub 二次开发,是一套开源免费的网址导航系统。前台为自适应导航页面,后台采用拟态风格管理中心,支持网址导航聚合、前台自主提交收录、自动获取站点 TDK 与网站 Icon,并集成网站收录与文章发布功能,适合搭建个人导航站或综合型网址导航平台。

核心功能特点:

  • 开源二开框架:基于 SiteHub 进行二次开发,美化前端 UI,优化后台操作体验,整体结构清晰,方便后续深度定制。

  • 网址导航聚合:支持按分类整理全网优质网站,构建多栏目、多类型的网址导航首页。

  • 前台自主提交:访客可在前台自主提交网址,系统自动获取标题、描述、关键词及图标,后台审核后即可收录。

  • 自动获取 TDK & Icon:系统自动抓取网站 TDK 信息和站点 Icon,减少手工录入工作量,提升收录效率。

  • 后台审核管理:独立拟态风格后台,支持网站分类管理、网址审核发布、文章发布、导航内容调整等。

  • 文章发布:内置简单文章/资讯发布模块,可用于发布公告、教程、更新日志等内容,增强导航站内容属性。

  • 前后台独立:前台展示与后台管理分离,结构清晰,便于安全策略与后期维护。

使用说明与运行环境:

  • 服务器环境:支持 Nginx 或 Apache,推荐使用 PHP 7.4 配合 MySQL 5.6+ 数据库环境。

  • 安装方式:将程序部署至站点后,直接通过浏览器访问绑定的域名,按页面提示完成安装与基础配置。

  • 后台账号密码:admin/123456

  • Nginx伪静态:

  • code

    • rewrite ^/index.html$ /index.php last;
      rewrite ^/about.html$ /about.php last;
      rewrite ^/search.html$ /search.php last;
      rewrite ^/ranking.html$ /ranking.php last;
      rewrite ^/apply.html$ /apply.php last;
      rewrite ^/404.html$ /404.php last;
      rewrite ^/category-([1-9]+[0-9]*).html$ /category.php?id=$1 last;
      rewrite ^/category-([a-zA-Z]+).html$ /category.php?alias=$1 last;
      rewrite ^/site-([1-9]+[0-9]*).html$ /site.php?id=$1 last;
      rewrite ^/article.html$ /article.php last;
      rewrite ^/article-list-([1-9]+[0-9]*).html$ /article_list.php?id=$1 last;
      rewrite ^/article-([1-9]+[0-9]*).html$ /article_show.php?id=$1 last;
      rewrite ^/img/favicon/(.*)$ /favicon.php?url=$1 last;
      rewrite ^/img/favicon/(.*).png$ /favicon.php?url=$1 last;
      rewrite ^/img/preview/(.*).png$ /preview.php?url=$1 last;
       
      location ~ "^/img/favicon/([^/]+)/?.png$" {
       try_files /$uri /$uri/ /favicon.php?url=$1;
      }
       
      location ~ "^/img/preview/([^/]+)/?.png$" {
       try_files /$uri /$uri/ /preview.php?url=$1;
      }

  • Apache伪静:

  • code

    • RewriteEngine On

    • RewriteBase /

    • RewriteRule ^index.html index.php [L,NC]

    • RewriteRule ^about.html about.php [L,NC]

    • RewriteRule ^search.html search.php [L,NC]

    • RewriteRule ^ranking.html ranking.php [L,NC]

    • RewriteRule ^article.html article.php [L,NC]

    • RewriteRule ^apply.html apply.php [L,NC]

    • RewriteRule ^404.html 404.php [L,NC]

    • RewriteRule ^category-([0-9]+).html category.php?id=$1 [L,NC]

    • RewriteRule ^category-([a-zA-Z]+).html category.php?alias=$1 [L,NC]

    • RewriteRule ^site-([0-9]+).html site.php?id=$1 [L,NC]

    • RewriteRule ^article-list-([0-9]+).html article_list.php?id=$1 [L,NC]

    • RewriteRule ^article-([0-9]+).html article_show.php?id=$1 [L,NC]

    • RewriteRule ^img/favicon/(.*)\.png$ favicon.php?url=$1 [L,NC]

    • RewriteRule ^img/preview/(.*)\.png$ preview.php?url=$1 [L,NC]

图片演示:

1.png2.png4.png5.png6.png