足球游戏_中国足彩网¥体育资讯$

帝国CMS留言板加字段和验证码得教程方法
来源:易贤网 阅读:735 次 日期:2014-10-20 09:28:21
温馨提示:易贤网小编为您整理了“帝国CMS留言板加字段和验证码得教程方法”,方便广大网友查阅!

1、在数据库的前缀名_enewsgbook表中添加您要显示的字段,比如我要加标题"gtitle"字段,可以用工具添加,也可以执行sql添加:ALTER TABLE 前缀名_enewsgbook ADD gtitle VARCHAR(100);

2、修改e/enews/gbookfun.php

第11行左右:

$name=RepPostStr(trim($add[name]));

$email=RepPostStr($add[email]);

$call=RepPostStr($add[call]);

$lytext=RepPostStr($add[lytext]);

$gtitle=RepPostStr(trim($add[gtitle])); //增加的gtitle

if(empty($bid)||empty($gtitle)||empty($name)||empty($email)||!trim

($lytext)) //gtitle字段检测不允许为空

第56行左右

$sql=$empire->query("insert into {$dbtbpre}enewsgbook(name,gtitle,email,`call`,lytime,lytext,retext,bid,ip,checked,userid,username) values('$name','$gtitle','$email','$call','$lytime','$lytext','','$bid','$ip','$br[checked]','$userid','$username');"); //插入字段记录

3、修改e/data/template/gbooktemp.txt

第50行左右

$query="select lyid,name,gtitle,email,`call`,lytime,lytext,retext from {$dbtbpre}enewsgbook where bid='$bid' and checked=0"; //查询字段中添加gtitle

4、修改e/class/t_functions.php

第2106行左右

$listtemp=str_replace("[!--lyid--]",$r['lyid'],$listtemp);//id

$listtemp=str_replace("[!--lytext--]",nl2br($r['lytext']),$listtemp);//留言内容

$listtemp=str_replace("[!--retext--]",nl2br($r['retext']),$listtemp);//回复

$listtemp=str_replace("[!--lytime--]",format_datetime($r['lytime'],$formatdate),$listtemp);

$listtemp=str_replace("[!--name--]",$r['name'],$listtemp);

$listtemp=str_replace("[!--gtitle--]",$r['gtitle'],$listtemp);

5、修改e/class/functions.php

第2934行左右添加

$listtemp_center=str_replace("[!--lyid--]","<?=$r[lyid]?>",$listtemp_center);

$listtemp_center=str_replace("[!--name--]","<?=$r[name]?>",$listtemp_center);

$listtemp_center=str_replace("[!--gtitle--]","<?=$r[gtitle]?>",$listtemp_center);

6、然后修改留言模板

(1)加入必填项: <input name="gtitle" type="text" id="gtitle" />

(2) 加入验证码: <input type=text name=key><img src="/e/ShowKey/?v=gbook" onClick="this.src= this.src +'&xx='+Math.random()" alt="看不清楚,点击刷新">

(3)后台开启留言验证: 系统参数修改------信息设置 ---留言验证码

中国足彩网信息请查看IT技术专栏

中国足彩网信息请查看CMS教程
由于各方面情况的不断调整与变化,易贤网提供的所有考试信息和咨询回复仅供参考,敬请考生以权威部门公布的正式信息和咨询为准!
关于我们 | 联系我们 | 人才招聘 | 网站声明 | 网站帮助 | 非正式的简要咨询 | 简要咨询须知 | 加入群交流 | 手机站点 | 投诉建议
工业和信息化部备案号:滇ICP备2023014141号-1 足球游戏_中国足彩网¥体育资讯$ 滇公网安备53010202001879号 人力资源服务许可证:(云)人服证字(2023)第0102001523号
云南网警备案专用图标
联系电话:0871-65317125(9:00—18:00) 获取招聘考试信息及咨询关注公众号:hfpxwx
咨询QQ:526150442(9:00—18:00)版权所有:易贤网
云南网警报警专用图标