案例(首次提交页面送10积分): function ActivePlugin_tc_cs() { Add_Filter_Plugin('Filter_Plugin_PostPage_Succeed','ytecn_postpage_succeed'); } function ytecn_postpage_succeed(&$article) { $data = array( 'pid' => $article->ID, 'title' => "提交页面送10积分", 'num' => 10, 'Time' => time() ); $sql_in = $zbp->db->sql->Insert('%pre%user_jf_log',$data); $zbp->db->Insert($sql_in); }