织梦DedeCMS投票漏洞解决方法
打开//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`...