找回密码
 立即注册
首页 资源区 程序 2025时间泛目录程序【泛效果好】

2025时间泛目录程序【泛效果好】

新程序 2025-6-28 15:42:27
2025时间泛目录程序【泛效果好】

1.jpg


2025时间泛目录程序下载
下载链接.txt (56 Bytes, 下载次数: 7, 售价: 500 圆)


伪静态
  1.    rewrite ^/tianqi/(.*).xml$ /tianqi/sitemap.php?id=$1;
  2. if (!-e $request_filename){ rewrite ^/tianqi/(.*)$ /tianqi/404.php; }

  3. rewrite ^/(.*).xml$ /sitemap.php?id=$1;
  4. if (!-e $request_filename){ rewrite ^/(.*)$ /404.php; }


复制代码
使用说明:


使用环境:

  1. Linux+Nginx+php   小弟测试nginx1.17+php5.6

  2. 404错误页面设置为:error_page 404 =200/404.html;  
  3. ==============================================
  4. ==============================================
  5. 程序主配置文件:pz.php
  6. userads目录为广告页面
  7. pic.php为图片采集 在宝塔计时任务添加访问就行
  8. baidu.php为主动推送 默认推送500条 自己修改下域名和token 在宝塔计时任务添加访问就行
  9. ==============================================
  10. ==============================================

  11. 宝塔计划2条任务
  12. 访问链接:
  13. 域名/baidu.php
  14. 域名/pic.php
复制代码



程序结构:

  1. ├404.php   
  2. ├baidu.php (百度推送)
  3. ├favicon.ico ( 图标)
  4. ├index.php  (程序首页)
  5. ├pic.php     (图片采集)
  6. ├pz.php        (配置文件)
  7. ├sitemap.php   (网站地图)
  8. ├userads.php    (广告管理)
  9. ├使用必读!!!!!.txt
  10. ├<chengxu>
  11. │  ├<data>
  12. │  │  ├ascii.txt             (ascii干扰码)
  13. │  │  ├description.txt (描述文件)
  14. │  │  ├fbt.txt (副标题)
  15. │  │  ├js.txt
  16. │  │  ├link.txt
  17. │  │  ├title.txt
  18. │  │  ├wzmc.txt (网站名称)
  19. │  │  ├xslx.txt
  20. │  │  ├zz.txt(作者)
  21. │  │  ├<juzi> (句子库)
  22. │  │  │  └1.txt
  23. │  │  ├<xs> (小说名)
  24. │  │  │  ├xms2.txt
  25. │  │  │  └xsm.txt
  26. │  │  ├<zj>
  27. │  │  │  └1.txt
  28. │  ├<key> (关键词目录)
  29. │  │  ├
  30. │  │  └keyword.txt
  31. │  ├<moban>
  32. │  │  ├article.html(内页模板)
  33. │  │  └index.html(首页模板)
  34. ├<templates>
  35. │  ├<html5>
  36. │  │  ├<css>
  37. │  │  │  └site.css
  38. │  │  ├<fonts>
  39. │  │  │  ├glyphicons-halflings-regular.eot
  40. │  │  │  ├glyphicons-halflings-regular.svg
  41. │  │  │  ├glyphicons-halflings-regular.ttf
  42. │  │  │  ├glyphicons-halflings-regular.woff
  43. │  │  │  └glyphicons-halflings-regular.woff2
  44. │  │  ├<images>
  45. │  │  │  ├23500s.jpg
  46. │  │  │  ├30517s.jpg
  47. │  │  │  ├32005s.jpg
  48. │  │  │  ├32068s.jpg
  49. │  │  │  ├32074s.jpg
  50. │  │  │  └nocover.svg
  51. │  │  ├<js>
  52. │  │  │  └common.js
  53. ├<uploads>
  54. │  ├<images> (图片存储在这个文件夹内)
  55. │  │  └cc.png
  56. ├<userads>
  57. │  ├<android>
  58. │  │  └index.html
  59. │  ├<ios>
  60. │  │  └index.html
  61. │  ├<pc>
  62. │  │  └index.html
复制代码



常用标签:
  1. <章节1>-<章节14>

  2. <随机章节>

  3. <随机小说名>

  4. <小说名1>-<小说名70>

  5. <随机作者>

  6. <小说类型>

  7. <视频>

  8. <网站名称>

  9. <随机端口>

  10. <副标题>

  11. <随机关键词>

  12. <随机域名>

  13. <标题>

  14. <描述>

  15. <随机关键词>

  16. <关键词1>-<关键词60>

  17. <句子>

  18. <文章模块>

  19. <ascii>

  20. <随机图片>

  21. <时钟>

  22. <发布时间>

  23. <外链>

  24. <年>

  25. <月>

  26. <日>

  27. <随机字符>

  28. <随机数字1>-<随机数字9>

  29. <当前域名>

  30. <当前url>
复制代码



相关推荐

您需要登录后才可以回帖 登录 | 立即注册