An example of WinHttp.WinHttpRequest programming, which supports the collection of membership systems with verification codes, and can obtain 51.la website statistical information in real time. The verification code must be entered for the first visit (if hundreds or thousands of people visit, only the first person needs to enter it). With slight modifications, you can steal information from any website (including member authentication).
If it is used to obtain 51.la website statistics, please modify the account information:
La51_User = "myw3demo" 51.la account
La51_Password = "la51test" 51.la password
Because the program is open source, there is no suspicion of account theft, so please feel free to use it.
Although the script is relatively simple, it mainly conveys an idea to everyone.
All operations of 51.la can be called through the core function [Connect (submitted operation, submitted parameters)], and the login operation Connect function is automatically completed. For any operation that requires login, if there is no login or timeout status, the remote verification code will be automatically read and jump to the page where the user enters the verification code.
For example, site details: Connect("report/1_main","SENDTYPE=GETid={SITEID}")
Site keyword: Connect("report/3_Keyword","SENDTYPE=GETid={SITEID}")
Add site: Connect("user/newsite","sitename={website name}&siteurl={URL}")
Don't underestimate this program, it has a soul. In just over 200 lines of code, the API was opened to 51.la.