當前位置:編程學習大全網 - 行動軟體 - 求PHP解碼

求PHP解碼

方法,萬能的方法:把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

*

*/

  • 上一篇:2022騷氣有內涵的吃雞遊戲名字大全 冷艷霸氣內涵的吃雞遊戲名字
  • 下一篇:clause是什麽意思
  • copyright 2024編程學習大全網