Second Life Source Analysis (9) Login interface display

Source: Internet
Author: User
After the login status interface, the login interface appears, which requires the user to enter the user name and password, and then connect to the second life of the WEB server, and the user name and password sent to the past for verification. When the validation is successful, the appropriate data is returned to the client to allow the client to do the next step. The image of the login interface is as follows: Cai Junsheng  2008/1/7 qq:9073204 shenzhen   in the login interface is how to send the user name and password to the browser. In fact, this interface is also composed of web pages, so it is through the URL content to send the built-in browser, and then back to the Web page from the server, and finally by interpreting the page script to the server. The specific process of the login interface is as follows: 1,              call function Llpumpio:: Processchain. 2,              call function Lliopipe::p rocess. 3,              call function Lliopipe::estatus Llurlrequestcomplete::p Rocess_impl. 4,              call function Llhttpclient::responder:: Completedraw. 5,              Call function Llhttpclient::responder:: Completed. 6,              call function Lliamherelogin::result. 7,        &NBsp;     Call function Llpanellogin::setsiteisalive. 8,              call function Llpanellogin::loadloginpage. Through a series of calls above, the following URL network connection string is generated: (The connection string here has changed the password.) ) https://secondlife.com/app/login/en/?show_login_form=true&firstname=caimouse&lastname=aichi& Location=last&region=&grid=agni&channel=second%20life%20release&version=1%2e18%2e6%20%281%29 &lang=en-us&password=$1$03ca&remember_password=true&show_grid=true then transmits data to the login server via the built-in browser, The page data above will be downloaded, as shown in the above image. The user presses the connection button on the Web page to authenticate the name and password on the server, and then return the validation results from the server.  

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.