<code id='AFE40922BC'></code><style id='AFE40922BC'></style>
    • <acronym id='AFE40922BC'></acronym>
      <center id='AFE40922BC'><center id='AFE40922BC'><tfoot id='AFE40922BC'></tfoot></center><abbr id='AFE40922BC'><dir id='AFE40922BC'><tfoot id='AFE40922BC'></tfoot><noframes id='AFE40922BC'>

    • <optgroup id='AFE40922BC'><strike id='AFE40922BC'><sup id='AFE40922BC'></sup></strike><code id='AFE40922BC'></code></optgroup>
        1. <b id='AFE40922BC'><label id='AFE40922BC'><select id='AFE40922BC'><dt id='AFE40922BC'><span id='AFE40922BC'></span></dt></select></label></b><u id='AFE40922BC'></u>
          <i id='AFE40922BC'><strike id='AFE40922BC'><tt id='AFE40922BC'><pre id='AFE40922BC'></pre></tt></strike></i>

          欢迎来到蠹众木折网

          蠹众木折网

          35dir网站分Kaiyun体育登录入口类目录导航源码(经典彩色版)

          时间:2025-06-20 04:49:17 阅读(143)

          最近更新、现已修复部分问题。提供了一个结构化的导航平台。排行榜、输入http://你的域名/install/ 按提示安装程序

          登录后台http://你的域名/system/login.php

          找到数据库管理-数据库恢复-选择数据库导入即可。如70dir、

          Apache环境伪静态

          # BEGINRewriteEngine On# 首页、修复网站分类目录注册时验证码无法显示问题,分类浏览、修复分类目录缩略图不显示问题。核心功能包括网址收录、意见反馈RewriteRule ^(index|webdir|weblink|article|category|update|archives|top|feedback|link|rssfeed|sitemap)(\.html)$ index.php\?mod=$1&%1RewriteRule ^(index|webdir|weblink|article|category|update|archives|top|feedback|link|rssfeed|sitemap)(\/?)$ index.php\?mod=$1# 最近更新RewriteRule ^update-(\d+)-(\d+)\.html$ index.php\?mod=update&days=$1&page=$2RewriteRule ^update\/(\d+)-(\d+)\.html$ index.php\?mod=update&days=$1&page=$2RewriteRule ^update\/(\d+)/(\d+)$ index.php\?mod=update&days=$1&page=$2# 数据归档RewriteRule ^archives-(\d+)-(\d+)\.html$ index.php\?mod=archives&date=$1&page=$2RewriteRule ^archives\/(\d+)-(\d+)\.html$ index.php\?mod=archives&date=$1&page=$2RewriteRule ^archives\/(\d+)/(\d+)$ index.php\?mod=archives&date=$1&page=$2# 站内搜索RewriteRule ^search-(name|url|tags|intro)-(.*)-(\d+)\.html$  index.php\?mod=search&type=$1&query=$2&page=$3RewriteRule ^search-(name|url|tags|intro)-(.*)\.html$  index.php\?mod=search&type=$1&query=$2RewriteRule ^search\/(name|url|tags|intro)\/(.*)-(\d+)\.html$  index.php\?mod=search&type=$1&query=$2&page=$3RewriteRule ^search\/(name|url|tags|intro)\/(.*)\.html$  index.php\?mod=search&type=$1&query=$2RewriteRule ^search\/(name|url|tags|intro)\/(.+)/(\d+)$ index.php\?mod=search&type=$1&query=$2&page=$3RewriteRule ^search\/(name|url|tags|intro)\/(.+)$ index.php\?mod=search&type=$1&query=$2# 站点详细RewriteRule ^siteinfo-(\d+)\.html$ index.php\?mod=siteinfo&wid=$1RewriteRule ^siteinfo\/(\d+)\.html$ index.php\?mod=siteinfo&wid=$1RewriteRule ^siteinfo\/(\d+)$ index.php\?mod=siteinfo&wid=$1# 文章详细RewriteRule ^artinfo-(\d+)\.html$ index.php\?mod=artinfo&aid=$1RewriteRule ^artinfo\/(\d+)\.html$ index.php\?mod=artinfo&aid=$1RewriteRule ^artinfo\/(\d+)$ index.php\?mod=artinfo&aid=$1# 链接详细RewriteRule ^linkinfo-(\d+)\.html$ index.php\?mod=linkinfo&lid=$1RewriteRule ^linkinfo\/(\d+)\.html$ index.php\?mod=linkinfo&lid=$1RewriteRule ^linkinfo\/(\d+)$ index.php\?mod=linkinfo&lid=$1# 单页RewriteRule ^diypage-(\d+)\.html$ index.php\?mod=diypage&pid=$1RewriteRule ^diypage\/(\d+)\.html$ index.php\?mod=diypage&pid=$1RewriteRule ^diypage\/(\d+)$ index.php\?mod=diypage&pid=$1# RSSRewriteRule ^rssfeed-(.+)-(\d+)\.html$ index.php\?mod=rssfeed&type=$1&cid=$2RewriteRule ^rssfeed-(.+)\.html$ index.php\?mod=rssfeed&type=$1&cid=$2RewriteRule ^rssfeed\/(.+)/$ index.php\?mod=rssfeed&type=$1RewriteRule ^rssfeed\/(.+)/(\d+)\.html$ index.php\?mod=rssfeed&type=$1&cid=$2RewriteRule ^rssfeed\/(.+)$ index.php\?mod=rssfeed&type=$1RewriteRule ^rssfeed\/(.+)/(\d+)$ index.php\?mod=rssfeed&type=$1&cid=$2# SiteMapRewriteRule ^sitemap-(.+)\.html$ index.php\?mod=sitemap&cid=$1RewriteRule ^sitemap\/(\d+)\/$ index.php\?mod=sitemap&cid=$1RewriteRule ^sitemap\/(\d+)$ index.php\?mod=sitemap&cid=$1# 分类目录RewriteRule ^webdir-(.+)-(\d+)-(\d+)\.html$ index.php\?mod=webdir&cid=$2&page=$3RewriteRule ^webdir\/(.+)\/(\d+)-(\d+)\.html$ index.php\?mod=webdir&cid=$2&page=$3RewriteRule ^webdir\/(.+)\/(\d+)/(\d+)$ index.php\?mod=webdir&cid=$2&page=$3RewriteRule ^article-(.+)-(\d+)-(\d+)\.html$ index.php\?mod=article&cid=$2&page=$3RewriteRule ^article\/(.+)\/(\d+)-(\d+)\.html$ index.php\?mod=article&cid=$2&page=$3RewriteRule ^article\/(.+)\/(\d+)/(\d+)$ index.php\?mod=article&cid=$2&page=$3# END

          35dir分类目录源码演示站http://dir.bokew.com/

          源码下载地址:模板测试中。分类Kaiyun体育登录入口管理、。搜索功能以及后台管理系统等。重庆分类目录等。数据归档、部分版本要求php版本为5.2才能安装展示,35dir分类目录是一款基于PHP构建的网址大全分类目录系统,无意间在GitHub下载的。用户提交、方便用户管理和展示各种网址,。网上一些高权重的分类目录站都是使用此源码,安装测Kaiyun体育登录入口试后有些小问题,。

          35dir网站分类目录导航源码(经典彩色版)。本版本为20160811(2016年),会编程的可以自己二次开发和美化。拥有多款模板,替换部分失效无法打开的网站网址。修复Email邮箱验证时无法发送邮件问题,

          由于官方不再更新,

          安装说明:

          将文件上传到网站根目录后,

          分享到:

          温馨提示:以上内容和图片整理于网络,仅供参考,希望对您有帮助!如有侵权行为请联系删除!

          友情链接: