Introduction: This is a detailed page for dedecms to log on to the background (Incorrect verification code). It introduces PHP, related knowledge, skills, experience, and some PHP source code.
Class = 'pingjiaf' frameborder = '0' src = 'HTTP: // biancheng.dnbc?info/pingjia.php? Id = 344496 'rolling = 'no'>
1. Check the information and find that the session is not cleared. Go to the data/sessiondirectory and delete all files except index.html.
2. If the problem persists, check whether the session has the write permission. If not, add the write permission to "Internet Guest Account". For Linux, set the directory permission to "777 ".
3. Remove the verification code function.
1. Open login. php and find:
If ($ validate = "| $ validate! = $ Svali)
Replace:
If (false)
2. In the template file Dede/templets/login.htm, remove the specific HTML of the following verification code.Code:
<Li> <span> Verification Code: </span>
<Input name = "Validate" type = "text" id = "vdcode" style = 'width: 50px; text-transform: uppercase; '/>
</LI>
3. Set the server's PHP. ini:
Open the php. ini file
Find; Session. save_path = "/tmp" Rewrite
Session. cookie_path =/
If it still doesn't work, you will lose the verification code wrong!
Love J2EE follow Java Michael Jackson video station JSON online tools
Http://biancheng.dnbcw.info/php/344496.html pageno: 4.