Use phpcurl to log in to Open Source China; remember to replace the account number and password with a valid account and no password?php/*** php curl logs into open source China * @author yearnfar*/define(SELF_PATH, realpath(dirname(__FILE__))));$useragent = $_SERVER[ 'HTTP_USER_AGENT'];$postdata = http_build_query(
Use php curl to log in to Open Source China; remember to replace the account number and password with a valid account number and password<?php /** * php curl登陆开源中国 * @author yearnfar */ define(SELF_PATH, realpath(dirname(__FILE__))); $useragent = $_SERVER['HTTP_USER_AGENT']; $postdata = http_build_query(array( 'email' => '账号', 'pwd'=> sha1('密码') , 'save_login'=>1 )); //exit($postdata); //cookies保存路径 is_dir(SELF_PATH.'/cookies') or mkdir(SELF_PATH.'/cookies'); $cookiejar = tempnam(SELF_PATH."/cookies/", "cookie"); $url = array( 0=> 'https://www.oschina.net/action/user/hash_login', 1=> 'http://my.oschina.net/yearnfar', 2=> 'https://www.oschina.net/home/login', ); $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $url[0]); curl_setopt($ch, CURLOPT_TIMEOUT , 10); //curl执行最长时间(秒) curl_setopt($ch, CURLOPT_HEADER, 0); curl_setopt($ch, CURLOPT_SSLVERSION,3); curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false); curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 2); curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); //curl_setopt($ch, CURLOPT_PORT , 80); //连接端口 curl_setopt($ch, CURLOPT_USERAGENT, $useragent); curl_setopt($ch, CURLOPT_POST, true); //提交的数据 curl_setopt($ch, CURLOPT_POSTFIELDS, $postdata); //提交的数据 curl_setopt($ch, CURLOPT_COOKIEJAR, $cookiejar); //保存cookie信息 $data = curl_exec($ch); curl_close($ch); //print_r($data); //exit(); $ch = curl_init($url[1]); curl_setopt($ch, CURLOPT_HEADER, 0); //curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false); //https curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_COOKIEFILE, $cookiejar); $contents = curl_exec($ch); curl_close($ch); print_r($contents);

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Safe Exam Browser
Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.

WebStorm Mac version
Useful JavaScript development tools

SAP NetWeaver Server Adapter for Eclipse
Integrate Eclipse with SAP NetWeaver application server.

MinGW - Minimalist GNU for Windows
This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.

Atom editor mac version download
The most popular open source editor