在經過與1.2版比對後,發現在 pluginbadbehavior.class.php 此檔中,下列這段裡頭,
$this->id = "badbehavior";
$this->desc = "Bad Behavior for LifeType";
$this->author = "The Lifetype Project";
$this->db =& Db::getDb();
$this->version = "1.2";
$config =& Config::getConfig();
$prefix = Db::getPrefix();
$this->_logTable = $prefix . $config->getValue( 'bb2_log_table' );
$this->_displayStatus = $config->getValue( 'bb2_display_stats' );
其中最後一行,這個 bb2_display_stats,在修正檔中,被改成 bb2_display_stat
us
我若是把那個 u 刪除掉,再清空 tmp,就可以正常看到「Bad Behavior 已經阻擋了 xxxx 個過去 x 天試圖闖關的垃圾迴響與引用。」這串字了。
不曉得是否算是 bug?