网站模板中心

您现在的位置:首页>>织梦大学>>安装使用

织梦DedeCMS投票漏洞解决方法

来源: 编辑:admin 发布时间:2021-04-21热度:61 ℃
打开//dedevote.class.php文件,查 找 $this-dsql-ExecuteNoneQuery(UPDATE `dede_vote` SET totalcount=.($this-VoteInfos[totalcount]+1).,votenote=.addslashes($items). WHERE aid=.$this-VoteID.); 修改为 $this-dsql-ExecuteNoneQuery(UPDATE...
打开//dedevote.class.php文件,查 找
$this->dsql->ExecuteNoneQuery("UPDATE `dede_vote` SET totalcount='".($this->VoteInfos['totalcount']+1)."',votenote='".addslashes($items)."' WHERE aid='".$this->VoteID."'");
修改为
$this->dsql->ExecuteNoneQuery("UPDATE `dede_vote` SET totalcount='".($this->VoteInfos['totalcount']+1)."',votenote='".mysql_real_escape_string($items)."' WHERE aid='".mysql_real_escape_string($this->VoteID)."'");

注:

* addslashes() 是强行加;

* mysql_real_escape_string()  会判断字符集,但是对PHP版本有要求;(PHP 4 >= 4.0.3, PHP 5)

***好直接使用addslashes同时要查看你php是否默认打开了addslashes这个自动功能哦,如果有了我们就不用加了。

Pbootcms问题解决

请点击在线联系我们【点击咨询解决问题】   如果您有任何Pbootcms问题,我们将免费为您写解决教程!

    PB模板网:承接仿站业务,价格200元起!