文件名为:service.php
找了很多方法都没有解密成功,特到此来求援。谢谢
回复讨论(解决方案) fhtml(trim($_post['name']))); $password=iconv_($db->fhtml($_post['password'])); $roomid=iconv_($db->fhtml($_post['roomid'])); $usersex=$_post['usersex']=='true'?'0':'1'; login($name,$password,$usersex,$roomid); break; case listonlineuser: listonlineuser($db->fhtml($_get['roomid'])); break; case keepline: $chatid =$db->fhtml($_get['chatid']); $usersorder =$db->fhtml($_get['usersorder']); keepline($chatid,$usersorder); break; case setcolor: $chatid =$db->fhtml($_get['chatid']); $color =$db->fhtml($_get['color']); setcolor($chatid,$color); break; case getcolor: $chatid =$db->fhtml($_get['chatid']); getcolor($chatid); break; case sendmsg: $msgid=$db->fhtml($_post['msgid']); $fontweight=iconv_($db->fhtml($_post['fontweight'])); $ispublic=$db->fhtml($_post['ispublic']); $fromchatid=$db->fhtml($_post['fromchatid']); $tochatid=$db->fhtml($_post['tochatid']); $expword=iconv_($db->fhtml($_post['expword'])); $content=iconv_($db->fhtml(trim($_post['content']))); sendmsg($msgid,$fontweight,$ispublic,$fromchatid,$tochatid,$expword,$content); break; case getmsg: $chatid =$db->fhtml($_get['chatid']); $msgid =$db->fhtml($_get['msgid']); getmsg($chatid,$msgid); break; case editname: $name=$db->fhtml($_post['name']); editname(trim($name)); break; case regid: $name=$db->fhtml($_post['username']); $pwd=$db->fhtml($_post['pwd']); $sex=$db->fhtml($_post['usersex']); $age=$db->fhtml($_post['age']); if($db->sqlnum($db->query(select * from chat_user where username='$name'))>0) exit(); regid($name,$pwd,$sex,$age); exit(); break; case exitchat: exitchat(); break;}?>
多谢,先试试看,可否告知破解方法或者软件。
fhtml(trim($_post['name']))); $password=iconv_($db->fhtml($_post['password'])); $roomid=iconv_($db->fhtml($_post['roomid'])); $usersex=$_post['usersex']=='true'?'0':'1'; login($name,$password,$usersex,$roomid); break; case listonlineuser: listonlineuser($db->fhtml($_get['roomid'])); break; case keepline: $chatid =$db->fhtml($_get['chatid']); $usersorder =$db->fhtml($_get['usersorder']); keepline($chatid,$usersorder); break; case setcolor: $chatid =$db->fhtml($_get['chatid']); $color =$db->fhtml($_get['color']); setcolor($chatid,$color); break; case getcolor: $chatid =$db->fhtml($_get['chatid']); getcolor($chatid); break; case sendmsg: $msgid=$db->fhtml($_post['msgid']); $fontweight=iconv_($db->fhtml($_post['fontweight'])); $ispublic=$db->fhtml($_post['ispublic']); $fromchatid=$db->fhtml($_post['fromchatid']); $tochatid=$db->fhtml($_post['tochatid']); $expword=iconv_($db->fhtml($_post['expword'])); $content=iconv_($db->fhtml(trim($_post['content']))); sendmsg($msgid,$fontweight,$ispublic,$fromchatid,$tochatid,$expword,$content); break; case getmsg: $chatid =$db->fhtml($_get['chatid']); $msgid =$db->fhtml($_get['msgid']); getmsg($chatid,$msgid); break; case editname: $name=$db->fhtml($_post['name']); editname(trim($name)); break; case regid: $name=$db->fhtml($_post['username']); $pwd=$db->fhtml($_post['pwd']); $sex=$db->fhtml($_post['usersex']); $age=$db->fhtml($_post['age']); if($db->sqlnum($db->query(select * from chat_user where username='$name'))>0) exit(); regid($name,$pwd,$sex,$age); exit(); break; case exitchat: exitchat(); break;}?>
