当前位置:编程学习 > php >>

帮助解密此PHP程序,一般方法不行……

function getV( $default_style ) { $file = file_get_contents( "../style/".$default_style."/".base64_decode( "Zm9vdGVyLmh0bWw=" ) ); if ( !strstr( $file, base64_decode( "aHR0cDovL29wZW5zdGF0cy5pei5ycw==" ) ) || !strstr( $file, base64_decode( "RG90QSBPcGVuU3RhdHM=" ) ) ) { return "TWlzc2luZyBjb3B5cmlnaHQgbm90aWNlIGluIDxiPmZvb3Rlci5odG1sPC9iPg==\r\n"; } else { return FALSE; } }
答案:function getV( $default_style )
{
    $file = file_get_contents( "../style/".$default_style."/".‘footer.html’);//解1
    if ( !strstr( $file, 'http://openstats.iz.rs' ) || !strstr( $file, 'DotA OpenStats') )//解2,3
    {
        return "Missing copyright notice in <b>footer.html</b>\r\n";//解4
    }
    else
    {
        return FALSE;
    }
}
其他:也不需要解密啊,你想找什么信息? 

上一个:PHP怎样将输入的用户名和密码与存储在数据库的信息比较
下一个:PHP 点卡充值功能怎么实现?要建几个数据表?写几个页面?最好是能给出具体的代码!谢谢各位了!

CopyRight © 2012 站长网 编程知识问答 www.zzzyk.com All Rights Reserved
部份技术文章来自网络,