首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏小狐狸说事

    wordpress tags标签改造id显示加后缀html显示

    function tag_rewrite_rules($wp_rewrite){ $new_rules = array( 'tag/(\d+)/feed/(feed|rdf|rss|rss2 tag_id=$matches[1]&feed=$matches[2]', 'tag/(\d+)/(feed|rdf|rss|rss2|atom).html' => 'index.php

    3.7K30编辑于 2022-11-17
  • 来自专栏囍楽云博客

    typehco自定头部header信息义

    [][4] 文章引用/pingback: 离线写作接口/xmlrpc: 离线写作接口/wlw: Feed地址/rss2:   ! [][5] Feed地址rss旧版/rss1: Feed atom(应该可以说是比rss2兼容性更好吧)/atom: 上面有提到当“=”后面没有内容就将值屏蔽了,如果“=”后面有内容就代替默认的

    48930编辑于 2022-12-29
  • 来自专栏博客原创文章

    [漏洞复现]Typecho反序列化漏洞

    php class Typecho_Feed { const RSS1 = 'RSS 1.0'; const RSS2 = 'RSS 2.0'; const private $_items; public function __construct() { $this->_type = $this::RSS2

    3.5K10编辑于 2021-12-20
  • 来自专栏WordPress果酱

    WordPress Feed 详细介绍、使用和屏蔽

    RSS2:Really Simple Syndication(RSS 2.0)真正简单的整合,由于 RDF 没有没有得到 UserLand 公司 的授权,所以 UserLand 公司继续开发,名字也改成 WordPress 的 RSS2 地址为:https://blog.wpjam.com/feed/rss2/。

    1.5K30编辑于 2023-04-13
  • 来自专栏强仔博客

    Typecho关闭无用输出

    > 参数的话有下面几种 keywords:关键词 description:描述、摘要 rss1:feed rss1.0 rss2:feed rss2.0 atom:feed atom generator php $this->header('description=&keywords=&template=&generator=&rss1=&rss2=&atom=&xmlrpc=&wlw=&commentReply

    84910编辑于 2021-12-21
  • 来自专栏红队蓝军

    记一次代码审计之反序列化漏洞

    Typecho_Feed { /** 定义RSS 1.0类型 */ const RSS1 = 'RSS 1.0'; /** 定义RSS 2.0类型 */ const RSS2 @access public * @return void */ public function __construct($version, $type = self::RSS2

    30620编辑于 2024-08-29
  • 来自专栏DeveWork

    解决WordPress 打开Feed页面“This page contains the following errors…”的问题

    feed=rss2 行:2,列:1: <?xml version="1.0" encoding="UTF-8"?> 图片演示: ? ?

    3.4K100发布于 2018-01-19
  • 来自专栏LoRexxar's Blog

    typecho前台getshell漏洞分析

    ['screenName'] = -1; $this->_filter[0] = 'phpinfo'; } } class Typecho_Feed { const RSS2 array(); public $dateFormat; public function __construct() { $this->_type = self::RSS2

    83910编辑于 2023-02-21
  • 来自专栏WordPress果酱

    WordPress Feed 聚合插件:Feeder

    这里就是你传递一个 RSS2 feed 地址到函数的地方,当然你也可能传递一些别的参数,如显示的项目数目,要使用的 XHTML 标签,等等。

    57920编辑于 2023-04-13
  • 来自专栏轮子工厂

    RSS订阅 | 购物者福利,什么值得买?

    feed=rss2 土摩托日记:http://www.immusoul.com/feed 梁文道文集:http://feed.feedsky.com/commentshk 阮一峰的网络日志:http:/ feed=rss2 果壳网(科普生活):http://www.guokr.com/rss/ 科学松鼠会(科普):http://songshuhui.net/feed 科学公园(分析各种误区):http:

    2.4K40发布于 2018-08-10
  • 来自专栏alanzeng423

    为 Hexo 项目添加 RSS 订阅链接

    config.yml 文件中添加配置 #订阅RSS feed: type: atom path: atom.xml limit: false 配置含义: type: RSS的类型(atom/rss2

    57700编辑于 2025-01-14
  • 18个有用的 .htaccess 文件使用技巧

    <IfModule mod_alias.c> RedirectMatch 301 /feed/(atom|rdf|rss|rss2)/? $ http://feedburner.com/yourfeed/ RedirectMatch 301 /comments/feed/(atom|rdf|rss|rss2)/?

    1.1K10编辑于 2025-05-21
  • 来自专栏ly0n

    GKCTF-WEB题目部分复现

    php $CMD = 'cat /flag'; class Typecho_Feed { const RSS2 = 'RSS 2.0'; const ATOM1 = ' private $_items; public function __construct() { //$this->_type = $this::RSS2

    1.3K40发布于 2020-11-04
  • 来自专栏Seebug漏洞平台

    Typecho 前台 getshell 漏洞分析

    ['screenName'] = -1; $this->_filter[0] = 'phpinfo'; } } class Typecho_Feed { const RSS2 array(); public $dateFormat; public function __construct() { $this->_type = self::RSS2

    1.3K100发布于 2018-03-30
  • 来自专栏小狐狸说事

    WordPress主题制作基本模版文件以及基本函数

    > RSS2 URL地址 <?php bloginfo(‘url’); ?> 博客URL地址 <?php bloginfo(‘description’); ?> 博客副标题或描述 <?

    1.1K20编辑于 2022-11-17
  • 来自专栏reizhi

    wordpress模板代码详解

    style.css的相对地址 Wordpress博客的Pingback地址 Wordpress主题文件的相对地址 博客的Wordpress版本 Wordpress博客的Atom地址 Wordpress博客的RSS2

    1.7K30编辑于 2022-09-26
  • 来自专栏Wordpress安装教程

    如何彻底移除并关闭WordPress的RSS feed

    feed_links', 2 ); remove_action( 'wp_head', 'feed_links_extra', 3 ); } foreach( array( 'rdf', 'rss', 'rss2

    2.1K00编辑于 2022-04-09
  • 来自专栏Seebug漏洞平台

    Typecho 前台 getshell 漏洞分析

    ['screenName'] = -1; $this->_filter[0] = 'phpinfo'; } } class Typecho_Feed { const RSS2 array(); public $dateFormat; public function __construct() { $this->_type = self::RSS2

    1.7K120发布于 2018-03-13
  • 来自专栏ly0n

    Typecho前台Getshell漏洞分析

    php class Typecho_Feed { const RSS1 = 'RSS 1.0'; const RSS2 = 'RSS 2.0'; const private $_items; public function __construct() { $this->_type = $this::RSS2

    4.6K60发布于 2020-11-04
  • 来自专栏HACK学习

    干货 | Wordpress网站渗透方法指南

    feed=rss2 如何找到插件版本 https://target.com/wp-content/plugins/PLUGINNAME/readme.txt https://target.com/wp-content

    4.6K10编辑于 2022-10-27
领券