官方首页 | 无图版 | BBS首页
PJBlog2最新版本下载|升级包(2007.12.23) Bo-Blog V2.1.0 到 PJBlog 2.7 的转换程序 WP 2.3 到 PJ 2.6/2.7 的转换程序 手把手教您在PJForum上传图片
PJBlog技术支持论坛使用问题总索引 手术式讲解视频教程如何制作 PJblog2.7.05终极资源包电驴免费下载 风格使用区-HOT! 凤凰行动开始!
发新话题
打印

[一般求助] 问题又来了

问题又来了

给位前辈高人,出来想下办法呀!
上次请教了个首页登陆问题,有为朋友帮忙给解决了,十分的感谢你!
可是改了之后,游客不能留言和评论了呀,出现了验证码错误的问题!
各位高手帮帮忙呀

TOP

验证码错误的问题似乎一直是无解...

TOP

换一个验证码~~~~我记得论坛里有好多朋友发过`
我的BLOG:http://www.mxlog.com

TOP

没有找到呀

TOP

验证码改成 0000

我一直用这个。没有出现过问题。你也可以换成加法或者汉字验证码。论坛里都有,至于你说你找不到,那就不能怪别人了。是你自己没有用心去找,修改验证码的帖子很多。





修改前记得备份相应文件以防出错用来恢复~
具体修改方法如下
打开common文件夹下的function.asp
查找
'*************************************
'获得注册码
'*************************************  
Function getcode()
getcode= "<img id=""vcodeImg"" src=""about:blank"" this.onerror=null;this.src='common/getcode.asp?s='+Math.random();"" alt=""验证码"" title=""看不清楚?换一张"" style=""margin-right:40px;cursor:pointer;width:40px;height:18px;margin-bottom:-4px;margin-top:3px;"" src='common/getcode.asp?s='+Math.random()""/>"
End Function
替换为
'*************************************
'获得注册码
'*************************************  
'Function getcode()
' getcode= "<img id=""vcodeImg"" src=""about:blank"" this.onerror=null;this.src='common/getcode.asp?s='+Math.random();"" alt=""验证码"" title=""看不清楚?换一张"" style=""margin-right:40px;cursor:pointer;width:40px;height:18px;margin-bottom:-4px;margin-top:3px;"" src='common/getcode.asp?s='+Math.random()""/>"
'End Function
'*************************************
'个性验证码
'*************************************
Function getcode()
Dim Answer
Answer = "0000" '这是验证答案,可以自己设置
Session("GetCode") = Answer
getcode = "<span style=""align:center;color:red;"">" & "0000" & "</span>"'这里是提示信息0000
'中间的问题也可以自己设置
End Function

打开login.asp
查找
<label>验证码:<input name="validate" type="text" size="4" class="userpass" maxlength="4"/> <%=getcode()%></label><br/>
替换为
<label>验证码:<input name="validate" type="text" size="18" class="userpass" maxlength="18"/><br> <%=getcode()%></label><br/>

保存OK~

TOP

唉。。。验证码的问题一直在解决,就是没人用搜索!
修改了首页登录面板的,验证码失效问题,看下帖3楼
http://bbs.pjhome.net/thread-33604-1-1.html
偶的站:SnailStory|蜗牛居の故事

在插件区发帖请注明你的发帖类别
求助帖请在发帖前看看置顶帖和搜索一下论坛
并尽量截图详细说明你出现的问题

TOP

提示: 作者被禁止或删除 内容自动屏蔽
[url=http://www.webs58.cn][color=#FF0000][b][size=7]100/200/300/500/800/1000M全能双线空间40/50/60/70/88/99元
[/size][/b][/color][/url]

TOP

发新话题