|
|

楼主 |
发表于 2011-6-9 17:53:17
|
显示全部楼层
原帖由 l22576283 于 2011-6-9 17:40 发表 
$_X=base64_decode($_X);$_X=strtr($_X,'123456aouie','aouie123456');$_R=ereg_replace('__FILE__',"'".$_F."'",$_X);eval($_R);$_R=0;$_X=0;
是你需要的?
不是。。。
比如footer.php解出来是- <!-- sidebar.php END -->
- </td>
- </tr>
- </table>
- </div>
- <!-- Grid for content and sidebar END -->
- </div>
- </div>
- <!-- Content Background END -->
- <!-- Footer START -->
- <div id="footer1">
- <div id="footer2">
- <table width="990" border="0" cellspacing="0" cellpadding="0" class="footer3" height="97"><tr>
- <td width="50%" align="left" valign="top">
- <div class="footer4">
- In collaboration with <a href="http://developingpsychicpowers.com">Developing Psychic Powers</a>, <a href="http://trancehealer.com">Trance Healing</a> and <a href="http://mindpowerbooks.com">Mind Power Books</a>.
- </div>
- </td>
- <td width="50%" align="right" valign="top">
- <table border="0" cellspacing="0" cellpadding="0" class="footer5" height="23">
- <tr>
- <td align="left" valign="top"><div class="footer6">Designed by</div></td>
- <td width="13" class="footer7"> </td>
- <td align="center" valign="top"><div class="footer9"><a href="http://yourchristianspace.com">Christian Music</a></div></td>
- <td width="13" class="footer8"> </td>
- </tr>
- </table>
- </td>
- </tr></table>
- </div>
- </div>
- <!-- Footer END -->
复制代码 想要这样的结果。但最终footer.php解出来是不是这样的我还不知道,这个只是我猜的~
最重要的是functions.php,但是functions.php加密了。functions.php应该是有检查footer.php的函数,如果footer.php改变了,那wp就打不开了.. |
|