Method 1: Use cookies and do it once and for all
Cookies can export and save login information through IE's "File-Import and Export" (the Aoyou function cannot be used). I have seen someone write an article saying that changing the "10*********" after the "FALSE" space to "16************" can increase the validity period to 20 years (select the detailed information viewing method in the IE cache, and you can see the validity period in the deadline column). Importing and exporting cookies in other places to log in to the forum is a very convenient method, but you must remember to clear it before leaving.
Method 2: One-click login
When submitting username and password in the login forum, use the packet capture tool (such as EtherDetectPacketSniffer, etc.) to view the Post data, and then use the data variables to get the one-click login address. You can also directly view the form login code to get this address, and then enter this address in the browser to log in to the forum with one-click. Substitute your username and password into the URL below, copy the text, and create a new bookmark. Next time you want to go to the forum, open the bookmark and log in automatically. There is no need to fill in the username and password every time.
【Discuz!6.0.0】:
Quote:
http://forum address/logging.php?action=login&loginsubmit=true?&username=your username&password=your password
If there is a security question, you need to bring the code &questionid=safety question&answer=your answer later. The code for the security question "no security question" is 0, and the following questions are analogous in order of 1, 2, 3... With &loginmode=normal, it is normal mode, and invisible is invisible mode. You can also change the &username=your username in the address to &uid=your uid number (after registering, you will see your UID number on your personal information bar).
If you are surfing the Internet in an Internet cafe, it is best to set cookies to press "browser process", then bring &cookietime=0 afterwards. If you do not add them, it is generally saved as &cookietime=2592000 by default, which means that the validity period of cookies is one month.
【DvbbsVersion8.0.0sp1, 7.1.0Sp1, etc.】:
Quote:
http://forum address/login.asp?action=chk&username=your username&password=your password
Cookies settings must be equipped with the &cookiedate= value, 0 is not saved, 1 is one day, 2 is one month, and 3 is one year. With &userhidden=1, it is invisible mode, and 2 is normal mode.
If you have verification codes, you need to bring the &codestr= value. If you need verification code verification for the forum login, this one-click login method will almost fail and you can only log in through other channels.
Some forums (such as JUJU Cat) belong to Dvbbs.PHP2.0Release, the asp in the address needs to be replaced with php, and the cookies are similar to Discuz!, and their value is the number of seconds of storage time.
【PHPWindv6.0】:
Quote:
http://forum address/pw_ajax.php?action=login&pwuser=your username&pwpwd=your password
or http://forum address/login.php?pwuser=your username&pwpwd=your password
However, neither of these addresses can be logged in normally (the reason is not clear). When using the previous address, the prompt "user name or password is empty" appears, and the latter address jumps directly to the login page.
There are some PHPWind forums, such as the Huaxia Hacker Alliance uses PHPWindv5.0, you can log in directly using the following address.