源码下载

其它

Rtworld目录网全解开源2.0-功能齐全 - 老林代码

大小:
更新时间: 2026-05-02 加入收藏
立即下载
注:请勿商业运营,违法使用和传播!仅供研究学习使用!

介绍:

Rtworld目录网全解开源2.0,全网首发,功能齐全!

1.多前台模板切换,多跳转模板切换 

2.系统日志管理,系统数据清理工具 

3.多网站分类,多文章分类,具有书籍,影视,等搭配功能 

4.采集数据,站长管理,简便操作,提交即收录,各大网站推送收录你的域名, 快拥有属于你的目录网,本地TDK信息一键获取,去除接口卡带式 

5.邮箱式提交收录,更加保证网站质量数据,上传安装前端模板/跳转模板 6.新增影视和小说功能,自行添加相关数据!  


安装教程 :

1.上传服务器/虚拟主机根目录并且解压

2.填写伪静态(伪静态在下方)

3.访问域名填写数据库相关信息,并完成操作!

4.后台信息:

后台入口:/Manage/

后台默认账户密码:Manage/123456 

 Nginx伪静态 

code

  1. location = /index.html {
  2.   rewrite ^(.*)$ /index.php;
  3. }
  4. location = /tb {
  5.   rewrite ^(.*)$ /User/tb.php;
  6. }
  7. location = /jd {
  8.   rewrite ^(.*)$ /User/jd.php;
  9. }
  10. location = /pdd {
  11.   rewrite ^(.*)$ /User/pdd.php;
  12. }
  13. location = /404.html {
  14.   rewrite ^(.*)$ /index.php?AS=404;
  15. }
  16. location /sort {
  17.   rewrite ^/sort-([1-9]+[0-9]*).html$ /index.php?AS=sort&sid=$1;
  18. }
  19. location /arsort {
  20.   rewrite ^/arsort-([1-9]+[0-9]*).html$ /index.php?AS=arsort&aid=$1;
  21. }
  22. location /article {
  23.   rewrite ^/article-([1-9]+[0-9]*).html$ /index.php?AS=article&tid=$1;
  24. }
  25. location /web {
  26.   rewrite ^/web-([1-9]+[0-9]*).html$ /index.php?AS=web&wid=$1;
  27. }
  28. location /book {
  29.   rewrite ^/book-([1-9]+[0-9]*).html$ /index.php?AS=book&xid=$1;
  30. }
  31. location /movie {
  32.   rewrite ^/movie-([1-9]+[0-9]*).html$ /index.php?AS=movie&ysid=$1;
  33. }
  34. location /app {
  35.   rewrite ^/app-([1-9]+[0-9]*).html$ /index.php?AS=app&gid=$1;
  36. }
  37. location /qbwz {
  38.   rewrite ^/qbwz.html$ /index.php?AS=qbwz;
  39. }
  40. location /books {
  41.   rewrite ^/books.html$ /index.php?AS=books;
  42. }
  43. location /movies {
  44.   rewrite ^/movies.html$ /index.php?AS=movies;
  45. }
  46. location /apps {
  47.   rewrite ^/apps.html$ /index.php?AS=apps;
  48. }
  49. location /article_search {
  50.   rewrite ^/article_search.html$ /index.php?AS=article_search;
  51. }
  52. location /search {
  53.   rewrite ^/search.html$ /index.php?AS=search;
  54. }



图片:


本站的核心业务,是向企业及个人客户提供专业的软件开发服务。我们与客户之间的商业合作,以正式合同及独立交付物为依据,不存在以任何形式向商业客户分发或转售未经授权的第三方软件程序代码的行为。
本站可能存在的部分代码片段、软件示例,仅出于以下目的:
1. 为软件开发学习者、研究者提供技术思路、算法原理与设计思想的交流素材;
2. 根据《计算机软件保护条例》第十七条的精神,鼓励对软件内含的设计思想和原理进行研究。
若本站的任何内容无意中侵犯了您的权益,请立即通过 [你的联系邮箱] 联系我们,并附上权属证明与侵权内容链接。我们将迅速处理。
加载中~
-->