/**
* TestGuest バージョン 1.0
* ========================================== ======
* コピー 2010-2012 yc60
* ウェブ: http://www.yc60.com
* ====================== ==========================
* 著者: Lee
* 日付: 2010-8-13
*/
session_start();
$_rnd_code = 4;
for ($i=0;$i $_nmsg .= dechex(mt_rand(0,15));
}
$_SESSION['code'] = $_nmsg;
$_width = 75;
$_height = 25;
$_img = imagecreatetruecolor($_width,$_height);
$_white = imagecolorallocate($_img,255,255,255);
imagefill($_img,0,0,$_white);
$_flag = false;
if ($_flag) {
$_black = imagecolorallocate($_img,0,0,0);
imagerectangle($_img,0,0,$_width-1,$_height-1,$_black);
}
for ($i=0;$i $_rnd_color = imagecolorallocate($_img,mt_rand(0,255),mt_rand(0,255),mt_rand(0,255));
imageline($_img,mt_rand(0,$_width),mt_rand(0,$_height),mt_rand(0,$_width),mt_rand(0,$_height),$_rnd_color);
}
for ($i=0;$i $_rnd_color = imagecolorallocate($_img,mt_rand(200,255),mt_rand(200,255),mt_rand(200,255));
imagestring($_img,1,mt_rand(1,$_width),mt_rand(1,$_height),'*',$_rnd_color);
}
for ($i=0;$i
imagestring($_img,5,$i*$_width/$_rnd_code+mt_rand(1,10),mt_rand(1,$_height/2),$_SESSION['code'][$i],$_rnd_color);
}
header('Content-Type: image/png');
imagepng($_img);
imagedestroy($_img);
?>
我这显示不了验证、哪里错了新手求指教
将行ヘッダー('Content-Type: image/png');
注意: 未定義の変数: _nmsg in ...
$_nmsg = ''; //加上句
for ($i=0;$i<$_rnd_code;$i++) {
$_nmsg .= dechex(mt_rand(0,15));
}
致命的なエラー: D:wampwwwTestGuest0.9code.php の 29 行目で未定義の関数 imagecreatetruecolor() を呼び出しています
这个报错
注意: 未定義の変数可能: _nmsg in ...
$_nmsg = ' '; //加上句
for ($i=0;$i<$_rnd_code;$i++) {
$_nmsg .= dechex(mt_rand(0,15));
}
$_img = imagecreatetruecolor($_width,$_height);
说是此里的错误
打了码就是不显表示 我的是火狐浏览器
根本就没有加播 php_gd 扩展
致命的なエラー: 未定義の関数 imagecreatetruecolor() を呼び出していますD:wampwwwTestGuest0.9code.php on line 29
この报错
これはimagecreatetruecolor()この方法、你检查一下你的php扩展的php_gd2开启没?
没开 刚在百度查的 我都不知道这个,有学点知识
那你根本就没有加ダウンロード php_gd扩展
致命的なエラー: D:wampwwwTestGuest0.9code.php の未定義関数 imagecreatetruecolor() の呼び出し
这个报错
この方法は、imagecreatetruecolor()に到達しません、この方法、你检查次你的php扩展のphp_gd2开启没ですか?