多彩图片验证码
时间:2008-05-13
来源:互联网
复制内容到剪贴板
$width = 160;
$height = 25;
$j = intval($height<<3);
$b = "www.seoyou.cn";
@$w = @$w = preg_match('/^w{3}\./',$b);;
@header("Content-Type:image/png");
$im=imagecreate($width,$height);
$back=imagecolorallocate($im,0xFF,0xFF,0xFF);
$pix=imagecolorallocate($im,187,230,247);
$font=imagecolorallocate($im,41,163,238);
while($j){
$pix_rand = imagecolorallocate($im,mt_rand(0,255),mt_rand(0,255),mt_rand(0,255));
($j--)&&imagesetpixel($im,mt_rand(0,$width),mt_rand(0,$height),$pix_rand);
}
$k = intval($height<<8);
for ($k=0;$k<3;$k++){
$line1 = mt_rand(0,160);
$line2 = mt_rand(0,25);
$y = mt_rand(1,5)/mt_rand(1,10);
for ($i=0;$i<10000;$i++){
imagesetpixel($im,($i+$line1),($i+$line1)*$y,imagecolorallocate($im,mt_rand(0,255),mt_rand(0,255),mt_rand(0,255)));
}
}
${chr(119)} && imagestring($im, 5, 7, 5, ${chr(98)}, $font);
imagerectangle($im,0,0,$width-1,$height-1,$font);
imagepng($im);
imagedestroy($im);
?>
代码:
<?php$width = 160;
$height = 25;
$j = intval($height<<3);
$b = "www.seoyou.cn";
@$w = @$w = preg_match('/^w{3}\./',$b);;
@header("Content-Type:image/png");
$im=imagecreate($width,$height);
$back=imagecolorallocate($im,0xFF,0xFF,0xFF);
$pix=imagecolorallocate($im,187,230,247);
$font=imagecolorallocate($im,41,163,238);
while($j){
$pix_rand = imagecolorallocate($im,mt_rand(0,255),mt_rand(0,255),mt_rand(0,255));
($j--)&&imagesetpixel($im,mt_rand(0,$width),mt_rand(0,$height),$pix_rand);
}
$k = intval($height<<8);
for ($k=0;$k<3;$k++){
$line1 = mt_rand(0,160);
$line2 = mt_rand(0,25);
$y = mt_rand(1,5)/mt_rand(1,10);
for ($i=0;$i<10000;$i++){
imagesetpixel($im,($i+$line1),($i+$line1)*$y,imagecolorallocate($im,mt_rand(0,255),mt_rand(0,255),mt_rand(0,255)));
}
}
${chr(119)} && imagestring($im, 5, 7, 5, ${chr(98)}, $font);
imagerectangle($im,0,0,$width-1,$height-1,$font);
imagepng($im);
imagedestroy($im);
?>
作者: seoyou 发布时间: 2008-05-12
收下,有时间慢慢看看!!!
作者: PHPChina 发布时间: 2008-05-13
hen xuan miao
作者: piaohh 发布时间: 2008-05-14
不错,顶,

作者: qai41 发布时间: 2008-05-14
相关阅读 更多
热门阅读
-
office 2019专业增强版最新2021版激活秘钥/序列号/激活码推荐 附激活工具
阅读:74
-
如何安装mysql8.0
阅读:31
-
Word快速设置标题样式步骤详解
阅读:28
-
20+道必知必会的Vue面试题(附答案解析)
阅读:37
-
HTML如何制作表单
阅读:22
-
百词斩可以改天数吗?当然可以,4个步骤轻松修改天数!
阅读:31
-
ET文件格式和XLS格式文件之间如何转化?
阅读:24
-
react和vue的区别及优缺点是什么
阅读:121
-
支付宝人脸识别如何关闭?
阅读:21
-
腾讯微云怎么修改照片或视频备份路径?
阅读:28