發表於 : 2007-07-21 00:54
因為 big5 的關係吧...
這個問題, 只有使用語系 utf-8 編碼的論壇才會發生.j0958322080 寫:使用版本:phpBB 2.0.22 (Big-5)
網站位置:http://racing.gethosted.info/phpBB2/index.php
伺服器:phpMyAdmin 2.6.4-pl3
已裝外掛: 無
我想在phpBB註冊這之帳號RaCing遙遠
但是系統卻說很抱歉!! 會員名稱內不得包含非法字元, 例如: ''
我在竹貓的網站也是過
顯示相同的問題
問題是出在遙遠這2個字
難道是因為遙遠的部首有.的關西嗎
代碼: 選擇全部
if (strstr($username, '"') || strstr($username, '"')代碼: 選擇全部
strstr($username, chr(160))代碼: 選擇全部
mb_strpos($username, chr(160), 0, 'UTF-8') !== FALSE