Re:サイト内検索を拡張子phpファイルに
和田 (2010-05-18 13:52:49) www.synck.com
search.cgiの68行目くらいの
if(($checktype[-1] eq "html" || $checktype[-1] eq "htm") && index($notargetfile,$checkfile) == -1){
を
if(($checktype[-1] eq "html" || $checktype[-1] eq "htm" || $checktype[-1] eq "php") && index($notargetfile,$checkfile) == -1){
とするとphp内も調べることができますがコンパイルされた出力結果を調べることはできない上に、ソースコードをしっかり調べてしまうので危険かもしれませんん。