PHP网站验证码显示不了,已经查过GD库是正常打开的。 5
<!--<formaction="?login=l"method="post"name="form1"><divstyle="position:absolute;top:...
<!--<form action="?login=l" method="post" name="form1">
<div style="position:absolute;
top:50%;
left:50%;
margin:-100px 0 0 -150px;
width:500px;
height:45px;
z-index:99;">
<div>请输入验证码:</div>
<div><input type="text" name="imgCode" id="imgCode" maxlength="4" style="width:120px; height:20px;" /><img src='cyzm.php?r=<?=time() ?>' id="code" onClick="javascript:this.src='cyzm.php?r='+Math.random();" style="position:relative; top:10px;" /></div>
<div><input type="submit" value="验证并跳转" style="width:80px; height:25px; font-size:14px" /></div></div>
</form>
-->
<form action="?login=l" method="post" name="form1" >
<div style='background: url("live2.jpg") fixed no-repeat; width: 1024px; height: 768px;'>
<div style="height: 37px; line-height: 37px; margin-top: 369px; margin-left: 283px; position: fixed;">
<div style="font-family: Microsoft YaHei,微软雅黑,Microsoft JhengHei,华文细黑,STHeiti,MingLiu; font-size: 25px; font-weight: bold; margin-top: -5px;">请输入验证码 </div>
<div style="margin-top: 1px; margin-right: 10px;"><img width="65" height="32" id="code" style="border: 1px solid gray; border-image: none;" onclick="javascript:this.src='cyzm.php?r='+Math.random();" src="cyzm.php?r=1419700415"></div>
<div style="margin-top: -4px; margin-right: 10px;"><input name="imgCode" id="imgCode" style="border: 1px solid gray; border-image: none; width: 84px; height: 32px; text-align: center; font-size: 30px; font-weight: bold;" type="text" maxlength="4"></div>
<div style="margin-top: -6px;"><input id="btnimg" style="height: 37px;" onmouseout="outpng();" onmousemove="movepng();" type="image" src="an.png" value=""></div>
<div>
</div>
</form>
我的站里面的所有验证码都显示正常,就是跳转验证这一步就显示不了
在同一个网站上,人家的可以显示,我的不可以显示,整个站的结构,源码,数据库,什么都是一模一样的,求高手帮我处理一下
这个是我的站
这个是人家的站
补充一句,用浏览器打开源码文件路径,显示是空白的,但是打开人家网站的同样验证码路径,就有显示
我在浏览器打开cyzm.php(这个是验证码路径),是空白的,在他的网站输入验证码路径,是可以显示的 展开
<div style="position:absolute;
top:50%;
left:50%;
margin:-100px 0 0 -150px;
width:500px;
height:45px;
z-index:99;">
<div>请输入验证码:</div>
<div><input type="text" name="imgCode" id="imgCode" maxlength="4" style="width:120px; height:20px;" /><img src='cyzm.php?r=<?=time() ?>' id="code" onClick="javascript:this.src='cyzm.php?r='+Math.random();" style="position:relative; top:10px;" /></div>
<div><input type="submit" value="验证并跳转" style="width:80px; height:25px; font-size:14px" /></div></div>
</form>
-->
<form action="?login=l" method="post" name="form1" >
<div style='background: url("live2.jpg") fixed no-repeat; width: 1024px; height: 768px;'>
<div style="height: 37px; line-height: 37px; margin-top: 369px; margin-left: 283px; position: fixed;">
<div style="font-family: Microsoft YaHei,微软雅黑,Microsoft JhengHei,华文细黑,STHeiti,MingLiu; font-size: 25px; font-weight: bold; margin-top: -5px;">请输入验证码 </div>
<div style="margin-top: 1px; margin-right: 10px;"><img width="65" height="32" id="code" style="border: 1px solid gray; border-image: none;" onclick="javascript:this.src='cyzm.php?r='+Math.random();" src="cyzm.php?r=1419700415"></div>
<div style="margin-top: -4px; margin-right: 10px;"><input name="imgCode" id="imgCode" style="border: 1px solid gray; border-image: none; width: 84px; height: 32px; text-align: center; font-size: 30px; font-weight: bold;" type="text" maxlength="4"></div>
<div style="margin-top: -6px;"><input id="btnimg" style="height: 37px;" onmouseout="outpng();" onmousemove="movepng();" type="image" src="an.png" value=""></div>
<div>
</div>
</form>
我的站里面的所有验证码都显示正常,就是跳转验证这一步就显示不了
在同一个网站上,人家的可以显示,我的不可以显示,整个站的结构,源码,数据库,什么都是一模一样的,求高手帮我处理一下
这个是我的站
这个是人家的站
补充一句,用浏览器打开源码文件路径,显示是空白的,但是打开人家网站的同样验证码路径,就有显示
我在浏览器打开cyzm.php(这个是验证码路径),是空白的,在他的网站输入验证码路径,是可以显示的 展开
- 你的回答被采纳后将获得:
- 系统奖励15(财富值+成长值)+难题奖励10(财富值+成长值)+提问者悬赏5(财富值+成长值)
2个回答
展开全部
如果生成的图片不能单独打开,在确保代码正确的前提下,清除下文件的bom头信息
更多追问追答
追问
请问怎么清楚BOM头信息呢?我在浏览器打开cyzm.php(这个是验证码路径),是空白的,在他的网站输入验证码路径,是可以显示的
追答
清除的代码文件见附件,直接放在应用的根目录执行
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询