大侠帮忙解密一下下。php文件 小弟菜鸟,百度了半天,一位是Base64 加密的,可是不行啊,一窍不通的我

知道不让贴代码啊?好,我上传到百度,这里下载,谢谢了。
http://pan.baidu.com/share/link?shareid=500985&uk=520783536

花了我半天时间,成功了,解密后的代码:

<?php //YgB解密2013-3-9
//手机跳转
function mob_goto_url($url){
global $webdb;
if($webdb['mob_goto_3g']&&is_mobile()){//手机访问自动跳转
header("location:$url");
exit;
}
}
function avoidgather( )
{
global $rsdb;
global $webdb;
global $IS_BIZPhp168;
if ( !$IS_BIZPhp168 )
{
return;
}
if ( $webdb[AvoidCopy] )
{
$rsdb[content] = "<body oncopy='return false' oncut='return false'>{$rsdb['content']}";
}
if ( $webdb[AvoidSave] )
{
$rsdb[content] = "{$rsdb['content']}<noscript><iframe scr='*.htm'></iframe></noscript>";
}
if ( !$webdb[AvoidGather] )
{
return;
}
$AvoidGatherpre = rands( 3 ).$webdb[AvoidGatherPre].rands( 3 );
$rsdb[content] = "<div class='{$AvoidGatherpre}'>{$webdb['AvoidGatherString']}</div>{$rsdb['content']}<div class='{$AvoidGatherpre}'>{$webdb['AvoidGatherString']}</div>";
$AvoidGatherpre = rands( 3 ).$webdb[AvoidGatherPre].rands( 3 );
$rsdb[content] = str_replace( "<br>", "<br><div class='{$AvoidGatherpre}'>{$webdb['AvoidGatherString']}{$AvoidGatherpre}</div>", $rsdb[content] );
$rsdb[content] = str_replace( "<BR>", "<BR><div class='{$AvoidGatherpre}'>{$webdb['AvoidGatherString']}{$AvoidGatherpre}</div>", $rsdb[content] );
$AvoidGatherpre = rands( 3 ).$webdb[AvoidGatherPre].rands( 3 );
$rsdb[content] = str_replace( "<p>", "<p><div class='{$AvoidGatherpre}'>{$webdb['AvoidGatherString']}{$AvoidGatherpre}</div>", $rsdb[content] );
}
function limt_ip( $type )
{
global $webdb;
global $ForceEnter;
global $IS_BIZPhp168;
global $onlineip;
if ( !$IS_BIZPhp168 )
{
}
else
{
if ( $type == "ForbidIp" && $webdb[ForbidIp] )
{
$detail = explode( "rn", $webdb[ForbidIp] );
foreach ( $detail as $key => $value )
{
$value = trim( $value );
if ( !$value )
{
continue;
}
if ( ereg( "^{$value}", $onlineip ) )
{
exit( "Forbid Ip!!" );
}
}
}
if ( $type == "AllowVisitIp" && $webdb[AllowVisitIp] )
{
$AllowVisit = 0;
$detail = explode( "rn", $webdb[AllowVisitIp] );
foreach ( $detail as $key => $value )
{
$value = trim( $value );
if ( !$value )
{
continue;
}
if ( ereg( "^{$value}", $onlineip ) )
{
$AllowVisit = 1;
}
}
if ( !$AllowVisit )
{
exit( "NO Allow Visit!!" );
}
}
if ( $type == "AdminIp" && $ForceEnter == 0 && $webdb[AdminIp] )
{
$AllowVisit = 0;
$detail = explode( "rn", $webdb[AdminIp] );
foreach ( $detail as $key => $value )
{
$value = trim( $value );
if ( !$value )
{
continue;
}
if ( ereg( "^{$value}", $onlineip ) )
{
$AllowVisit = 1;
}
}
if ( !$AllowVisit )
{
exit( "NO Allow Login!!" );
}
}
}
}
function biz_function( )
{
}
function LIFE_CK($type){
global $pre,$BIZ_MODULEDB;
if( !is_array($BIZ_MODULEDB) )
{
die("授权认证不存在!");
return ;
}
if( !in_array($type,$BIZ_MODULEDB) ){
die("缺少授权认证!");
}
return 1;
}
function LIFE2_CK($type){
global $pre,$BIZ_MODULEDB;
if( !is_array($BIZ_MODULEDB) )
{
die("2授权认证不存在!");
return ;
}
if( !in_array($type,$BIZ_MODULEDB) ){
die("2缺少授权认证!");
}
return 1;
}
function B2B_CK($type){
global $pre,$BIZ_MODULEDB;
if( !is_array($BIZ_MODULEDB) )
{
die("授权认证不存在!");
return ;
}
if( !in_array($type,$BIZ_MODULEDB) ){
die("缺少授权认证!");
}
return 1;
}
function FENLEI_CK($type){
global $pre,$BIZ_MODULEDB;
if( !is_array($BIZ_MODULEDB) )
{
die("授权认证不存在!");
return ;
}
if( !in_array($type,$BIZ_MODULEDB) ){
die("缺少授权认证!");
}
return 1;
}
defined('ROOT_PATH') || define('ROOT_PATH',PHP168_PATH);
//require_once( ROOT_PATH."inc/biz/biz.php" );
if(function_exists('file_get_contents')){
$biz_string_code=file_get_contents(ROOT_PATH."inc/biz/biz.php");
if(count(explode(';eval(',$biz_string_code))!=3){
die(' ');
}elseif(!strstr($biz_string_code,' /* Powered by www.qibosoft.com */')&&!strstr($biz_string_code,'.="lode";$')){
die(' ');
}
}
?>
温馨提示:答案为网友推荐,仅供参考
第1个回答  2013-03-09
学而优免费网 上面有详细的方法
第2个回答  2013-03-09
很想帮你,可是那文件有很明显的错误,日期在里面,运行时也有报错。
第3个回答  2013-03-09
帮不了你!

相关了解……

你可能感兴趣的内容

本站内容来自于网友发表,不代表本站立场,仅表示其个人看法,不对其真实性、正确性、有效性作任何的担保
相关事宜请发邮件给我们
© 非常风气网