edituser(); } else { if ($ask == "changepsd") { changepsd(); } else { if ($ask == "delete") { del(); } else { if ($ask == "image") { uploadimage(); } else { if ($ask == "file") { uploadfile(); } else { if ($ask == "lzl") { lzl(); } else { if ($ask == "search") { search(); } else { if ($ask == "action") { action(); } else { echo '<capu><info><code>14</code><msg>ask错误。</msg></info></capu>'; exit; } } } } } }
reply($con, $token, $bid, $tid, $ip, $attachs); } else { if ($ask == "edit") { edit($con, $token, $bid, $tid, $pid, $ip, $attachs); } else { if ($ask == "lock" || $ask == "extr" || $ask == "top") { threads_action($con, $token, $bid, $tid, $ask); } else { if ($ask == "delete") { delete($con, $token, $bid, $tid, $pid, $ip); } else { if ($ask == "move") { move($con, $token, $bid, $tid, $to); } else { if ($ask == "lzl") { lzl($con, @$_REQUEST['method'], $fid, $token, $ip); } else { if ($ask == "getpages") { getpages($con, $bid, $tid); } else { if ($ask == "getlznum") { getlznum($con, $bid, $tid); } else { if ($ask == "getnum") { getnum($con); } else { if ($ask == "sign_today") { sign_today($con); } else { if ($ask == "sign_year") { sign_year($con);