Joke Collection Website - Blessing messages - Dede SMS verification interface

Dede SMS verification interface

1, the space is full. All the captcha errors I encountered were full. If I also encounter the problem of incorrect verification code, I can check whether the space is full first.

2. Use ftp to enter your dedecms program space, delete all other session files in the data/session directory except index.htm, and then clear the cache in the local ie browser. Try logging in to dedecms backstage again.

3. You can cancel the verification code as follows:

The implementation method is divided into two steps:

Open login.php and find:

if($validate== ' '? ||? $validate? ! =? $svali)?

Replace with:?

If (? Fake? Then, delete the specific HTML code of the following verification code from the template dede/templates/login.htm:

& lt Li>& ltspan & gt verification code:

& lt input? Name= "verify"? type="text "? id="vdcode "? style = " width:50px; Text conversion: uppercase; " ? /& gt;

& ltimg? id="vdimgck "? src= "../include/vdimgck.php "? Alt= "Can't see clearly? Click "replace"? align="absmiddle "? style="cursor:pointer "? onclick="this.src=this.src+'?' "? /& gt;

& lt/ Li>