Drupal5.x在数据库中查找PHP代码

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Drupal5.x在数据库中查找PHP代码相关的知识,希望对你有一定的参考价值。

used to find content that uses the php input filter....useful for upgrading core!
  1. select nid, vid from node_revisions where format in (select format from filters where module='filter' and delta = 1);
  2.  
  3. select cid, nid from comments where format in (select format from filters where module='filter' and delta = 1);
  4.  
  5. select bid, info from boxes where format in (select format from filters where module='filter' and delta = 1);

以上是关于Drupal5.x在数据库中查找PHP代码的主要内容,如果未能解决你的问题,请参考以下文章

比较有用的php代码片段

php 在Yoast SEO中更改或删除OpenGraph输出的代码片段。此代码中有多个代码段。

PHP必用代码片段

超实用的php代码片段

代码片段 PHP,预期文件结尾,我错在哪里?

php 有趣的代码片段在某些时候可能会有用。