●您安裝的程式:Apache222 + php514 + PostgreSQL813
●您的 phpBB2 版本:phpBB 2.0.20
我是全新安裝,要註冊第一個用戶時就看不見了,gd模組有裝了,程式都還沒動到。
我用
代碼: 選擇全部
header ("Content-type: image/png");
$img_handle = ImageCreate (230, 20) or die ("Cannot Create image");
$back_color = ImageColorAllocate ($img_handle, 0, 10, 10);
$txt_color = ImageColorAllocate ($img_handle, 233, 114, 191);
ImageString ($img_handle, 31, 5, 5, "Republic of Taiwan", $txt_color);ImagePng ($img_handle);--------
決解了,謝謝

