PHP simulated QQ login-PHP source code

Source: Internet
Author: User
PHP simulates QQ login. The principle is to use curl to simulate post login, and the cookie is saved locally.
Here the code theory can support permanent single-stick QQ

 'Http: // pt.3g.qq.com/s? Sid = ATAll43N7ZULRQ5V8zdfojol & aid = nLogin ', 'Q _ from' => '', 'logintitle' => 'login', 'bid' => '0 ', 'QQ' => $ qqno, 'pwd' => $ qqpw, 'logintype' => '1', 'loginsubmit '=> 'login ',); $ curl = curl_init ('http: // pt.3g.qq.com/handleLogin? Aid = nLoginHandle & sid = comment '); curl_setopt ($ curl, CURLOPT_HEADER, 0); curl_setopt ($ curl, expires, 1); curl_setopt ($ curl, CURLOPT_COOKIEJAR, $ cookie );//? Cookiecurl_setopt ($ curl, CURLOPT_POST, 1); curl_setopt ($ curl, CURLOPT_POSTFIELDS, http_build_query ($ post); $ result = curl_exec ($ curl ); curl_close ($ curl);?>

The above is the PHP simulated QQ login content. For more information, please follow the PHP Chinese network (www.php1.cn )!

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.