Archive for the ‘phpbb’ Category

phpbb3 source code note

Wednesday, January 16th, 2008

function_user.php user_email_hash : crc32(strtolower($user_row['user_email'])) . strlen($user_row['user_email'])

phpBB 3 模版部分变量整理

Friday, September 14th, 2007

phpBB3一直还是RC版,官方没有出模版变量的文档,自己整理了下..大家看看,有错误更改......