求PHP解码
发布网友
发布时间:2022-04-25 04:05
我来回答
共3个回答
热心网友
时间:2023-10-24 21:22
方法,万能的方法:把eval换为exit,执行一下就能看见源码!!!
你的源码如下:
/**
*
* 19楼卓越版系列 中国社区首选
* E-mail:838629117@qq.com QQ:838629117
*
*/
require_once './include/common.inc.php';
$tid=(int)$tid;
$mood=(int)$mood;
if ($discuz_uid && $tid){
if($mood){
if(!(strstr($_SERVER['HTTP_HOST'], 'kpshw.com') || strstr($HTTP_SERVER_VARS['SERVER_NAME'], 'www.kpshw.com'))){
if(!(strstr($_SERVER['HTTP_HOST'], 'hcoo.cn') || strstr($_SERVER['HTTP_HOST'], 'www.hcoo.cn') || strstr($HTTP_SERVER_VARS['SERVER_NAME'], 'localhost') || strstr($HTTP_SERVER_VARS['SERVER_NAME'], '127.0.0.1'))){
showmessage('<script>hideMenu("fwin_dialog", "dialog");showPrompt(null, null,"感受发布成功,感谢你的支持!", 2000);</script>');
exit;
}
}
$tp_caifuc = $db->fetch_first("SELECT * FROM caifuc_rate WHERE uid='$discuz_uid' AND tid='$tid'");
if(!$tp_caifuc) {
$db->query("INSERT INTO caifuc_rate (tid,type,uid) VALUES ('$tid','$mood','$discuz_uid')");
showmessage('<script>hideMenu("fwin_dialog", "dialog");showPrompt(null, null,"感受发布成功,感谢你的支持!", 2000);</script>');
}else{
showmessage('你已经表明过你的感受了,感谢支持!');
}
}else{
showmessage('请选择你的感受!');
}
}else{
showmessage('你需要 [<a href="logging.php?action=login">登录</a>] 或 [<a href="'.$regname.'">注册</a>] 后才能进行评分.');
}
/**
*
* 19楼卓越版系列 中国社区首选
* E-mail:838629117@qq.com QQ:838629117
*
*/
热心网友
时间:2023-10-24 21:22
复杂! ..
参考资料:....
热心网友
时间:2023-10-24 21:23
caifucdataq.php 里面是什么编码的?