Drupal 6.x Find PHP code in database


/ Published in: MySQL
Save to your folder(s)



Copy this code and paste it in your HTML
  1. select nid, vid from node_revisions where format in (select format from filters where module = 'php' and delta = 0);
  2.  
  3. select cid, nid from comments where format in (select format from filters where module = 'php' and delta = 0);
  4.  
  5. select bid, info from boxes where format in (select format from filters where module = 'php' and delta = 0);

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.