Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
pSek サーバー ホスティング会社は理由もなく 54 個の PHP 拡張機能をインストールしました。不要な拡張機能のリストを調べていると、IonCube に気付きました。これはすぐに削除したいと考えています。暗号化された PHP ファイルがあるかどうかを調べる良い方法は何ですか?
自分で暗号化していない場合、暗号化されたファイルはありませんが、IonCube で暗号化されたファイルはif(!extension_loaded('ionCube Loader'))、すべてのファイルの先頭付近にあるはずです。
if(!extension_loaded('ionCube Loader'))