校念码的问题(附代码)

ncflywolf 2003-10-09 10:56:07
校念码的问题(附代码)
系统:linux7。3 php版本:php4。3。2
生成不了图像啊?我在PHP.INI加载了GD库传递参数的register_globals=ON;
请各位帮忙啊,传递的参数我都可以正常的显示出来了。
check。php
<?php
$gCryptrv = base64_decode($gParam);
$gIv= base64_decode($gVector);
$gKey = "rzx1218@netproof";
$gRandVal = mcrypt_decrypt (MCRYPT_RIJNDAEL_256, $gKey, $gCryptrv, MCRYPT_MODE_ECB, $gIv);
header ("Content-type: image/png");
$gIm= @imagecreate (35, 20) or die ("Cannot Initialize new GD image stream");
$gBg_Color = imagecolorallocate ($gIm, 114, 118, 114);
$gText_Color = imagecolorallocate ($gIm, 255, 255, 0);
imagestring ($gIm, 3, 5, 5, $gRandVal, $gText_Color);
imagepng ($gIm);
ImageDestroy ($gIm);
?>
...全文
28 6 打赏 收藏 转发到动态 举报
写回复
用AI写文章
6 条回复
切换为时间正序
请发表友善的回复…
发表回复
rose999 2003-10-09
  • 打赏
  • 举报
回复
我来占个一楼哦
xinyaoxp 2003-10-09
  • 打赏
  • 举报
回复
关注
fish21cn 2003-10-09
  • 打赏
  • 举报
回复
gz
microfire 2003-10-09
  • 打赏
  • 举报
回复
<?php
//check.php
header ("Content-type: image/png");

...

?>

<html>
<head>
</head>

<body>
<img src="check.php">
</body>

</html>
liyujie2000 2003-10-09
  • 打赏
  • 举报
回复
rose999(gsz0506) 怎么看你专门占楼啊?

占楼有什么好处么?
entice 2003-10-09
  • 打赏
  • 举报
回复
我占二楼

21,886

社区成员

发帖
与我相关
我的任务
社区描述
从PHP安装配置,PHP入门,PHP基础到PHP应用
社区管理员
  • 基础编程社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧