当前位置:首页 > 网站源码 > 正文内容

最新版35dir网站分类目录导航网站源码(经典彩色版)

卡卷网2年前 (2024-09-25)网站源码1085

35dir网站分类目录导航源码(经典彩色版)。35dir分类目录是一款基于PHP构建的网址大全分类目录系统,拥有多款模板,方便用户管理和展示各种网址,提供了一个结构化的导航平台。核心功能包括网址收录、分类管理、用户提交、搜索功能以及后台管理系统等。网上一些高权重的分类目录站都是使用此源码,如70dir、重庆分类目录等。

最新版35dir网站分类目录导航网站源码(经典彩色版)  第1张


由于官方不再更新,部分版本要求php版本为5.2才能安装展示,会编程的可以自己二次开发和美化。本版本为20160811(2016年),无意间在GitHub下载的。安装测试后有些小问题,现已修复部分问题。修复网站分类目录注册时验证码无法显示问题,修复Email邮箱验证时无法发送邮件问题,修复分类目录缩略图不显示问题。替换部分失效无法打开的网站网址。

安装说明:

将文件上传到网站根目录后,输入http://你的域名/install/ 按提示安装程序

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

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

Apache环境伪静态

# BEGIN
RewriteEngine On
# 首页、分类浏览、数据归档、最近更新、排行榜、意见反馈
RewriteRule ^(index|webdir|weblink|article|category|update|archives|top|feedback|link|rssfeed|sitemap)(\.html)$ index.php\?mod=$1&%1
RewriteRule ^(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=$2
RewriteRule ^update\/(\d+)-(\d+)\.html$ index.php\?mod=update&days=$1&page=$2
RewriteRule ^update\/(\d+)/(\d+)$ index.php\?mod=update&days=$1&page=$2
 
# 数据归档
RewriteRule ^archives-(\d+)-(\d+)\.html$ index.php\?mod=archives&date=$1&page=$2
RewriteRule ^archives\/(\d+)-(\d+)\.html$ index.php\?mod=archives&date=$1&page=$2
RewriteRule ^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=$3
RewriteRule ^search-(name|url|tags|intro)-(.*)\.html$  index.php\?mod=search&type=$1&query=$2
RewriteRule ^search\/(name|url|tags|intro)\/(.*)-(\d+)\.html$  index.php\?mod=search&type=$1&query=$2&page=$3
RewriteRule ^search\/(name|url|tags|intro)\/(.*)\.html$  index.php\?mod=search&type=$1&query=$2
RewriteRule ^search\/(name|url|tags|intro)\/(.+)/(\d+)$ index.php\?mod=search&type=$1&query=$2&page=$3
RewriteRule ^search\/(name|url|tags|intro)\/(.+)$ index.php\?mod=search&type=$1&query=$2
 
# 站点详细
RewriteRule ^siteinfo-(\d+)\.html$ index.php\?mod=siteinfo&wid=$1
RewriteRule ^siteinfo\/(\d+)\.html$ index.php\?mod=siteinfo&wid=$1
RewriteRule ^siteinfo\/(\d+)$ index.php\?mod=siteinfo&wid=$1
 
# 文章详细
RewriteRule ^artinfo-(\d+)\.html$ index.php\?mod=artinfo&aid=$1
RewriteRule ^artinfo\/(\d+)\.html$ index.php\?mod=artinfo&aid=$1
RewriteRule ^artinfo\/(\d+)$ index.php\?mod=artinfo&aid=$1
 
# 链接详细
RewriteRule ^linkinfo-(\d+)\.html$ index.php\?mod=linkinfo&lid=$1
RewriteRule ^linkinfo\/(\d+)\.html$ index.php\?mod=linkinfo&lid=$1
RewriteRule ^linkinfo\/(\d+)$ index.php\?mod=linkinfo&lid=$1
 
# 单页
RewriteRule ^diypage-(\d+)\.html$ index.php\?mod=diypage&pid=$1
RewriteRule ^diypage\/(\d+)\.html$ index.php\?mod=diypage&pid=$1
RewriteRule ^diypage\/(\d+)$ index.php\?mod=diypage&pid=$1
 
# RSS
RewriteRule ^rssfeed-(.+)-(\d+)\.html$ index.php\?mod=rssfeed&type=$1&cid=$2
RewriteRule ^rssfeed-(.+)\.html$ index.php\?mod=rssfeed&type=$1&cid=$2
RewriteRule ^rssfeed\/(.+)/$ index.php\?mod=rssfeed&type=$1
RewriteRule ^rssfeed\/(.+)/(\d+)\.html$ index.php\?mod=rssfeed&type=$1&cid=$2
RewriteRule ^rssfeed\/(.+)$ index.php\?mod=rssfeed&type=$1
RewriteRule ^rssfeed\/(.+)/(\d+)$ index.php\?mod=rssfeed&type=$1&cid=$2
 
# SiteMap
RewriteRule ^sitemap-(.+)\.html$ index.php\?mod=sitemap&cid=$1
RewriteRule ^sitemap\/(\d+)\/$ index.php\?mod=sitemap&cid=$1
RewriteRule ^sitemap\/(\d+)$ index.php\?mod=sitemap&cid=$1
 
# 分类目录
RewriteRule ^webdir-(.+)-(\d+)-(\d+)\.html$ index.php\?mod=webdir&cid=$2&page=$3
RewriteRule ^webdir\/(.+)\/(\d+)-(\d+)\.html$ index.php\?mod=webdir&cid=$2&page=$3
RewriteRule ^webdir\/(.+)\/(\d+)/(\d+)$ index.php\?mod=webdir&cid=$2&page=$3
 
RewriteRule ^article-(.+)-(\d+)-(\d+)\.html$ index.php\?mod=article&cid=$2&page=$3
RewriteRule ^article\/(.+)\/(\d+)-(\d+)\.html$ index.php\?mod=article&cid=$2&page=$3
RewriteRule ^article\/(.+)\/(\d+)/(\d+)$ index.php\?mod=article&cid=$2&page=$3
# END


35dir分类目录源码演示站dir.bokew.com(复制到浏览器打开)

下载地址暂时么有,等消息更新下载地址!


扫描二维码推送至手机访问。

版权声明:本文由卡卷网发布,如需转载请注明出处。

本文链接:https://www.kajuan.net/softcode/2024/09/268.html

分享给朋友:

相关文章

分享一款在线‌‌Banner在线横幅在线logo生成的PHP源码,无后台直接上传既用

分享一款在线‌‌Banner在线横幅在线logo生成的PHP源码,无后台直接上传既用

分享一款在线‌‌Banner在线横幅在线logo生成的PHP源码,无后台直接上传既用PHP语言源码,上传到支持PHP的空间就可以使用,无需数据库,直接用,添加benner可以在文件夹直接建立图片,可以修改所有页面css和PHP文件免费源码下...

2024xiuno论坛简单大气模板修罗系列主题之一:修罗·起源

2024xiuno论坛简单大气模板修罗系列主题之一:修罗·起源

包含xiuno程序和主题,直接安装就行修罗系列主题之一:修罗·起源1.2.0更新:1.部分布局优化。2.其他细节性优化。简单安装说明:1、整站程序上传后台2、然后导入数据库文件到数据库,3、修改conf里面的conf的数据库名字及密码4、配...

2024亲测可用xiuno仿资源社网站源码,带模板和所有插件包含使用教程

2024亲测可用xiuno仿资源社网站源码,带模板和所有插件包含使用教程

2024xiuno仿资源社网站源码,论坛程序源码,资源下载网程序源码!PHP版本:5.0到7.3之间,推荐7.1,高和低都会出错!!!伪静态:location ~* \.(htm)$ {  &nbs...

thinkphp开发的竞拍网程序源码包含数据字典演示图和流程图

thinkphp开发的竞拍网程序源码包含数据字典演示图和流程图

thinkphp开发的竞拍网程序源码包含数据字典演示图和流程图网站截图如下:流程图如下:1.项目名称:竞拍网2.项目框架:ThinkPHP3.项目组名称:蝴蝶效应4.项目主要功能划分和小组成员安排分配主页: 即将推出历史拍卖商品搜索最新成交...

一款好看的AI下载页 app下载页源码纯html代码

一款好看的AI下载页 app下载页源码纯html代码

看到有许多人要多下载线路的下载页,于是我就用AI写出了。使用前把我图片圈住的url换成你的链接,如果想多添加就多复制几行,可以看到延迟,是真实的,包含用户评价和开发人员。纯HTML页面模板,包含两图片,没有其他的拿走吱一声,谢谢。下载地址如...

发表评论

访客

看不清,换一张

◎欢迎参与讨论,请在这里发表您的看法和观点。