source\class\extend\extend_thread_replycredit.php
找到这个文件
然后找到
public function after_newthread() 和 public function after_newreply 这2行;
然后 分别找
C::t('forum_replycredit')->insert($insertdata);
和
$have_replycredit = C::t('common_credit_log')->count_by_uid_operation_relatedid($this->member['uid'], 'RCA', $this->thread['tid']);